#GastonLifschitz-update-price
1 messages · Page 1 of 1 (latest)
Hello! Prices are generally immutable, meaning they cant be updated (once used)
So you'd need to create a new Price object to use for any new subscriptions going forward
Great, and will the old subscriptions (when renewed) grab the new price object?
No, they won't. You'll need to update them manually: https://stripe.com/docs/billing/subscriptions/upgrade-downgrade#changing
great! And what about coupons that were applied previously. If I remove them, will they apply when old subscriptions renew?