a84d4905fdbb
latestOpenAPI 3.1.02026-08-143874115.7 MBPayouts
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.
post/payouts/methods
Headers
Idempotency-Keystring
Example:d9105228-4a08-46b1-8b91-42fed586d383
A unique key that makes this request safe to retry. See Idempotent requests.
Request body
Example request
{
"account_id": "biz_xxxxxxxxxxxxxx",
"destination_currency": "usd",
"fields": {
"attr_account": "8825310472",
"attr_type": "Checking"
},
"is_default": true,
"nickname": "Personal checking",
"supported_payout_method_id": "podst_xxxxxxxxxxxxxx",
"user_id": "user_xxxxxxxxxxxxxx"
}Response
a pre-tokenized Basis Theory value passes through unvaulted
Example response
{
"account_reference": "••••0472",
"bank_verification_state": "no_data",
"created_at": "2026-01-01T12:00:00.000Z",
"destination_currency": "usd",
"id": "potk_xxxxxxxxxxxxxx",
"institution_name": "Frost Bank",
"nickname": "Ops checking",
"object": "payout_method",
"payer_name": "ACH Bank Deposit",
"status": "created",
"supported_payout_method": {
"country_code": "USA",
"delivery_type": "bank_deposit",
"icon_url": "https://assets-2-rough.whop.com/uploads/image/2026-01-01/ach-bank-deposit-icon",
"name": "ACH Bank Deposit",
"supports_plaid": true,
"supports_standard_delivery": true
},
"unavailable_reason": "destination_retired"
}