Skip to main content
POST
Simulate fiat deposit
Simulation endpoints are available only outside production. Use them to test integration behavior without moving real funds.

Body

application/json

Non-production fiat deposit event to create for integration testing.

Non-production fiat deposit event to create for integration testing.

amount
string
required
Example:

"50000.00"

currency
string
required
Example:

"NGN"

user_id
string<uuid>
required
idempotency_key
string | null
Example:

"sim_fiat_dep_001"

Response

Simulated deposit created

data
object
required

Result returned after creating a non-production fiat deposit event.

status
enum<string>
required
Available options:
success