#arnotixe
1 messages · Page 1 of 1 (latest)
Hi, Stripe allows up to 100 read operations per second and 100 write operations per second in live mode. createPaymentMethod does count in a rate limit. The recommendation here is that you try not to run any GET requests and try to be as efficient as possible. You can also reach out to Support team: https://stripe.com/docs/rate-limits#common-causes-and-mitigations for flash sales if you believe you might run over the limit during the event.