Get Payout
Get Payout by ID
GET
/api/payout/<id>
Get Payout by ID
Headers
Name
Value
x-api-key
<token>
signature
<token>
Example request
Response
Get Payout list
GET
/api/payout/
Get Payout list
Headers
Name
Value
x-api-key
<token>
signature
<token>
Request query parameter
Name
Type
Description
subaccount_id
*
string
Subaccount ID
limit
string
Limit of request data.
from
string
Filter by create date from
in format 'YYYY-MM-DD hh:mm'.
to
string
Filter by create date to
in format 'YYYY-MM-DD hh:mm'.
status
string
Filter by payout status.
0 = AWAITING 1 = PENDING 2 = UNASSESSED 3 = IN_PROGRESS 4 = SUCCESSFUL 5 = CANCELLED 6 = FAILED 7 = SUCCESSFUL_PENDING_KYC
2 * is mandatory parameter
Example query parameter request
Response
Last updated