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 |
originalRequestIds |
Array |
Original Request ID of foreign exchange purchase |
M |
payee |
JSON |
Please refer to the table "Request Fields(payee)" |
M |
notifyUrl |
varchar(200) |
Server notification:Successful notification will be sent to the address after payment is successful.This address can take parameters,example:“www.5upay.com/callback.action?test=test”. Note: if the parameter value of notifyUrl is not filled, your server will not receive the notice of successful payment after payment is successful. |
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 Completion Time |
hmac |
The result of parameter signature,generated by the merchant.For the method of obtaining hmac,please reference to the section "Developers" |