#Chiko04010-subscriptions
1 messages · Page 1 of 1 (latest)
hi! https://stripe.com/docs/billing/subscriptions/upgrade-downgrade#changing should cover this.
you'd create a new Price with the amount and billing period you want and change the existing subscription item to use it ,per the guide there
Ok. Let me check one moment
It works for me! Thanks!
Is it possible to show to my user what will be future price for the subscription if he decides to upgrade?
I mean to show price (with tax calculation) before he presses 'upgrade'
But the subscription still with old parameters
you can pass subscription_items with the details of the changes you're making
But will it change subscription?
nope, it's just a preview of what the invoice would look like if you used those parameters
Got it. Thanks