v1

latestOpenAPI 3.1.02026-07-26460218.4 KB

Simulate Deposit (Sandbox only)

Simulate a deposit into any of your virtual accounts to test your integration without moving real funds

post/virtual-accounts/simulate-deposit

Request body

accountNumberstring required

The virtual account number to credit. Must belong to one of your virtual accounts.

amountinteger required

The deposit amount, in the account's currency (major units), must be less than 1000000.

Response

statusstring
currencystring

Example response

{
  "status": "COMPLETED",
  "currency": "NGN"
}