| Name |
Type & Max |
Description |
Requirement |
| merchantId |
varchar(20) |
Merchant Id |
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 |
| amount |
decimal(18) |
UNIT: Cent,for CNY: 1 Yuan=100 Fen |
M |
| currency |
varchar(15) |
CNY, USD, JPY, EUR, CHF, GBP, CAD, AUD, HKD |
M |
| creditedCurrency |
varchar(15) |
Currency expected to be received: CNY, USD, JPY, EUR, CHF, GBP, CAD, AUD, HKD |
M |
| transferMode |
varchar |
Mode includes "DETAIL" |
M |
| DETAIL Remittance details |
| transferBusinessType |
Fixed value |
STUDYABROAD |
M |
| GOODSTRADE |
| PLANETICKET |
| HOTELACCOMMODATION |
| SOFTWARE |
| TRAVEL |
| LOGISTICS |
| OTHER |
| singleReceiveAccount |
varchar |
Values: true/false |
M |
| isMerger |
varchar |
Whether merge receiving accounts; Values: true/false |
M |
| detailPath |
varchar(200) |
Path used to upload the files for remittance detail; For the file template, see "Transaction detail template.xlsx. The file needs to be uploaded to ftp |
M |
| listpriceToken |
varchar(32) |
See the filed “serialNumber” on the Price Lock Interface. If no value is passed to this field, the system automatically obtains the real-time price |
O |
| 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 |
| payee |
JSON |
Please refer to the table "Request Fields (payee,Remittance Information)" |
C |
| validateId |
varchar(200) |
This is the parameter returned by calling the "Data validation interface", which is used when initiating a large volume (500 +) detail remittance |
O |
| 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 |
Note: If it is a single account reittance, it is needed to fill in "accountNumber"
| Name |
Description |
| merchantId |
merchantId |
| 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 |
| serialNumber |
PayEase system transaction serial number |
| currency |
CNY, USD, JPY, EUR, CHF, GBP, CAD, AUD, HKD |
| amount |
UNIT: Cent,for CNY: 1 Yuan=100 Fen |
| status |
SUCCESS |
| CANCEL |
| completeDataTime |
Remittance completion time |
| foexignExchangeResponse |
Please refer to the table "Response fields(foexignExchangeResponse,Return parameter of foreign exchange purchase)" |
| hmac |
The result of parameter signature,generated by the merchant.For the method of obtaining hmac, please refer to the section "Developers" |