Skip to main content
PATCH
Updates a payment destination. Only the is_default flag is client-editable — all financial fields (account numbers, IBAN, SWIFT, etc.) are immutable after creation. To change account details, create a new destination and disable the old one.
Fields other than is_default are ignored or rejected. Financial details cannot be edited in place.

Path Parameters

string
required
Id of the parent account (e.g. acct_...).
string
required
Id of the parent beneficiary (e.g. bene_...).
string
required
Destination id (e.g. dest_…).

Request Body

boolean | null
Set to true to make this the beneficiary’s default destination.

Response

Returns the updated payment_destination object.