#hendr1x_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/1332022668576423977
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- hendr1x_api, 18 hours ago, 28 messages
- hendr1x_api, 1 day ago, 15 messages
- hendr1x_api, 2 days ago, 4 messages
sorry I wasn't clear.
Hello
Hello
I was planning on doing this check once a day
To make sure that the subscriptions in my database are all still valid
Is there a reason you aren't using Webhooks to update the status of the Subs in your database?
Or is this just a backup check that you want to run?
Yeah...I always worry that the webhook connection won't work for whatever reason...
Gotcha, never a bad thing to have a back up
But yeah, just listing Subs and checking status is the correct way to go
So this is the first time I'm doing something like this...do I have to worry about rate limits etc...I can slow things down no problem
Yes you should be wary of rate limits, see: https://docs.stripe.com/rate-limits
Basically you would want to stay well under 100 rps so you don't affect your live integration.
But unless you have a lot of Subs you should be able to run this pretty quickly
Perfect. Thanks for your help.
Sorry one sec
You list by status specifically: https://docs.stripe.com/api/subscriptions/list#list_subscriptions-status
Not sure if I made that clear above...