#annabanana - Subscriptions Prices
1 messages · Page 1 of 1 (latest)
Sorry but once you've created a Price record with a specified unit_amount you cannot change that value.
You can see the parameters you can modify for an existing price here:
https://stripe.com/docs/api/prices/update
If you need to change the amount your users are charged for a given subscription you need to assign a different price to that subscription.
You can review options for changing subscriptions here:
https://stripe.com/docs/billing/subscriptions/change
so you would have multiple prices for a product instead in order to create a new product within the subscription with a different price and remove the existing one with the old price?
If your intent is to charge a different amount for a product you will need to have a different price assigned to it.
Happy to help