CreditCardPay
Copy Page
ANexPay Docs
Introduction
Signature
API Keys
Get Started
Webhook Service
Enum Reference
Api Reference
Authentication
Get Auth Token
Hosted Payment Page
Hosted Payment Page
CreditCardPay
List Payment History
POST
Get Payment Detail
POST
Refund
POST
List Subscriptions
POST
Get Subscription Detail
POST
Cancel Subscription
POST
Get Subscription Bills
POST
StableCoinPay
order
GetCheckoutOrderList
refund-order
CreateRefundOrder
CancelRefundOrder
GetRefundOrderInfo
GetRefundOrderList
settlement
CreateFiatSettlementOrder
CancelSettlementOrder
GetSettlementOrderList
abnormal-payment
GetAbnormalPaymentList
CreateAbnormalPaymentRefund
Schemas
Schemas
RefundOrderDTO
RefundPageReq
ApiPageApiPageRefundOrderDTO
ApiResponseApiPageRefundOrderDTO
CancelReq
CreditCardPay
Copy Page
Cancel Subscription
Developing
POST
/checkout/w-payment/subscriptions/cancel
Try it
Run in Apifox
Run in Apifox
Request
Body Params
application/json
Required
Generate Code
Example
{
"mchSubscriptionNo"
:
"SUB-20240423-001"
}
Responses
🟢
200
成功
application/json
Generate Code
Body
application/json
Generate Code
Example
{
"retcode"
:
"200"
,
"retmsg"
:
null
,
"retdata"
:
true
}
Modified at
2026-06-03 07:35:46
Previous
Get Subscription Detail
Next
Get Subscription Bills