POST api/Tappay/search_pay_status

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
Req
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "card_identifier": "sample string 1",
  "transaction_number": "sample string 2",
  "channel": 3
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "RC": "sample string 1",
  "RM": "sample string 2",
  "results": {
    "status_code": 1,
    "status_message": "sample string 2"
  }
}