#reius

1 messages · Page 1 of 1 (latest)

stark gazelleBOT
deep oak
#

hello! it sounds like you want them to only switch at the end of the current period?

azure ore
#

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

deep oak
#

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?

azure ore
#

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.

deep oak
#

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.