Create a business customer virtual account

Business customer virtual accounts a intended for your customers that are actually businesses themselves, and requires the BVN of a corporate bank account.

POST https://api.ivorypay.io/v1/virtual-accounts/business

Request Body

NameTypeDescription

businessName*

String

The name of the business

email*

String

Email address of the business

phoneNumber*

String

A valid phone number

bvn*

String

A valid BVN of the business

customerReference*

String

A string that uniquely identifies the customer within your own system.

{
    "status": "success",
    "message": "Virtual account was created successfully",
    "data": {
        "accountNumber": "6353226122",
        "bankIdentifier": "058",
        "bankName": "GTBank",
        "currency": "NGN",
        "customerReference": "77iugugiuf87t98ytg0gh809",
        "uuid": "0e761a4d-1df1-4a43-8891-27eb8aa33f36",
        "type": "CUSTOMER_ACCOUNT",
        "createdAt": "2023-09-13T10:40:42.263Z",
        "updatedAt": "2023-09-13T10:40:42.263Z"
    }
}

Last updated