#dineshkumar_docs

1 messages ¡ Page 1 of 1 (latest)

unreal elmBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1354083532439552113

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

fleet bloom
#

can we bulk update the item price existing subscriptions for all customers at a time?

raw minnow
#

No, the API doesn't support that today, you need to update the existing subscription items on each subscription presently

fleet bloom
#

ok

#

please provide doc and api to update the existing subscription items on each subscription presently

raw minnow
#

It's another section in the same docs you linked.
Either update the subscription, specifying the existing items by id: https://docs.stripe.com/billing/subscriptions/upgrade-downgrade#changing
Or update the subscription items directly: https://docs.stripe.com/billing/subscriptions/upgrade-downgrade#update-the-subscription-item

If you don't want prorations and just want the new price used at the next renewal, you can disable prorations during the update: https://docs.stripe.com/billing/subscriptions/prorations#disable-prorations

fleet bloom
#

ok

#

change my content , please check once and advice

#

my team asked this question below

#

I am unable to locate the option to update the price modification in a single step for the various clients we serve. Could you kindly inform me of the location where this option can be found?
When I change the pricing, does it reflect in the next billing cycle for clients that paid at the previous price?

raw minnow
fleet bloom
#

When I change the pricing, does it reflect in the next billing cycle for customers that paid at the previous price?

raw minnow
#

I am unable to locate the option to update the price modification in a single step for the various clients we serve. Could you kindly inform me of the location where this option can be found?
This sounds like asking about "bulk updates" again, right? That's not currently an option in the public API. You need to update each customer subscription individually. If you want to ask about non-public behaviour or feature requests please contact our support team with a description of your use case and the expected behaviour: https://support.stripe.com/contact

fleet bloom
#

ok thanks!