#AlexisSaviot
1 messages · Page 1 of 1 (latest)
You would provide the ID of the existing subscription item that you want to change the quantity of along with the new quantity that you want to set
nice, thanks
In the other direction, my customers can take out a subscription of 50 lines, for example. If tomorrow they want 20 more lines, the application makes them redo a purchase circuit, so new subscription identifier etc... it may become difficult to manage for refunds or other. If instead of signing up for a new subscription, I change the current plan to increase the quantity, will my customer be priced correctly? That is, he directly pays the current year's pro rata for the lines added to his plan, and the next year's charge is automatically adjusted?
👋 stepping in
Have you given a read through https://stripe.com/docs/billing/subscriptions/upgrade-downgrade yet?
If not, I'd recommend it!
That talks about how upgrades and downgrades work, when a new Invoice will be cut, and how proration works.
yeah but I don't want to update price or the subscription type, just the quantity
so this don't seem the good way to me
e.g a customer take a subscription for 50 lines on my app, he got a unique subscription id with a quantity of 50. I wan't to update this quantity
plus or minus
it is handle by the doc you given to me ?