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.
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.