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 inactive subscription

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

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

Details

Status code
400
Error code
subscription_is_inactive_action_invalid
Error message
action can't be performed on inactive subscription

Common causes

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

Troubleshooting

Was this page helpful?