#att89
1 messages · Page 1 of 1 (latest)
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
The alternative would be group those payments together into a single payment if appropriate for your business
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.