POST
Simulate an inbound payment

Authorizations

x-api-key
string
header
required

Your business API key, generated from the dashboard. Required on every business-facing endpoint.

Body

application/json
currency
enum<string>
required

Fiat currencies: NGN, EUR, GBP, USD, KES, UGX, GHS, CAD, XOF, XAF. Crypto currencies: USDT, USDC.

Available options:
NGN,
EUR,
GBP,
USD,
USDT,
USDC,
KES,
UGX,
GHS,
CAD,
XOF,
XAF
amount
number
required
Example:

500

narration
string
required

Should match the payRefrence from a prior POST /api/deposit call.

Example:

"8f21c93a1b"

sessionId
string
required
Example:

"sim-test-1"

Response

Funding simulated.

message
string
Example:

"Wallet funding simulated Successfully"