For AI agents and LLMs: a structured documentation index is available at /llms.txt. Every page has a Markdown sibling — append .md to any URL.

Skip to content
Docs

Action can't be performed on canceled subscription

The action or change you are performing can't be performed when the subscription is canceled

Example response
{
"error": {
"type": "request_error",
"code": "subscription_is_canceled_action_invalid",
"detail": "action can't be performed on canceled subscription",
"documentation_url": "https://developer.paddle.com/errors/subscriptions/subscription_is_canceled_action_invalid"
},
"meta": {
"request_id": "00000000-0000-0000-0000-000000000000"
}
}

Details

Status code
400
Error code
subscription_is_canceled_action_invalid
Error message
action can't be performed on canceled subscription

Common causes

  • You're trying to perform an action on a canceled subscription.

Troubleshooting

Was this page helpful?