#HimanshuChawla-subscription

1 messages · Page 1 of 1 (latest)

lavish flare
thorny adder
#

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?

lavish flare
#

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.

thorny adder
#

Alright! Thanks for the confirmation. Cheers!

lavish flare
thorny adder
#

Thanks for this. We'd definitely take into account the rate limits while updating such a high number of subscriptions. Appreciate it!