Docs
billing, cancel, contract, create, customer, existing, Pause, portal, renewal, self, serve, subscription, term
461783
2020-09-06T11:47:32Z
2024-04-23T06:40:51Z
334
1
1
247835
Can I apply contract terms to my existing subscriptions?
Is it possible to use the Self portal for those customers who don't have the Contract Terms activated on their subscription?
Summary
In Chargebee, you will be able to create a subscription in contract only for the new customers. For an existing customer, you can create a new subscription and cancel the previous subscription.
To do this via API, use
Cancel the Subscriptions at the end of the renewal: Use the Cancel Subscription with end_of_term = true
Re-create the subscription with the Contract Billing fields Create a Subscription with the contract attributes.
You can allow your existing customers to manage their current subscription via a self-serve portal.
Note: 1.The Contract Terms feature is currently supported only in the In-app Checkout via API. 2.Contract terms once applied to a subscription, can not be removed from the subscription. 3.You can not pause a subscription that is created on contract terms.
To know more about Contract terms, click here.