#HimanshuChawla-subscription
1 messages · Page 1 of 1 (latest)
Hi there, you can change the price in a live subscription and we provide API for that. This doc will help you https://stripe.com/docs/billing/subscriptions/upgrade-downgrade
Hey @lavish flare thanks for your response. I am aware of that but the question is how to do that for 10k active subscriptions
Does it mean we'd have to programmatically edit each subscription individually to change the price item?
Yes, you can use Stripe API to automate this subscription upgrade process.
For instance, use the list API to return the list of subscriptions, and for each subscription, use the update API to change the price.
Alright! Thanks for the confirmation. Cheers!
No worries, you can also refer to https://stripe.com/docs/rate-limits for more info about rate limits
Thanks for this. We'd definitely take into account the rate limits while updating such a high number of subscriptions. Appreciate it!