Resumes a paused subscription using its ID. Only paused subscriptions can be resumed. If an active subscription has a scheduled change to pause in the future, use this operation to set or change the resume date.
You can’t resume a canceled subscription.
On resume, Paddle bills for a subscription immediately by default. Subscription billing dates are recalculated based on the resume date. Use the on_resume field to change this behavior.
If successful, Paddle returns a copy of the updated subscription entity:
paused subscription immediately, the subscription status is active, and billing dates are updated to reflect the resume date.paused subscription to resume on a date in the future, the subscription status is paused, and scheduled_change.resume_at is updated to reflect the scheduled resume date.active subscription that’s scheduled to pause, the subscription status is active and scheduled_change.resume_at is updated to reflect the scheduled resume date.This operation may result in an immediate charge, so responses may take longer than usual while a payment attempt is processed.
Requests are authenticated with API keys. Provide your API key as a Bearer token in the Authorization header.
API keys are assigned permissions, granting them access to entities and operations.
Each endpoint may require one or more permissions, defined with the x-permissions extension.
Values for include parameters may require specific permissions as defined in the x-enum-permissions extension.
See all available permissions in the permission schema or documentation.
Get an API key and select the permissions you need from the Paddle dashboard under Paddle > Developer Tools > Authentication.
Paddle ID of the subscription entity to work with.
"sub_01gvne45dvdhg5gdxrz6hh511r"
When this scheduled change should take effect from. RFC 3339 datetime string of when the subscription should resume.
Valid where subscriptions are active with a scheduled change to pause, or where they have the status of paused.
"2024-10-12T07:20:50.52Z"
How Paddle should set the billing period for the subscription when resuming. If omitted, defaults to start_new_billing_period.
continue_existing_billing_period, start_new_billing_period