#__rob1986__
1 messages · Page 1 of 1 (latest)
That depends on a lot of mostly business decisions. Assuming you want to update the price paid for existing customers now, you'd replace the price on the subscription item as shown here:
https://stripe.com/docs/billing/subscriptions/upgrade-downgrade#changing
You need to also choose whether this will be prorated, or left to charge the new price with the next renewal
is it not possible to change the price of the product and have it reflected in all subscriptions?
ideally i need a point and click way of changing the price for the site owner to do, is that possible?
No, that's not possible. You cannot update the amount of a price once created.
so would the steps be:
- create a new price in the existing product
- make all new subscriptions point to the new price
- update all existing subsciptions to point to the new price
correct!
ok thanks!