#Chiko04010-subscriptions

1 messages · Page 1 of 1 (latest)

restive steeple
#

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

weary cedar
#

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'

restive steeple
#

yes, you can use the upcoming invoice API for that

weary cedar
#

But the subscription still with old parameters

restive steeple
#

you can pass subscription_items with the details of the changes you're making

weary cedar
#

But will it change subscription?

restive steeple
#

nope, it's just a preview of what the invoice would look like if you used those parameters

weary cedar
#

Got it. Thanks