Merchant Submitting Merchant Delivery Confirmation Interface (Merchant to PayEase)

Description

This interface used for merchant to submit order pack number and confirm process status for success payment

Request Endpoint

https://apis.5upay.com/icc/delivery

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) Order number defined for the merchant's submission of pending orders interface M
deliveryId varchar(50) Delivery order number M
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: ”12333221”, requestId: ”123141512341”, deliveryId: “123245”, hmac:” af2884b7c656d12df6aeb8bc7a8ad5c6” }

Returned Fields

Note: It is needed to parse the parameters returned synchronously and jump redirect Url to the cashier

deliveryStatus
Name Description
status SUCCESS
ERROR
merchantId Refer to the merchantId of the request parameter
requestId Refer to the requestId of the request parameter
deliveryId Refer to the deliveryId of the request parameter
deliveryStatus Status of the delivery. Possible values include:
SUCCESS
FAILED
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

{ merchantId: ”12333221”, requestId: ”123141512341”, deliveryId: ”12565841”, deliveryIStatus:" SUCCESS ", hmac:”af291df5d288690d2b7d7bcff7dc5a74447ce1502c1edcc9293051bb6 a517d686fbb31de72bfd14938d474fa6dd0afb82a2c222a6a345e41683d456a1 42e3376c5c8f07dc5bc92dd5b09af316fa478a003189ed4d4c956d33162de11a 8aec8ab6abcf66b19833302780cffaa25c7e40bb9b2ccc59adc44e3fcb4632bce 5d9cf9” }