#pmip-prices
1 messages · Page 1 of 1 (latest)
You're very limited in what you can update on a Price object - the reason you're hitting an error is because we don't allow you to update those fields. Everything we allow you to update on a price can be found here: https://stripe.com/docs/api/prices/update
Got it. So it means that when the price changes, I need to create a new price for my product or a new product altogether?
Yup
A new price?
Ah sorry - should've clarified. Yes, you'd need to create a new price.
Ok. And what happens with the previous one?
You can leave it as is, or you can choose to update it with active: false so it can't be used with purchases