Sale Subscriptions Cancel
Request address
POST
https://sandbox.j-pay.net/pay/trade/subscribeCancel
Test account
Merchant ID:10010
ApiKey: 7e4nicn14nhyup146dfbi8hpnpus9juz
Request parameters
Parameter Name | Type | Required | Sign(Y OR N) | Parameter Description |
---|---|---|---|---|
pay_memberid | String | Y | Y | The platform assigns merchant ID |
pay_orderid | String | Y | Y | Merchant order number |
pay_md5sign | String | Y | N | Please see MD5 signature field method |
Return parameters
Parameter Name | Type | Parameter Description |
---|---|---|
status | string | Succeeded: success Fail: error |
msg | String | Order placed successfully or order failed |
subscribe_time | String | Subscription start time |
last_payment_time | String | Subscription last payment time |
payment_transaction_id | String | Transaction ID |
payment_period_count | String | Total payments |
sign | String | Please see the verification signature field format |
Return example
{
"msg":"Unsubscribe successfully",
"status":"success",
"subscribe_time": 1742886960,
"last_payment_time": 1742890611,
"payment_transaction_id":"346874883747",
"payment_period_count": null,
"sign": "69BDC5B6310793109FB2FD2AFC3EE619"
}