List Payouts
Lists an account’s or user’s payouts, newest first.
Authorizations
An Account API key, account-scoped JWT, App API key, or user OAuth token. Prepend the key or token with Bearer, for example Bearer ***************************.
Headers
Pins the request to a dated API version.
"2026-08-05-1"
Query Parameters
The owning account ID (a biz_ identifier). Provide this or user_id.
The owning user ID (a user_ identifier). Provide this or account_id.
Optional currency code filter, for example usd.
Number of payouts to return from the start of the window.
x <= 100Cursor to fetch the page after (from page_info.end_cursor).
Number of payouts to return from the end of the window.
x <= 100Cursor to fetch the page before (from page_info.start_cursor).

