In certain situations, customers may need to temporarily pause their subscription. This decision can be driven by various factors, such as:
- inability to use the product for a specific period
- temporary absence from their usual location
The subscription pause offers a flexible alternative to full cancellation, allowing precise management of customer subscriptions. It provides options to pause immediately or schedule it for a future date, and can set it to end on a specific date or leave without specifying the end date.
Paused subscriptions can be easily identified by their paused
status.
This level of control not only enhances customer satisfaction and retention but also provides strategic benefits for your business. This approach often leads to improved customer loyalty and can contribute to increased long-term revenue for your subscription-based service.
Manage subscription pause
You can efficiently manage subscriptions by creating, updating, or deleting pauses through the API or HUB interface. This ensures a smooth transition between active and paused statuses, giving customers the option to reactivate their subscription later or cancel it permanently.
The subscription pause details include essential fields such as start_point
and stop_point
, which can be of type specific_date
, immediate
, or infinite
, accurately tracking the duration and nature of the pause period:
- Start options:
immediate
- pause the subscription instantly without specifying an exact start datespecific_date
- schedule the pause to begin on a specific date and time
- End options:
infinite
- leave the pause without specifying an exact end datespecific_date
- schedule the pause to end on a specific date and time
It is important to note that when an immediate
pause is requested, the subscription is scheduled to pause with the date of the request as the start point and then gets paused asynchronously.
Create or update pause
stop_point
can be modified. Otherwise, both the start_point
and stop_point
are available for changes.
- Go to Subscriptions.
- Find the needed
active
subscription and click on it. - On the subscription details page, click on Pause subscription.
- In the appeared form, specify the pause duration period.
- Click on Pause to confirm.
To modify the pause interval
- Go to Subscriptions.
- Find the
paused
subscription you need and click on it. - On the subscription details page, click on Change dates to set a new date range.
- If the pause is not activated, you can edit both the start and end dates of the pause.
- If the pause is already activated, you can only edit the end date of the pause.
- Click on Save to confirm changes.
Effortlessly receive automatic notifications by subscribing to updates. notifications about status changes are sent with the
paused
type.
Delete pause schedule
You can either delete the pause schedule for active subscriptions or resume subscriptions with the paused
status.
- Go to Subscriptions.
- Find the needed
paused
subscription and click on it. - On the subscription details page, click on Resume subscription.
- Click on Resume to confirm changes.
Subscription renewal flows
When a subscription is paused, it does not renew on its originally scheduled date. Instead, the renewal process and the calculation of the next charge date depend on the type of pause and how it ends, for example, on a specific date or resumed manually.
Flow |
Example |
---|---|
Specific dates or an infinite type pause updated with specific end date The next billing date equals the Formula |
A subscription set to expire on August 15 is paused from August 1 to August 10, for 10 days. As a result, the next billing date is pushed back by 10 days from the original expiry date, making the new billing date August 25. |
Specific dates with manual resume When a subscription with a specific end date is manually resumed, Solidgate recalculates the next billing date. This calculation uses the Formula |
A subscription originally set to expire on August 15 is paused on August 1. Although the pause is initially planned to end on August 10, the subscription is manually resumed on August 5. The next billing date is calculated by adding 4 days of the actual pause duration to the original expiry date, resulting in a new billing date of August 19. |
Infinite type pause with manual resume If the subscription is paused with the infinite type, the Formula |
A subscription with an original expiry date of August 15 is paused from August 1. The pause with the infinite type remains in effect until the subscription is manually resumed on September 1. The next billing date is calculated by adding 31 days of the pause duration to the original expiry date, resulting in a new billing date of September 15. |
Subscription cancellation
During a subscription pause, only the option to
This cancellation type allows the subscriber to continue using the services until the end of the paid period while maintaining the subscription in an active status.
hard cancel
is available. The option for a
This cancellation type involves an immediate change of the subscription status to cancel.
soft cancel
is not applicable.
Constraints and limitations
If the settings required for the subscription pause are incomplete or do not meet the pause conditions, an error occurs, and merchants receive a response with the
Understand why the payment is declined and how you can resolve it.
2.01
error code.
The error takes place when:
- pause from/to date for the
specific_date
pause type is:
- absent in the request
- lower than the current date
- pause period is lower than 1 day or higher than 60 years for the
specific_date
pause type - subscription:
- does not exist
- status is not equal to
active
- is planned to be
cancelled
orpaused
- pause
from_date
is greater than the subscriptionexpired_at
date - pause schedule does not exist,
start_point:date
isnull
when the pause type isspecific_date