Attempt to update a scheduled change
You can't change scheduled_change
, except for null
.
Error Message | You can only set the `scheduled_change` field to `null`. Other updates aren't allowed. |
Error Code | subscription_scheduled_change_invalid_update |
Status Code | 400 |
Common causes
Scheduled changes are automatically managed by Paddle. You can't change the
scheduled_change
field, other than canceling a change by setting it tonull
.
Solutions
If you want to cancel a scheduled change, use the update a subscription operation to
null
this field.Use the pause a subscription, resume a subscription, or cancel a subscription operations to add scheduled changes to a subscription.