Payment Destinations
Update Payment Destination
Update a payment destination’s default flag
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.
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 updatedpayment_destination object.