latestOpenAPI 3.0.12026-08-101292701.1 MB
f21981db32be
Payouts
Gets a payout by ID
Retrieves the details of a payout. Supply the unique identifier of the payout.
get/payouts/{id}
Path parameters
idstring required
Payout ID
Response
OK.
Example response
{
"id": "2000028600_1410_2019",
"createdTime": "2019-04-25T20:36:00Z",
"payoutTime": "2019-04-25T00:00:00Z",
"currency": "USD",
"amount": 1180.26,
"payerId": "1410",
"payerName": "DR globalTech, Inc.",
"payeeId": "0013900100",
"payeeName": "ACME, Inc.",
"liveMode": true
}