#joan_api
1 messages ¡ Page 1 of 1 (latest)
đ 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/1232982727339282443
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi, let me help you with this.
You will have to update them one by one, unfortunately.
You can only update the billing_cycle_anchor to "now", and you can set proration_behavior: "none": https://docs.stripe.com/api/subscriptions/update#update_subscription-proration_behavior
For your use case it might be the easiest to create a new Subscription, and mark the existing ones to "cancel_at_period_end". Copy all the items and use the same payment method.
Thanks! One last question, regarding the subscriptions. If all 9k subscriptions have the very same billing date, do all of them fire the notification webhook at the same exact time? I mean, do we have to expect 9k calls to our notification endpoint at the very same time? Or you have some kind of throttling? Thanks in advance
"date" as in day or exact timestamp?
If it's the same timestamp, then yes, webhooks requests will be sent around the same time. Not exactly same though.