List Saved Payout Methods
Lists the bank accounts, wallets, and crypto addresses an account or user can withdraw to, 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-07-29-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 status filter. created means saved but unused, active means a payout through it succeeded, broken means the last payout failed and the method needs fixing.
created, active, broken Optional withdrawal amount in whole currency units, for example 250.00. When provided, each method includes a quote with the estimated fee, amount received, and delivery date for that amount.
Currency code of the amount, for example usd. Only meaningful with amount or include_limits.
When true, the response also carries limits — the live per-speed payout caps the account's payout requests are validated against, in the requested currency. Requires the payout:withdrawal:read scope.
Number of payout methods to return from the start of the window.
x <= 100Cursor to fetch the page after (from page_info.end_cursor).
Number of payout methods to return from the end of the window.
x <= 100Cursor to fetch the page before (from page_info.start_cursor).
Response
internal stablecoin destinations omitted
The live per-speed payout caps for the account in the requested currency — the numbers a payout request is validated against at submit time, so clients can cap an amount input at a value the request will accept. Only present when include_limits is true.

