Payouts

List payouts

get

Get a paginated list of payouts with optional filtering

chevron-right
lockRequired scopes
This endpoint requires the following scopes:
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Query parameters
limitintegerOptional

Number of items to return

Default: 100
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 · enumOptional

Filter by payout status

Possible values:
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
get
/payouts

Get a payout

get

Get payout details by ID

chevron-right
lockRequired scopes
This endpoint requires the following scopes:
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
idstringRequired

Payout ID

Responses
get
/payouts/{id}

Get a payout transactions

get

Get payout transactions by ID

chevron-right
lockRequired scopes
This endpoint requires the following scopes:
Authorizations
OAuth2clientCredentialsRequired
Token URL:
Path parameters
idstringRequired

Payout ID

Responses
get
/payouts/{id}/transactions

Last updated

Was this helpful?