#celsian
1 messages · Page 1 of 1 (latest)
Within the same subscription, this is essentially an upgrade/downgrade scenario, which you can read about here:
https://stripe.com/docs/billing/subscriptions/upgrade-downgrade
In this case the new product is the same price as the old, but I'll read through this anyway
The things to pay attention to are prorations. Do you want to prorate or keep the price the same until the renewal? If prorating, do you want to charge now for the difference or let it happen at renewal time?
The amount of the price might be the same, but the Price object would be a new one
Ok.
If the price amount is the same, prorations are likely just going to create noise, so i'd think maybe you want to disable prorations and the next invoice will simply show the new product, but thats a decision for you to make