Resume a paused subscription

POST {{baseUrl}}/subscriptions/:subscription_id/resume

Resumes a paused subscription using its ID. Only paused subscriptions can be resumed. You cannot resume a canceled subscription.

On resume, Paddle bills for a subscription immediately. Subscription billing dates are recalculated based on the resume date.

If successful, Paddle returns a copy of the updated subscription entity. The subscription status is active, and billing dates are updated to reflect the resume date.

This operation results in an immediate charge, so responses may take longer than usual while a payment attempt is processed.

Request Body

{"effective_from"=>"<dateTime>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring