Deposit and Withdrawal simulation
Supported Statuses
Supported Deposit Flows
Important Notes
Testing Withdrawal Callback

post
Authorizations
x-api-keystringRequired
Body
- Request body containing the data necessary for simulating the transaction.
amountstringRequiredExample:
The transaction amount.
10invoiceIdstringRequiredExample:
The invoice ID.
349deb32-2577-44ca-8b03-fc04fd2b8be9statusany ofRequiredExample:
The status that will be assigned to the transaction ("confirmed" or "failed").
confirmedstring ยท enumOptionalPossible values:
string ยท enumOptionalPossible values:
Responses
200
Ok
application/json
400
Bad request
application/json
401
Unauthorized
application/json
404
Not Found
application/json
422
Unprocessable content
application/json
500
Internal server error
application/json
post
/transaction/simulateLast updated