#lec1892
1 messages · Page 1 of 1 (latest)
Hello 👋
Stripe doesn't support updating prices for all the customers at the same time. You'll need to update one subscription at a time
do you see any problems if I automate this process and perform the changes via API calls?
I don't foresee any issues as that's how folks typically handle this in batches.
We have docs for that here
https://stripe.com/docs/billing/subscriptions/upgrade-downgrade#changing