Data Validation Query Interface

Description

This interface is used for merchants to confirm data validation results.

Request Endpoint

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

Sample

{ "merchantId": "120140257", "requestId": "1527756058867", "hmac": nul }

Synchronous Returned Field

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"

Sample

{ "creditedCurrency": "USD", "validateId": "8a0be93c633eec9c0163b55bb2d42d73", "merchantId": "120140257", "requestId": "1527756058867", "hmac": "d9c980e5967cc81ccc6478392c7dfabc", "singleReceiveAccount": "True", "status": "SUCCESS" }