#marco-ratelimit

1 messages · Page 1 of 1 (latest)

tawny geode
#

How do you recommend avoiding this rate limiting issue?
the broad suggestions being: spacing out your requests, handling 429s with exponential backoffs

https://stripe.com/docs/rate-limits talks about these in detail

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

stoic maple
#

OKay thank you, what is the difference in rate limits between production and test keys?

tawny geode
#

25rps on READ and WRITE respectively in test mode
100 rps on READ and WRITE respectively in livemode

#

also documented on the link I sent you above

#

it pretty much has everything you need