Docs

Subscription locked for editing due to processing

Occurs when you attempt to make a change to a subscription within the 30 minute subscription lock period before processing.

Example response
{
"error": {
"type": "request_error",
"code": "subscription_locked_processing",
"detail": "unable to update subscription 30m0s before processing",
"documentation_url": "https://developer.paddle.com/errors/subscriptions/subscription_locked_processing"
},
"meta": {
"request_id": "00000000-0000-0000-0000-000000000000"
}
}

Details

Status code
409
Error code
subscription_locked_processing
Error message
unable to update subscription 30m0s before processing

Common causes

  • You're trying to make a change to a subscription too close to the processing time.

Troubleshooting

  • Wait for subscription to process before attempting request again.

Was this page helpful?