#reius
1 messages · Page 1 of 1 (latest)
hello! it sounds like you want them to only switch at the end of the current period?
If that's the case, you would likely have used Subscription Schedules : https://stripe.com/docs/billing/subscriptions/subscription-schedules to make this change in the future.
You can check the end date of the current phase, and the Price of the current and next phase
I would love to switch from pro to basic instantly, but to see that user did this downgrade and to see date untill which pro would have lasted. This isnt possible?
Plan change I am doing with stripe.subscriptions.update function
I'm a little confused - are you saying that you want to make the switch instantly? or do you want to switch plans at the end of the period?
I want to switch instanstly, but I want to see that user downgraded and to see untill which date pro would have lasted.
But if user downgraded from pro to basic, date still should be same. So to me should be enough to see that user downgraded plan from pro to basic. If I am correct about same date.
I want to switch instanstly, but I want to see that user downgraded and to see untill which date pro would have lasted.
This wouldn't be possible via the Stripe API. If you save the details of the Subscription into your own DB, you can retrieve this information from your own DB.