#dennis-de_api

1 messages ยท Page 1 of 1 (latest)

kind cosmosBOT
#

๐Ÿ‘‹ 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.

pure kraken
#

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

ashen frost
#

Do you mean per user in the checkout case with 100 requests/second - or at account level? That wouldn't make sense.

pure kraken
#

I mean API requests coming from your account are limited at 100 requests/second

ashen frost
#

Can you clarify this? That somehow contradicts itself...

pure kraken
#

What about this is confusing.

ashen frost
#

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

pure kraken
#

Yes that will also hit the 100rps limit.