Docs

Only items can be updated when subscription paused

You can only update items on a paused subscription.

Example response
{
"error": {
"type": "request_error",
"code": "subscription_only_update_items_on_paused_subscription",
"detail": "only items can be updated when a subscription is paused",
"documentation_url": "https://developer.paddle.com/errors/subscriptions/subscription_only_update_items_on_paused_subscription"
},
"meta": {
"request_id": "00000000-0000-0000-0000-000000000000"
}
}

Details

Status code
400
Error code
subscription_only_update_items_on_paused_subscription
Error message
only items can be updated when a subscription is paused

Common causes

  • You have attempted to update fields other than items on a paused subscription

Troubleshooting

  • Remove any additional fields in your request

Was this page helpful?