Payouts
Authorizations
OAuth2applicationRequired
Token URL:
Query parameters
limitintegerOptional
Number of items to return
afterstringOptional
Specifies the cursor after which to start returning results. For the first page, this should be left empty. For subsequent pages, use the value of the end_cursor field from the previous response.
beforestringOptional
Specifies the cursor before which to return results. Use this to paginate backwards. For example, to load the previous page, provide the value of the start_cursor field from the last response.
statusstring · enumOptionalPossible values:
Filter by payout status
customer_idstringOptional
Filter by customer ID
invoice_idstringOptional
Filter by invoice ID
start_datestringOptional
Filter by start date (RFC3339 format)
end_datestringOptional
Filter by end date (RFC3339 format)
Responses
200
OK
application/json
end_cursorstringOptionalExample:
gaFpxBACEaXBVABEYbHG+X9LyLnHhas_next_pagebooleanOptionalExample:
truehas_previous_pagebooleanOptional
start_cursorstringOptionalExample:
gaFpxBACEaXBVABEYbHG+X9LyLnH400
Bad Request
application/json
get
/payoutsAuthorizations
OAuth2applicationRequired
Token URL:
Path parameters
idstringRequired
Payout ID
Responses
200
OK
application/json
arrival_datestringOptional
created_atstringOptional
customer_idstringOptional
idstringOptional
statusstring · enumOptionalPossible values:
sub_totalnumberOptional
totalnumberOptional
404
Not Found
application/json
get
/payouts/{id}Last updated
Was this helpful?
