This interface is used for merchants to confirm data validation results.
https://apis.5upay.com/transfer/validateQuery
| 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 requestId is an ID generated by the merchant. This ID is unique for each merchant and can be used for ensuring the uniqueness of the request;For paid or cancelled orders in the PayEase payment system, the merchant side cannot submit them again. | M |
| hmac | varchar(500) | The result of parameter signature,generated by the merchant.For the method of obtaining hmac, please refer to the section "Developers" | M |
| Name | Description |
|---|---|
| merchantId | Merchant ID |
| requestId | The requestId is an ID generated by the merchant. This ID is unique for each merchant and can be used for ensuring the uniqueness of the request;For paid or cancelled orders in the PayEase payment system, the merchant side cannot submit them again. |
| creditedCurrency | Currency expected to be received: CNY, USD, JPY, EUR, CHF, GBP, CAD, AUD, HKD |
| singleReceiveAccount | true |
| false | |
| status | SUCCESS |
| FAIL | |
| validateId | The validation number returned by the "Data Validation Interface"; Used to request the "Remittance Submission Interface." |
| hmac | The result of parameter signature,generated by the merchant.For the method of obtaining hmac,please refer to the section "Developers" |