All UPCs

Get https://whitelabel.markets/demos/apex/api/v1/cashpayment/accounts

Headers

Authorization* string

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

Body parameters

page string

Sets the page number; use "all" to retrieve all items. The default is 1

limit integer

Specifies the default number of items per page, with a default setting of 20

Response


{
    "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
            }
        },
        {
            "upc_account": "714079690377104869084625372298",
            "multiuse": true,
            "customer": {
                "id": "duuisdgiughfusdg",
                "first_name": "John",
                "last_name": "Doe",
                "email": "doe@remote.com"
            },
            "meta": null,
            "mode": "test",
            "payment": {
                "currency": "USD",
                "fixed_amount": true,
                "amount": 10000
            }
        },
    ]
}