Skip to main content

Update BVN

This endpoint adds a BVN into a current virtual account that does not yet have a BVN associated with it.

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

Method: POST

Request Parameters

TypeNameParameter Required
stringchannel_codeRequired
stringvirtual_acc_numberRequired
stringbvnRequired
stringmerchant_idRequired

Sample Request

{ 
"channel_code": "YOUR CHANNEL CODE",
"merchant_id": " YOUR MERCHANT ID ",
"virtual_acc_number": "1629760586",
"bvn": "111100001111"
}

Sample Response

{
"response_code": "00",
"response_message": "Successful Request"
}