List Supported Payout Methods
Lists the payout methods an account or user is eligible to add.
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-13"
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.
ISO 3166-1 alpha-2 country code for the bank account or wallet, such as US. Defaults to the country of supported_payout_method_id when one is given, otherwise the payout account's country.
Optional withdrawal amount in whole currency units, for example 250.00. When provided, each destination includes per-currency fee and delivery quotes.
Currency code of the amount, for example usd. Only meaningful with amount.
Narrows the list to one supported payout method (a podst_ identifier) and includes the required_fields needed to save it as a payout method.
Currency the supported payout method would deliver payouts in. Only meaningful with supported_payout_method_id; required fields vary by destination currency.
Number of supported payout methods to return from the start of the window.
x <= 100Cursor to fetch the page after (from page_info.end_cursor).
Number of supported payout methods to return from the end of the window.
x <= 100Cursor to fetch the page before (from page_info.start_cursor).

