Transaction Simulation
Simulate Authorization
POST
Simulates an authorization transaction so you can test the authorization notification.
- Only POST is supported. The request body is a JSON object
- These APIs do not use
Api-Key/Access-Token
Request Headers
string
default:"application/json"
required
Fixed to
application/json; charset=utf-8Request Body
string
required
Card number
number
required
Transaction amount
string
default:"USD"
Transaction currency. Default
USDstring
default:""
Response
number
Status code.
0 means success. On failure it matches the HTTP status (e.g. 400 / 500)string
Response message.
Success on success, or a specific error reason. No data field