Create a virtual account

Accept payments with virtual accounts

POST /v1/accounts/virtual

Request body

accountRef
string
required

Account reference

accountName
string
required

Account holder’s name

currency
string
required

Currency code

expiryDate
string

Expiry Date (This field allows you to customize the expiry period for this account. The default time however is 5 minutes)

Response body

code
string
required

Response code

description
string
required

Response description

data
object
createdAt
string
required

Creation timestamp.

accountHolderId
string
required

Account holder ID.

accountRef
string
required

Account reference.

bvn
string
required

Bank Verification Number (BVN).

accountName
string
required

The name associated with the account (may return the parent account name if not a corporate account)

bankAccountNumber
string
required

The account number

bankAccountName
string
required

The account name that will reflect when doing name lookup

currency
string
required

Currency code.

expiryDate
string

Expiry date of the account created.