Skip to main content
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-8

Request Body

string
required
Card number
number
required
Transaction amount
string
default:"USD"
Transaction currency. Default USD
string
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