v1
latestOpenAPI 3.1.02026-07-24360204.4 KBUpdate Beneficiary
Use this API to update the details of a beneficiary.
post/v1/accounts/beneficiaries/{beneficiary_id}
Path parameters
beneficiary_idstring required
Unique identifier of the beneficiary that should be updated.<br><br>Example: vab_EFQeD9s8dPOqsPEUZPELmpgwm
Request body
Response
200
Example response
{
"id": "vab_ZfDkRA2ioO665Voe3WY3q9GOc",
"object": "beneficiary.account_number",
"type": "account_number",
"name_of_account_holder": "Gita Reddy",
"email": "gita.reddy@example.com",
"phone": "9988776655",
"bank_account_number": "10000000000126",
"bank_ifsc_code": "ABCD0000123",
"metadata": {
"key_1": "updated_DD",
"key_2": "updated_XOF",
"key_3": "MSF"
},
"created_at": 1645522073,
"status": "active",
"is_sandbox": true,
"account_id": "va_gwWeSHZ48QK1gmiVebZWV3YdA"
}