#dennis-de_api
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1389554123602395137
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello ๐
Stripe limits live requests to 100 requests per second. I think that would be the only concern here. You can read more about our rate limits and strategies to work within them here: https://docs.stripe.com/rate-limits
Do you mean per user in the checkout case with 100 requests/second - or at account level? That wouldn't make sense.
I mean API requests coming from your account are limited at 100 requests/second
Can you clarify this? That somehow contradicts itself...
What about this is confusing.
If you try to make more than 100 requests to the Checkout session API https://docs.stripe.com/api/checkout/sessions/create, you will get a response that tells you that you have exceeded your rate limit and the request will not succeed
Sorry... Misunderstanding...
I'm talking about when I generate a payment link, ... and put it in the influencer's story and this checkout whether there are problems here if 100,000 people try to buy at the same time...
It's not about sending more than 100 req/sec via the API... but the use of Stripe Checkout via a payment link
Yes that will also hit the 100rps limit.