Create Saved Payout Method
Saves a new place an account or user can withdraw to. Sensitive details are vaulted in transit and never stored raw.
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
A unique key that makes this request safe to retry. See Idempotent requests.
255"d9105228-4a08-46b1-8b91-42fed586d383"
Pins the request to a dated API version.
"2026-07-29-1"
Body
The supported payout method's required field values, keyed by field id — list them with GET /payouts/supported_methods?supported_payout_method_id=.... A Basis Theory token id may be passed in place of a raw value. A validation failure returns the method's full required_fields schema alongside the error.
A label for the payout method, unique per destination.
The supported payout method to save (a podst_ identifier from a previous listing).
The account to add the payout method for (a biz_ identifier). Provide this or user_id.
Currency the supported payout method delivers payouts in.
Whether to make this the account's default payout method.
The user to add the payout method for (a user_ identifier). Provide this or account_id.
Response
a pre-tokenized Basis Theory value passes through unvaulted
Masked identifier for the destination.
Null on create. List payout methods to retrieve arrival estimates.
Null on create. List payout methods to retrieve the configured fee terms.
Payout method ID, usable as payout_method_id on POST /payouts.
payout_method Always null on create.
created, active, broken 
