This interface is used for merchants to query the status of the refund
https://apis.5upay.com/foreignExchange/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 backend portal to check | M |
| requestId | varchar(50) | The order number is generated by the merchant and the order number must be unique on the platform transaction. Request/order which had been paid or canceled in Payease's platform can't be submitted with same request ID. | M |
| hmac | varchar(500) | The result of parameter signature,generated by the merchant.For the method of obtaining hmac,please reference to the section "Developers" | M |
| Name | Description |
|---|---|
| merchantId | Same as the request's parameters |
| requestId | Same as the request's parameters |
| serialNumber | The refund serial number of PayEase system |
| orderId | Original order serial number |
| status | INIT |
| SUCCESS | |
| FAILED | |
| amount | Unit: China Fen, 1yuan =100 fe |
| currency | Please refer to the section "Currency List" |
| completeDateTime | Refund completion time |
| errorMessage | Error Message |
| hmac | The result of parameter signature,generated by the merchant.For the method of obtaining hmac,please reference to the section "Developers" |