Rename Virtual Account
This endpoint changes the name on a virtual account.
URL: https://developer-sandbox.accessbankplc.com/virtualpaycorporate/RenameVirtualAcct
Method: POST
Request Parameters
| Type | Name | Parameter Required | Description |
|---|---|---|---|
| string | channel_code | Required | Client application code |
| string | virtual_acc_number | Required | Breezepay virtual account number |
| string | customer_name | Required | Current name on the virtual account |
| string | new_customer_name | Required | New name that the customer wants |
| string | merchant_id | Required | ID of the merchant |
Sample Request
{
"merchant_id": "YOUR MERCHANT ID",
"virtual_acc_number": "1722000954",
"customer_name": "JON DOE",
"new_customer_name": "JON DOE",
"channel_code": "YOUR CHANNEL CODE"
}
Sample Response
{
"response_code": "00",
"response_message": "Successful Request"
}
