Create Payout Method
Saves a new payout method for an account or user by submitting the destination’s required fields, keyed by field id (list them with GET /payouts/methods?destination_id=…). Sensitive values are vaulted in transit and never stored raw; a Basis Theory token id may be passed in place of a raw value. The created method is immediately usable as payout_method_id on POST /payouts. A field validation failure returns the destination’s full required_fields schema alongside the error.
Authorizations
A company API key, company scoped JWT, app API key, or user OAuth token. You must prepend your key/token with the word 'Bearer', which will look like Bearer ***************************
Headers
Pins the request to a dated API version.
"2026-07-08-1"
Body
The payout destination to add (a pd_ identifier from a previous listing).
The destination's required field values, keyed by field id.
A label for the payout method, unique per destination.
The account to add the payout method for (a biz_ identifier). Provide this or user_id.
Currency the destination 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.
Payout method ID, usable as payout_method_id on POST /payouts.
payout_method Always null on create.
created, active, broken 
