#Ezequiel-limit
1 messages · Page 1 of 1 (latest)
Hi there! Are you talking about a rate limit?
What type of limit are you referencing specifically?
yeah, maybe:
We can list all payment but we can only list 100 per query, do we have a limit of queries per day?
We have rate limits outlined here: https://stripe.com/docs/rate-limits. For listing you want to use pagination: https://stripe.com/docs/api/pagination
No limit to amount of GET requests as long as you stay under rate limits
Ok ok ok, thanks bismarck!