Docs

Subscription cannot be updated when canceled

Occurs when you try to update a canceled subscription.

Example response
{
"error": {
"type": "request_error",
"code": "subscription_update_when_canceled",
"detail": "cannot update subscription, as subscription is canceled",
"documentation_url": "https://developer.paddle.com/errors/subscriptions/subscription_update_when_canceled"
},
"meta": {
"request_id": "00000000-0000-0000-0000-000000000000"
}
}

Details

Status code
400
Error code
subscription_update_when_canceled
Error message
cannot update subscription, as subscription is canceled

Common causes

  • You're trying to make a change to a subscription that is canceled.

Troubleshooting

Was this page helpful?