#Prince-cancelled-sub-schedule

1 messages · Page 1 of 1 (latest)

bright fulcrum
#

Hey there:

So actually I want to know what are the option we have if we want to migrate a subscription or start a subscription if the user has canceled the current subscription
You'll need to start a new subscription. canceled is a terminal state

if the user selects to migrate to new subscription after canceling the current subscription then the selected subscription should start after the current canceled period ends or start immediately if the canceled subscription period is over
I'm not sure I understand the question here. I guess the answer is either. Which would you prefer?

hollow needle
#

"You'll need to start a new subscription. canceled is a terminal state":
So new Subscription like means a new fresh start of subscription (means a new stripe subscription id). Right?

bright fulcrum
#

Exactly, yes

hollow needle
#

okay cool

hollow needle
#

next is suppose a user has a monthly subscription from 1 Dec to 31 Dec, 2021 then if today user canceled the subscription and then later on like may be around 15 dec, 2021 he wants to start a new subscription of yearly or again monthly plan and he has like 15-16 days left to end subscription then i want that the new subscription will start after the current period ends basically on 1 jan, 2022. so could you please help me on this.

bright fulcrum
#

Then you can 'credit' free usage from the start to the end of the billing period from their previous subscription

hollow needle
#

so basically i have to calculate the trial days from the previous subscription and then add it to the new subscription.right?

bright fulcrum
#

Yes, exactly

hollow needle
#

thanks