Number of APIs: 3
GET {{url}}/payouts
Returns a cursor-paginated list of your payouts.
GET {{url}}/payouts/{{payout}}
Retrieves the details of a single payout. For an example of how to reconcile the transactions in a payout, see this guide.
PUT {{url}}/payouts/{{payout}}
Updates a payout object. This accepts only the metadata parameter.
ENDPOINTS