#youzi
1 messages · Page 1 of 1 (latest)
/cc @amber vale
Hi there
Overall yep this is the right way to do things. We document our rate limits here: https://stripe.com/docs/rate-limits and mostly what you want to make sure of is that you have strong retry mechanisms in place in case you do end up hitting a 429.
Thanks for the quick response @echo wing. Can you confirm whether Stripe Elements makes API calls that eat out of the rate limit budget?
Specifically, we've been getting feedback about redundant calls to ElementsSessionRetrieve in our previous implementation. This specific endpoint does not show up in your documentation.
Yes we do make some requests under the hood client-side like the one you mentioned in order to fully handle confirmPayment
So for each transaction, how many API calls would we end up making at minimum?
I believe there are two client-side requests made but you don't really need to worry about client-side -- those rate limits are per IP