Payouts
Retrieve the breakdown of a payout
Returns the items that make up the payout. The item amounts sum to the payout total amount.
get/payouts/{payoutId}/items
Path parameters
payoutIdstring uuid required
The id of the payout
The id of the payout
Query parameters
pageinteger
Which page to return, counting from one.
Example:1
Which page to return, counting from one.
sizeinteger
How many items to return per page. A request for more than the maximum is refused.
Example:50
How many items to return per page. A request for more than the maximum is refused.
sort'creationTime,desc' | 'creationTime,asc'
How to order the page.
How to order the page.
Response
The requested page of the breakdown.
Changes
Changed in 1 of the 8 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○