Docs

Attempt to update a scheduled change

You can't change `scheduled_change`, except for `null`.

Example response
{
"error": {
"type": "request_error",
"code": "subscription_scheduled_change_invalid_update",
"detail": "You can only set the `scheduled_change` field to `null`. Other updates aren't allowed.",
"documentation_url": "https://developer.paddle.com/errors/subscriptions/subscription_scheduled_change_invalid_update"
},
"meta": {
"request_id": "00000000-0000-0000-0000-000000000000"
}
}

Details

Status code
400
Error code
subscription_scheduled_change_invalid_update
Error message
You can only set the `scheduled_change` field to `null`. Other updates aren't allowed.

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 to null.

Troubleshooting

Was this page helpful?