f21981db32be
Lists the payout transactions for a payout
Retrieves the details of the payout transactions for a payout. Supply the unique identifier of the payout.
Path parameters
Payout ID
Query parameters
A cursor for use in pagination. The endingBefore parameter is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, starting with xyz your subsequent calls can include endingBefore=xyz in order to fetch the previous page of the list.
A cursor for use in pagination. The startingAfter parameter is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with xyz, your subsequent calls can include startingAfter=xyz in order to fetch the next page of the list.
A limit on the number of objects returned. Limit can range between 1 and 5000, and the default is 10.
Response
OK.
Example response
{
"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
}
]
}