Update Beneficiaries


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


ParameterDescription
namestring Name of the Beneficiary
accountnumber Account number of the Beneficiary
Length should be within 6 to 20 characters
bankstring Bank name used by the Beneficiary
alias_namestring Alias name used by the Beneficiary
Length should be less than or equal to 20 characters
only alphanumeric characters are allowed
emailoptional string Valid Email address for Beneficiary