Skip to content

Order Response Parameters

ParameterTypeDescription
codeNumber(3)Response code, see Appendix for details
uniqueIdString(32)Unique transaction ID returned by the system
appIdNumber(20)System -> Website App -> APP ID
transactionIdString(255)Merchant unique payment ID
transactionCurrencyString(3)Transaction currency (e.g. CNY/USD)
transactionAmountString(12)Transaction amount
transactionCardNumberString(20)Transaction card number, first 6 and last 4 digits
billDescriptionString(128)Billing information
transactionMessageString(255)Transaction error message, error message directly returned by the channel
redirectUrlString(255)URL to redirect to the checkout page
transactionMethodString(32)Payment method
transactionAtString(20)Transaction time
messageString(255)System return information
timestampNumberReturn timestamp
isTestBooleanWhether the current transaction is a test transaction, returns false for real transactions
is3dBooleanWhether the current transaction is a 3D transaction, returns true for 3D transactions