#att89

1 messages · Page 1 of 1 (latest)

queen bobcatBOT
orchid wing
#

Those are the correct rate limits, yes: https://stripe.com/docs/rate-limits
The other thing to be aware of is paying the flat part of fees multiple times, but this is really up to you to implement as you need

Learn about API rate limits and how to work with them.

#

The alternative would be group those payments together into a single payment if appropriate for your business

wheat fiber
#

I need to handle them separately, but if I do this one by one, iterating through the bookings and await for each of them, it should not be a problem, right? It is very unlikely to exceed more than a 100 request in 1 second with awaiting each booking I think.

orchid wing
#

You can handle any potential rate limit issues by checking for 429 errors and retrying

#

In addition to throttling your requests below the rate limit