Merchant Submitting Merchant Delivery Confirmation Interface

Description

This interface used for merchant to submit order package number and confirm the delivery process status for the orders.

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 backend portal to check M
requestId varchar(50) Order number defined for the merchant's submission of pending orders interface. The value to this field cannot be "null" M
deliveryId varchar(50) The value cannot be null. It is the delivery order number corresponding to the order number(requestId). Contains a maximum of 50 characters. M
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: ”12333221”, requestId: ”123141512341”, deliveryId: “123245”, hmac:” af2884b7c656d12df6aeb8bc7a8ad5c6” }

Returned Fields

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

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 The status of the delivery operation result. Values include
SUCCESS
FAILED
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

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