#mmmmjjjj-tax-subscriptions
1 messages · Page 1 of 1 (latest)
Hi there 👋 apologies, but I don't think I understand what it is that you're looking for. Could you try restating your question?
I am going to use stripe tax. But the old subscription with {automatic_tax:{enabled: false}}. the new subscription is using stripe tax. I'd like to enable stripe tax for all active subscriptions
I can do that by calling modify API. but the size of subscriptions is too big and it will reach the rate limit. Can you help to update all subscriptions on your side?
Sorry, that is not something that we can help with in this forum, but I would recommend reaching out to our Support team to see if they have any tools to help.
https://support.stripe.com/?contact=true
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Okay, no problems. Let me reach out to them
Do you have any suggestions that I update all subscriptions? Like create task to update subscription by API call?
Not really. As you mentioned, there is no way to bulk modify these so any approach for iterating through a list of Subs to update should work. You're also wise to be wary of rate limiting with this effort. Our rate limit is 100 writes/second, but if you're doing this on live Subscriptions then I would recommend limiting your requests below that threshold to leave bandwidth for your other production requests.
Okay Thank you toby