This interface is used for merchant to actively query refund details.
https://apis.5upay.com/icc/refundQuery
Name | Type& Max | Description | Requirement |
---|---|---|---|
merchantId | varchar(9) | The unique identity of the merchant ID in Payease system, After the merchant completes Payease system registration, the merchant can log in the merchant background to check | M |
requestId | varchar(50) | Same as the requestId of the request parameter | M |
hmac | varchar(500) | The method for obtaining hmac is shown in "Developers," The parameter sequence is spliced from A-Z with the initials of key name, and The corresponding key values are separated by #. | M |
Note: Only when the response processing is normal, the status parameter value is SUCCESS, the message includes merchant number, order number and other information.
Name | Description |
---|---|
status | SUCCESS |
ERROR | |
merchantId | The unique identity of the merchant ID in Payease system, After the merchant completes Payease system registration, the merchant can log in the merchant background to check |
orderRequestId | Same as the orderRequestId of the request parameter |
requestId | Same as the requestId of the request parameter |
refundId | Refund ID |
bankNumber | Refund bank number |
refundStatus | INIT |
PROCESSING | |
SUCCESS | |
FAILED | |
amount | Refund amount |
currency | CNY is RMB, USD is US dollar, EUR is Euro, GBP is pound, JPY is yen, KRW is Korean dollar, RUB is rouble, CHF is Swiss franc, HKD is Hong Kong dollar, SGD is Singapore dollar, MOP is Macao dollar, CAD is Canadian dollars, NZD is New Zealand dollars, TWD is nt dollars, AUD is Australian dollars |
refundSubmissionTime | Format: yyyy-MM-dd HH:mm:ss |
refundCompleteTime | Format: yyyy-MM-dd HH:mm:ss |
remark | remark |
hmac | The method for obtaining hmac is shown in "Developers," The parameter sequence is spliced from A-Z with the initials of key name, and The corresponding key values are separated by #. |