Payments
Cancel Pending Orders
It is necessary to package the data in the parameter table into JSON strings and use rsa for parameter encryption and signature as data and sign in the body.
POST
/
platformapi
/
chainup
/
open
/
opay
/
cancelOrder
curl --request POST \
--url http://service.xxx.com/platformapi/chainup/open/opay/cancelOrder
Query Parameters
appKey
string
requiredMerchant AppKey
Example: xxx_xxx
orderNum
string
requiredOrder number.
Example: 10000001
sign
string
requiredAuthorized signature, (MD5(Sort(Param) + secret)).
Example: 2ae04ed9165624419bad68e9e0f3f2sa9fbd2ae04ed916511624419bad68e9e20f3f29fbd
Response
200 - application/json
The response is of type any[].
curl --request POST \
--url http://service.xxx.com/platformapi/chainup/open/opay/cancelOrder