Cancel
Cancel an active subscription. No further payments will be collected.
Cancel subscription
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"externalId": "1623451995",
"subscriptionId": "498e4a08-13a8-405e-96a5-eccb44345ada",
"status": {
"code": "903",
"description": "CANCELLED",
"detail": "The subscription was canceled - merchant request"
}
}{
"status": {
"code": "400",
"description": "ERROR",
"detail": "Invalid operation"
}
}{
"status": {
"code": "404",
"description": "ERROR",
"detail": "Subscription not found"
}
}Last updated
Was this helpful?