Create Saved Payout Method
Saves a new place an account or user can pay out to. Sensitive details are vaulted in transit and never stored raw.
Headers
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": {
"fld_bank_account_number": "8825310472",
"fld_bank_account_type": "Checking"
},
"is_default": true,
"nickname": "Personal checking",
"supported_payout_method_id": "podst_xxxxxxxxxxxxxx",
"user_id": "user_xxxxxxxxxxxxxx"
}Response
payout method created
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://whop-assets-example.s3.amazonaws.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"
}Changes
Changed in 8 of the 74 revisions of this API.2322
- ●
added the new
cardenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
checkenum value to the/response property for the response statusresponse-property-enum-value-added
- ○
removed the
masspay_cardenum value from the/response property for the response statusresponse-property-enum-value-removed
- ○
removed the
paper_checkenum value from the/response property for the response statusresponse-property-enum-value-removed
This revision also has 6 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
added the required property
to the response with the statusresponse-required-property-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
added the non-success response with the status
response-non-success-status-added
- ○
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
- ○
the request property
became optionalrequest-property-became-optional
- ○
the request property
became optionalrequest-property-became-optional
- ○
added the optional property
to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
- ○
added the optional property
/to the response with the statusresponse-optional-property-added
This revision also has 9 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
added the new required request property
new-required-request-property
- ▲
removed the required property
from the response with the statusresponse-required-property-removed
- ●
removed the request property
request-property-removed
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
added the required property
to the response with the statusresponse-required-property-added
- ○
added the required property
to the response with the statusresponse-required-property-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
Of the 74 revisions, 1 has no diff computed.