Introduction
Merchants can cancel shipment orders of 7-ELEVEN (C2C) by calling this API.
API URLs
- Stage:https://logistics-stage.ecpay.com.tw/Express/CancelC2COrder
- Production:https://logistics.ecpay.com.tw/Express/CancelC2COrder
HTTPS Transfer Protocol
- Accept:text/html
- Content Type:application/x-www-form-urlencoded
- HTTP Method:POST
Request Parameter Description
MerchantID String(10)
Required
Provided by ECPAY
AllPayLogisticsID String(20)
Required
Logistics transaction number.
CVSPaymentNo String(15)
Required
Shipping number.
CVSValidationNo String(10)
Required
Verification code.
PlatformID String(10)
- Provided by ECPAY, this parameter is used by Platform. General merchant should set this to null.
- When used by Platform, please use the MerchantID bound with merchant account.
CheckMacValue String
Required
Merchant must check verify this field.
- Please refer to the appendix Checksum for more information.
Response Parameter Description
Return plain text value
- Success if value returns 1|OK
- Failure if value returned is not 1|OK
1|OK