Skip to content

Simulation

Simulate account and wallet

Method: POST

{{BASE_URL}}/simulate

Headers

Content-TypeValue
X-API-KeyX-API-Key

Body (raw)

json
{
  "amount": 10000.0,
  "account_number": "4000034404"
}

🔑 Authentication noauth

ParamvalueType

Response: 200

Response example:
json
{ "success": true, "message": "Payment simulation successful" }