Skip to main content

Rename Virtual Account

This endpoint changes the name on a virtual account.

URL: https://developer-sandbox.accessbankplc.com/virtualpaycorporate/RenameVirtualAcct

Method: POST

Request Parameters

TypeNameParameter RequiredDescription
stringchannel_codeRequiredClient application code
stringvirtual_acc_numberRequiredBreezepay virtual account number
stringcustomer_nameRequiredCurrent name on the virtual account
stringnew_customer_nameRequiredNew name that the customer wants
stringmerchant_idRequiredID 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"
}