This interface is used for merchants to query the status of the remittance order
https://apis.5upay.com/foreignExchange/transferQuery
| 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) | Remittance order 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 order serial number of PayEase system |
| status | SUCCESS |
| FAILED | |
| amount | Unit: China Fen, 1yuan =100 fe |
| currency | Please refer to the section "Currency List" |
| completeDataTime | Remittance complettion time |
| hmac | The result of parameter signature,generated by the merchant.For the method of obtaining hmac,please reference to the section "Developers" |