Docs

Subscription cannot be updated when trialing

Occurs when you try to update a trialing subscription.

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

Details

Status code
400
Error code
subscription_update_when_trialing
Error message
cannot update subscription, as subscription is trialing

Common causes

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

Troubleshooting

  • Move the subscription out of trialing.

Was this page helpful?