Merchant Submitting Browse Information API Interface (Merchant to PayEase)

Description

Merchant use Browse Information API Interface to submit Browse Information on PayEase platform

Request Endpoint

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

Sample

{ "merchantId": "888", "requestId": "12345", "payName ": "jack", "payPhone": "13888888888", "payAddress": "XXXStrteet", "payEmail": "Couster@163.com", "productName": " product name ", "receiveName": "jack", "receivePhone": "13888888888", "receiveAddress": " XXXStrteet ", "expressCompany": "EMS", "expressNumber": "123456", "hmac": " af291df5d288690d2b7d7bcff7dc5a74447ce1502c1edcc9293051bb6a517d68 6fbb31de72bfd14938d474fa6dd0afb82a2c222a6a345e41683d456a142e3376 c5c8f07dc5bc92dd5b09af316fa478a003189ed4d4c956d33162de11a8aec8ab 6abcf66b19833302780cffaa25c7e40bb9b2ccc59adc44e3fcb4632bce5d9cf9" }

Response Fields

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 # .

Sample

{ "status": "SUCCESS", "merchantId": "888", " orderRequestId ": "20190813-888-12345", "requestId": "12345", "browseStatus": "SUCCESS", "browseAmount": "1.00", "browseCurrency": "CNY", "browseSentTime": "2019-08-13 21:30:02", "browseEndDate": "2019-08-13 21:30:05", "hmac": " af291df5d288690d2b7d7bcff7dc5a74447ce1502c1edcc9293051bb6a517d68 6fbb31de72bfd14938d474fa6dd0afb82a2c222a6a345e41683d456a142e3376 c5c8f07dc5bc92dd5b09af316fa478a003189ed4d4c956d33162de11a8aec8ab 6abcf66b19833302780cffaa25c7e40bb9b2ccc59adc44e3fcb4632bce5d9cf9" }