Skip to main content
PATCH
Update Beneficiary

Path Parameters

string
required
The account’s external ID (starts with acc_)
string
required
The beneficiary’s external ID (starts with bene_)

Request Body

All fields are optional. Only include fields you want to update.
string
Type of beneficiary: individual or business
string
Title (e.g., Mr, Ms, Dr)
string
First name
string
Middle name
string
Last name
string
Display name
string
Company name
string
Email address
string
Phone number
object
Beneficiary address
string
Tax identification number
string
Payout country code
string
Internal notes or comments

Response

Returns the updated beneficiary object with same structure as Create Beneficiary response.

Response Example