#johnykes-subscriptions
1 messages · Page 1 of 1 (latest)
Hi! It's true that once a price is created, it cannot be updated. However your customers don't have to create a new subscription! You could create a new price, and then update the existing subscriptions with the new price.
so I'll have to manually update all the subscriptions with the new prices...
You would create a script that:
- List all active subscriptions with https://stripe.com/docs/api/subscriptions/list
- Then update the subscriptions price with https://stripe.com/docs/api/subscriptions/update or https://stripe.com/docs/api/subscription_items/update