{
"msgId": "1164806705893105666",
"orderNo": "1164806712444612610",
"trxState": "paid",
"deviceInfo":"4444555",
"trxAmount": "226.5",
"message": "Transaction successful",
"signature":"ce85ac3fc2002bcfb6ceda7ac636aa23"
}| Parameter | Description | Format | Type |
|---|---|---|---|
| msgId | Merchant order number. | e.g., 1164806705893105 | String |
| orderNo | Open API Order Number / System Reference ID. | e.g., 18235435435435435 | String |
| trxState | Final status of the payment. | paid / unpaid / failed | String |
| deviceInfo | Terminal identification. | e.g., 3242342342 | String |
| trxAmount | Transaction amount. | e.g., 26.50 USD | String |
| message | Description. | (String) | String |
| signature | Signature calculated using MD5 algorithm for data integrity and authentication. | MD5(payTradeNo + outTradeNo + totalAmount + first_16_chars_of_merchant_secret) | String |