Merchant Submitting Browse Information Interface (Merchant to PayEase)

Description

Merchant use "Submitting Browse Information Interface" to submit Browse Information required by the receiving bank

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(50) 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's name M
payPhone varchar(100) Payer's phone nummber M
payAddress varchar(500) Payer's Address M
payEmail varchar(200) Payer's Email M
productName varchar(200) Product Name/Service Content M
receiveName varchar(100) Receiver's Name M
receivePhone varchar(100) Receiver's phone number M
receiveAddress varchar(500) Receiver's Address M
receiveEmail varchar(200) Receiver's 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) The method for obtaining hmac is shown in "Developers," 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

Only when the response processing is normal, in which the status parameter value is SUCCESS, then the message will include merchant ID, order number and other information.

Name Description
status SUCCESS
ERROR
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,KRW, RUB,CHF,HKD,SGD,MOP,CAD,NZD,TWD,AUD
browseSentTime Format:yyyy-MM-dd HH:mm:ss
browseEndDate Format:yyyy-MM-dd
hmac The method for obtaining hmac is shown in "Developers," 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" }