Create Virtual Account

Create a virtual accounts your customers to make payments

/vitrual-accounts

POST https://seerbitapi.com/api/v2/virtual-accounts

This endpoint allows you to create virtual account numbers

Headers

NameTypeDescription

authorization*

String

Bearer token

Request Body

NameTypeDescription

publicKey*

String

merchant public key

fullName*

String

name to be on the account number

bankVerificationNumber

String

owners BVN to match fullName

currency*

String

currency to be set to NGN

reference*

String

unique reference to identify the virtual account

email

String

owners email

{
    "status": "SUCCESS",
    "data": {
        "code": "S20",
        "payments": {
            "reference": "FIRST_VIRTUAl_7",
            "walletName": "SEERBIT(Business Name)",
            "bankName": " 9PAYMENT SERVICE BANK",
            "accountNumber": "Account Number"
        },
        "message": "Account created "
    }
}

Last updated