Create a virtual account
Learn how to create a virtual account
This endpoint is used to create a static virtual account, you will get a generated account when you make a request to this endpoint. This account will be attached a business or individual solely for transaction purposes.
To request for an account, make a POST
request to the endpoint /v1/static-accounts
. you will be required to pass the request parameters listed below.
firstName
, lastName
, phoneNumber
,email
and bvn
.
create virtual account request
Account reference
Create virtual account response
An example response body of an account that is created successfully.
When you successfully created a virtual account, the response returned will include a data
object that contains the generated accountNumber
and bankName
. The isActive
property indicates if the account is active or expired.
Handling Create virtual account response
Indicates if the request was successful.
Descriptive message about the request result.