Deposits
Create Temporary Virtual Account
Create a one-time virtual account for a single customer deposit
POST
Creates a short-lived virtual account tied to a specific expected amount, ideal for checkout flows where each customer payment needs its own account number. The account expires at
Response (decrypted
expiresAt.
Requires the Fiat Deposit permission. The request body must be encrypted.
Body parameters (plain payload, pre-encryption)
number
required
Expected deposit amount in Naira. Minimum
100.object
required
The paying customer.
string
Custom display name for the account (3–50 characters).
string
Payment narration (max 100 characters).
Response (decrypted data)
string
Your deposit reference.
string
Provider payment reference.
number
Amount the customer should transfer.
number
Total expected including fees.
number
Processing fee.
number
VAT on the fee.
string
NGN.string
Deposit status (e.g.
pending).string
Narration attached to the account.
string
Temporary NUBAN account number.
string
Account display name.
string
Bank hosting the account.
string
CBN bank code.
string
ISO 8601 expiry timestamp. Deposits after this time are not credited.