Get https://whitelabel.markets/demos/apex/api/v1/cashpayment/accounts/{account}
Authorization* string
Pass your {secret_key} as a bearer token in the request header to authorize this call
account* string
UPC slip number
{
"message": "UPC details",
"status": "success",
"data": {
"upc_account": "379133660346449840364198044953",
"multiuse": true,
"customer": {
"id": "duuisdgiughfusdg",
"first_name": "John",
"last_name": "Doe",
"email": "doe@remote.com"
},
"meta": null,
"mode": "test",
"payment": {
"currency": "USD",
"fixed_amount": false,
"minimum": 5,
"maximum": 300000
}
}
}