Update Saved Payout Method
Changes the label used to identify a saved payout method or makes it the account's default payout method.
Request body
Example request
{
"is_default": true,
"nickname": "Primary checking"
}Response
payout method updated
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",
"is_default": true,
"nickname": "Primary 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 3 of the 74 revisions of this API.26
- ○
added the new optional request property
new-optional-request-property
- ○
the request property
became optionalrequest-property-became-optional
- ○
- ●
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
- ○
Of the 74 revisions, 1 has no diff computed.