Appearance
Simulation
Simulate account and wallet
Method: POST
{{BASE_URL}}/simulateHeaders
| Content-Type | Value |
|---|---|
| X-API-Key | X-API-Key |
Body (raw)
json
{
"amount": 10000.0,
"account_number": "4000034404"
}🔑 Authentication noauth
| Param | value | Type |
|---|
Response: 200
Response example:
json
{ "success": true, "message": "Payment simulation successful" }