#TonyS - subscription upgrade
1 messages · Page 1 of 1 (latest)
Yes that sounds like it would be the best course of action. You can read about upgrades here: https://stripe.com/docs/billing/subscriptions/upgrade-downgrade
Thanks I'll check it out, I'll keep you updated!
Cool!
I'm not sure your solution is suitable for us maybe I don't fully understand
Let's say I have an user that bought PRODUCTA
and pays monthly this product with the price PRICEA
can I create a product PRODUCTB with a price PRICEA
and change the user to be subscribed from PRODUCTA to PRODUCTB
sorry if i'm unclear
Yes you can do that, but product b will need its own price object
It can have the same numerical price as price a
But will need to be a new price object tied to product b
Of course! Same to you