Resume a paused subscription
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:
- When resuming a
pausedsubscription immediately, the subscription status isactive, and billing dates are updated to reflect the resume date. - When scheduling a
pausedsubscription to resume on a date in the future, the subscription status ispaused, andscheduled_change.resume_atis updated to reflect the scheduled resume date. - When changing the resume date for an
activesubscription that's scheduled to pause, the subscription status isactiveandscheduled_change.resume_atis 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.
Path Parameters
Paddle ID of the subscription entity to work with.
Request Body
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.
How Paddle should set the billing period for the subscription when resuming. If omitted, defaults to start_new_billing_period.
Response
Represents a subscription entity.
Unique Paddle ID for this subscription entity, prefixed with sub_.
Status of this subscription. Set automatically by Paddle. Use the pause subscription or cancel subscription operations to change.
Paddle ID of the customer that this subscription is for, prefixed with ctm_.
Paddle ID of the address that this subscription is for, prefixed with add_.
Paddle ID of the business that this subscription is for, prefixed with biz_.
Supported three-letter ISO 4217 currency code. Transactions for this subscription are created in this currency. Must be USD, EUR, or GBP if collection_mode is manual.
RFC 3339 datetime string of when this entity was created. Set automatically by Paddle.
RFC 3339 datetime string of when this entity was updated. Set automatically by Paddle.
RFC 3339 datetime string of when this subscription started. This may be different from first_billed_at if the subscription started in trial.
RFC 3339 datetime string of when this subscription was first billed. This may be different from started_at if the subscription started in trial.
RFC 3339 datetime string of when this subscription is next scheduled to be billed.
RFC 3339 datetime string of when this subscription was paused. Set automatically by Paddle when the pause subscription operation is used. null if not paused.
RFC 3339 datetime string of when this subscription was canceled. Set automatically by Paddle when the cancel subscription operation is used. null if not canceled.
Details of the discount applied to this subscription.
How payment is collected for transactions created for this subscription. automatic for checkout, manual for invoices.
Details for invoicing. Required if collection_mode is manual.
Current billing period for this subscription. Set automatically by Paddle based on the billing cycle. null for paused and canceled subscriptions.
How often this subscription renews. Set automatically by Paddle based on the prices on this subscription.
Change that's scheduled to be applied to a subscription. Use the pause subscription, cancel subscription, and resume subscription operations to create scheduled changes. null if no scheduled changes.
Customer portal deep links for this subscription.
Authenticated links are only returned when your API key has Customer portal session (Write) permission. For security, the token appended to authenticated links is temporary. You shouldn't store them.
List of items on this subscription. Only recurring items are returned.
Your own structured key-value data.
Import information for this entity. null if this entity is not imported.
Information about this response.
Unique ID for the request relating to this response. Provide this when contacting Paddle support about a specific request.
1231{
2 "effective_from": "immediately"
3}