Use this API to update an existing beneficiary identified by its alias_name.
{
"name": "John Doe",
"account": "334527843",
"bank": "bca",
"alias_name": "johnbca1",
"email": "[email protected]"
}
{
"status": "updated"
}
HTTP Request
PATCH BASE_URL/api/v1/beneficiaries/alias_name
Request Parameters
| Parameter | Description |
|---|---|
| name | string Name of the Beneficiary |
| account | number Account number of the Beneficiary |
| Length should be within 6 to 20 characters | |
| bank | string Bank name used by the Beneficiary |
| alias_name | string Alias name used by the Beneficiary |
| Length should be less than or equal to 20 characters | |
| only alphanumeric characters are allowed | |
optional string Valid Email address for Beneficiary |