Emulate Cash Payment

Post https://whitelabel.markets/demos/apex/api/v1/cashpayment/emulate

Headers

Authorization* string

Pass your {secret_key} as a bearer token in the request header to authorize this call

Body parameters

upc* string

UPC slip number

retailer* uuid

Retailer ID

amount numeric

Transaction amount

Response


{
    "message": "Payment Successful, payload sent to Cash payment authorization url",
    "status": "success",
    "data": null
}