#eblackey-rate-limits

1 messages · Page 1 of 1 (latest)

dreamy joltBOT
clear ice
#

Hi there 👋 if memory serves correctly there, it depends on what type of API calls you're referring to your integration making. In general, I've not seen the requests from hosted surfaces lead to any API rate limit issues, and anticipate if you're using hosted surfaces your API request load will largely be server-side requests and wouldn't expect to see an impact there.

#

Are you seeing something in your testing that is leading you to think rate limits may be a concern?

neat ocean
#

We're just doing planning for future traffic spikes and considering rebuilding some of our implementations to use purely hosted Stripe services. We were hoping to find out if that would mostly eliminate rate limit concerns.

dreamy joltBOT
neat ocean
#

An example might be Stripe Checkout. Obviously, we would have to make at least one call to setup the Stripe Checkout Session. But, would the corresponding call of Customer, PaymentIntent, Charge, etc. all count towards our API limits or is that just internal to Stripe? That's really what we're trying to find out.

clear ice
#

Gotcha, totally understand, but not sure the answer offhand and am trying to find it.

charred vigil
#

eblackey-rate-limits

#

@neat ocean yes all calls made by Checkout count

neat ocean
#

Thank you!