Transaction Status Request
API ExplorerA Transaction Status Request allows the host system to check the result of a previously initiated transaction, typically when communication between the host system and the terminal was interrupted while the transaction request was pending.
Request Body
application/json
Response Body
application/json
curl -X GET "https://example.com/cgi.html-status" \ -H "Content-Type: application/json" \ -d '{ "AuthKey": "", "PaymentType": "Credit", "RegisterId": "3", "TPN": "", "TransType": "Status", "RefId": "3", "PrintReceipt": "No", "MerchantId": "" }'{
"RefId": "string",
"RegisterId": "string",
"TPN": "string",
"ResultCode": "string",
"Message": "string",
"PaymentType": "string",
"RespMSG": "string",
"AuthCode": "string",
"PNRef": "string",
"EMVData": "string",
"Sign": "string",
"ExtData": "string"
}