#dai_best-practices
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/1293574398120562790
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello! For additional context, we have a list by Sigma we can create a script for; but was curious if there any other suggested approaches from the Stripe Developers team
Hello
There's no way to list subscriptions using products unfortunately. Only filter by price is supported via the API.
Gotcha - and understood on that limitation. Regarding the process of updating a lot of subscriptions, does Stripe have products that help with that?
Or is custom scripting the default/suggested approach
You can write a script for that, yes.
https://docs.stripe.com/billing/subscriptions/upgrade-downgrade
Only things I'd flag are prorations and rate limits.
https://docs.stripe.com/billing/subscriptions/prorations
https://docs.stripe.com/rate-limits
Appreciate the resources! And yup, we're already taking into account those considerations; appreciate it ๐
NP! ๐ Good luck