Payouts
Update Beneficiary
Update an existing beneficiary’s information
PUT
Update the details of an existing beneficiary. You can modify the name, email address, and status. Note that account information cannot be updated through this endpoint - accounts must be managed separately.
Path Parameters
Unique identifier for the beneficiary (UUID format)
Request Body
All fields are optional - only include the fields you want to update.Full name of the beneficiary
Middle name of the beneficiary (max 100 characters). Set to
null to clear.Email address of the beneficiary. Must be a valid email format.
Address line 1 of the beneficiary (max 200 characters)
Address line 2 of the beneficiary (max 200 characters). Set to
null to
clear.City of the beneficiary (max 100 characters)
Postal code of the beneficiary (max 20 characters)
Notes about the beneficiary (max 500 characters)
Beneficiary type
Status of the beneficiary
Response Fields
The response returns the complete updated beneficiary object with the same structure as the Get Beneficiary endpoint.Unique identifier for the beneficiary (unchanged)
Beneficiary type:
individual or businessUpdated name of the beneficiary
Middle name of the beneficiary
Updated email address of the beneficiary
Country code (ISO 3166-1 alpha-2)
Address line 1 of the beneficiary
Address line 2 of the beneficiary
City of the beneficiary
Postal code of the beneficiary
Notes about the beneficiary
Array of payment accounts (unchanged by this operation)
Updated beneficiary status
Original creation timestamp (unchanged)
Timestamp when the beneficiary was last updated (reflects this update)
Important Notes
Account Management: This endpoint only updates beneficiary-level
information. To manage payment accounts (add, remove, or update account
details), use the dedicated account management endpoints.
Use Cases
This endpoint is commonly used for:- Contact Updates: Updating beneficiary name or email address
- Status Management: Suspending or reactivating beneficiaries
- Data Maintenance: Correcting beneficiary information
- Compliance: Updating beneficiary status based on compliance requirements
Related Endpoints
- Get Beneficiary - Retrieve current beneficiary details
- Create Beneficiary - Create a new beneficiary
- List Payouts - View payouts for this beneficiary