Skip to main content
POST

Error responses

Use this table as the source of truth for troubleshooting POST /v1/virtual-account/dynamic.

Authorizations

x-api-key
string
header
required

Body

application/json

Dynamic virtual account details for Nigeria (NGN).

currency
enum<string>
required

Currency code (NGN).

Available options:
NGN
country
enum<string>
required

Country code (NG).

Available options:
NG
amount
number
required

The exact amount expected for the transaction.

duration
integer
required

The time in minutes for which the account will remain active.

reference
string
required

A unique reference for the transaction.

accountName
string
required

The name of the account.

Response

Dynamic virtual account created successfully.

message
string
Example:

"virtual account created successfully"

status
string
Example:

"success"

data
object