➕MQTT Response to Transaction Information Inquiry
Receive a response after sending a transaction status inquiry request
MQTT
Response Check Transaction
MQTT
Response Check TransactionMessage
Param | Type | Description |
---|---|---|
| String | Transaction reference number. |
| String | Order ID. |
| Long | Transaction amount. |
| String | Transaction content. |
| String | Transaction type. |
| int | Status of transaction . |
| int | Type of inquiry. |
| Long | Transaction creation time. |
| Long | Transaction payment time. |
| String | Terminal code or store code. |
| String | Notes. |
| int | Number of refunds. |
| int | Amount refunded. |
Note
Status:
0: Transaction pending payment
1: Transaction successful
2: Transaction canceled
Type:
0: Check by Order ID
1: Check by transaction reference number
Transaction Type:
"C": Incoming transaction
"D": Outgoing transaction
Sample
Last updated