Order Response Parameters
| Parameter | Type | Description |
|---|---|---|
code | Number(3) | Response code, see Appendix for details |
uniqueId | String(32) | Unique transaction ID returned by the system |
appId | Number(20) | System -> Website App -> APP ID |
transactionId | String(255) | Merchant unique payment ID |
transactionCurrency | String(3) | Transaction currency (e.g. CNY/USD) |
transactionAmount | String(12) | Transaction amount |
transactionCardNumber | String(20) | Transaction card number, first 6 and last 4 digits |
billDescription | String(128) | Billing information |
transactionMessage | String(255) | Transaction error message, error message directly returned by the channel |
redirectUrl | String(255) | URL to redirect to the checkout page |
transactionMethod | String(32) | Payment method |
transactionAt | String(20) | Transaction time |
message | String(255) | System return information |
timestamp | Number | Return timestamp |
isTest | Boolean | Whether the current transaction is a test transaction, returns false for real transactions |
is3d | Boolean | Whether the current transaction is a 3D transaction, returns true for 3D transactions |