Virtual one-time accounts are limited to NGN only. You must have an existing NGN wallet before creating one.
POST /transaction/collection/virtual-account
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
How to use the virtual one time account
POST /transaction/collection/virtual-account
| Field | Required | Description |
|---|---|---|
amount | Yes | The amount to be collected in NGN. |
validFor | No | Duration in seconds the virtual account remains valid (e.g. 3600 for 1 hour). Defaults to 15 minutes if not provided. |
{
"amount": 5000,
"validFor": 3600
}
| Sandbox | Production | |
|---|---|---|
| Funding | Account is automatically funded on creation | You fund the account yourself |
| Amount limit | Maximum of ₦10,000 per virtual account | No restriction |
