Skip to main content
POST
Simulates a consumption clearance success so you can test the clearance notification.
  • card_no, amount, and consume_no are all required
  • If you pass consume_no, you can omit pay_type
  • 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
Amount
string
required
Consumption order number. Associates the authorization transaction number.

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