Creates a permanent virtual account for a user, tied to their identity. We support the following currencies: NGN, MWK, USD.
POST /v1/virtual-account.
| Status | Message | What it means | How to fix |
|---|---|---|---|
| 400 | Invalid country or currency ISO code | The country/currency pair is not supported for virtual accounts. | Send valid ISO codes that match an enabled corridor. |
| 400 | Phone number must include valid country code | phoneNumber is missing a proper international prefix. | Format phone numbers with the full country code (for example +234...). |
| 400 | Request JSON malformed or missing required fields | The payload is missing mandatory keys or is not valid JSON. | Validate that fields such as currency, country, reference, and accountName are present before calling the API. |
| 400 | BVN is required | The Nigerian BVN field is absent when it is mandatory. | Provide the 11-digit bvn for NGN accounts. |
| 401 | API key missing or incorrect | Authentication header is missing, invalid, or expired. | Ensure the x-api-key is included for the correct environment. |
| 409 | Reference must be unique | The reference has already been used for another request. | Reuse the initial response or send a new, unique reference. |
| 500 | Service temporarily unavailable | Temporary backend/database outage prevented the request from succeeding. | Retry with backoff or contact support if it persists. |
Request to create a static virtual account. The required fields depend on the selected currency.
Currency code. Currency code (e.g., NGN).
NGN Country code. Country code (e.g., NG).
NG The customer's first name.
The customer's last name.
The customer's email address.
The customer's phone number. This must include the country code.
A unique reference for the request (max 30 characters).
The desired name for the virtual account.
The customer's 11-digit Bank Verification Number.