The following table lists the required parameters you can provide in a get payout by ID request.
Parameter | Required/Optional | Description |
id | Required | Unique payout identifier. |
To retrieve a list of transactions for a payout, you must supply the unique identifier of the payout:
GET /payouts/8100000400_1410_2019/transactions
A 200 OK
response returns an array of Payout Transaction objects.
{"hasMore": true,"data": [{"id": "8100000400_1410_2019","createdTime": "2018-04-25T20:36:00Z","currency": "USD","amount": 1180.26,"payoutId": "2000028600_1410_2019","description": "Sales for Period Ended 04-25-2020","type": "sales_summary","liveMode": true}]}