v1
latestOpenAPI 3.1.02026-07-24360204.4 KBCreate Bank Account Beneficiary
Use this API to add a bank account beneficiary to an account.
post/v1/accounts/{account_id}/beneficiaries
Path parameters
account_idstring required
Unique identifier of the account to which the beneficiary should be linked.<br><br>Example: va_Y6evcApKFXhQ9X7qKQ5AaysEI
Request body
Response
200
Example response
{
"id": "vab_8nz7xTrqvRfuq0jVQz8ulLTnD",
"object": "beneficiary.account_number",
"type": "account_number",
"name_of_account_holder": "Anil Reddy",
"email": "anil.reddy@example.com",
"phone": "9000000138",
"bank_account_number": "59817294880101",
"bank_ifsc_code": "ICIC0000001",
"bank_name": "ICICI Bank",
"metadata": {
"key_1": "DD",
"key_2": "XOF"
},
"created_at": 1742463922,
"status": "active",
"is_sandbox": true,
"account_id": "va_dPDp6bNcs7mIrWPsO0kle5o6T"
}