Merchant use Browse Information API Interface to submit Browse Information on PayEase platform
https://apis.5upay.com/icc/browse
| 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 background to check | M |
| requestId | varchar(80) | Format is date(yyyymmdd)-merchant id-merchant flow number e.g.: 20170101-888-12345 The flow number is numeric, not repeated within 24 hours and only be number and “-”. It can be single or multiple. | M |
| payName | varchar(100) | Payer name | M |
| payPhone | varchar(100) | Payer phone | M |
| payAddress | varchar(500) | Payer address | M |
| payEmail | varchar(200) | Payer email | M |
| productName | varchar(200) | Product name | M |
| receiveName | varchar(100) | Receiver name | M |
| receivePhone | varchar(100) | Receiver phone | M |
| receiveAddress | varchar(500) | Receiver address | M |
| receiveEmail | varchar(200) | Receiver email | M |
| expressCompany | varchar(300) | The merchant of trade in goods is required to be filled in, support multiple inputs seperated by comma | O |
| expressNumber | varchar(500) | The merchant of trade in goods is required to be filled in, support multiple inputs seperated by comma | O |
| hmac | varchar(500) | For the method of obtaining hmac, please refer to "Encrytion/Decryption Specification",The parameter sequence is spliced from A-Z with the initials of key name, and The corresponding key values are separated by # . | M |
Note: Only when the response processing is normal, the status parameter value is SUCCESS, the message includes merchant number, order number and other information.
| Name | Description |
|---|---|
| status | SUCCESS |
| ERROR Refer to the "Error List" | |
| merchantId | Refer to the requestId of the request parameter |
| requestId | Refer to the requestId of the request parameter |
| browseStatus | INIT |
| PROCESSING | |
| SUCCESS | |
| FAILED | |
| browseAmount | Browse amount |
| browseCurrency | CNY, USD, EUR, GBP, JPY, RUB, CHF, HKD, SGD, MOP, CAD, NZD, TWD,AUD |
| browseSentTime | Format : yyyy-MM-dd HH:mm:ss |
| browseEndDate | Format : yyyy-MM-dd |
| hmac | For the method of obtaining hmac, please refer to "Encrytion/Decryption Specification",The parameter sequence is spliced from A-Z with the initials of key name, and The corresponding key values are separated by # . |