#and3lkar_financial-accounts-refreshrate

1 messages ยท Page 1 of 1 (latest)

oak daggerBOT
#

๐Ÿ‘‹ 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/1262441576395706378

๐Ÿ“ Have more to share? Add more details, code, screenshots, videos, etc. below.

stuck schoonerBOT
#

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.

jaunty sundial
#

Hi ๐Ÿ‘‹

We do not have any documented rate limit for refreshes. What frequency are you expecting?

acoustic wyvern
#

I am trying to understand what would be the best approach to have the latest balance available. I have considered two options:

  • Refresh results are available within 5-10 seconds, so every time I initiate a refresh and then just poll the results, so I can return the latest balance in the same session.
  • Store refresh results in a database and schedule a background job to fetch the latest balance when window opens up again. So, I have the latest balance every time I query my database.

Any suggestions on what would be the best approach?

jaunty sundial
#

We don't have a recommended approach here, unfortunately. It is too dependent on each use case. I would recommend you consider how our API rate limits might impact your approach though.

https://docs.stripe.com/rate-limits

acoustic wyvern
#

I see

#

thank you

jaunty sundial
#

Happy to help