Transaction Query
Last updated
Last updated
merchantNo*
string
Merchant ID
storeNo*
string
Store ID
transactionNo
string
The Transaction ID in the Yuansfer system.
reference
string
The Invoice Number of the transaction in the merchant's system.
verifySign*
string
The parameter signature.
Parameter
Type
Description
result
object
The result object.
ret_msg
string
The response return message.
ret_code
string
The response return code. For more details, see here.
Parameter
Type
Description
transactionNo
string
The Transaction ID in the Yuansfer system.
reference
string
The Invoice Number of the transaction in the merchant’s system.
amount
number
The transaction amount.
status
string
The status of the transaction.
currency
string
The supported transaction currency is "USD", "CNY".
settleCurrency
string
The supported settlement currency is "USD", "CNY".
transactionType
string
The type will be either "payment" or "refund".
Parameter
Type
Description
refundTransactionId
string
The ID of the refund transaction in the Yuansfer system.
refundReference
string
The ID of the refund transaction in the merchant’s system.
refundAmount
string
The transaction refund amount. This parameter will be returned only when the payment order contains a 'Amount'.
refundRmbAmount
string
The transaction refund amount of CNY. This parameter will be returned only when the payment order contains a 'rmbAmount'.
currency
string
The supported transaction currency is "USD", "CNY".
settleCurrency
string
The supported settlement currency is "USD", "CNY".