#frisbee - rate limits

1 messages · Page 1 of 1 (latest)

placid silo
#

Hello

#

That might give you some insight into where the volume is coming from so you can optimize

#

If your user volume is sufficiently high enough to warrant a rate limit increase, I recommend reaching out to support: https://support.stripe.com

shadow girder
#

I am looking through the logs and we suspect that someone may be spamming stripe on our behalf with a lot of failed credit card attempts. Is there anything we can do to block them?

placid silo
#

If they are using your API key to make these requests, then you can roll your keys (you will need to update the keys in your config): https://stripe.com/docs/keys

shadow girder
#

They're using our app and going through stripe checkout with failed credit cards

placid silo
#

The rate limit in live is 100 req/sec

#

If it looks like bogus requests, then that would have to be a distributed attack

shadow girder
#

Yes. Looking at the Ip, they look distributed.

#

But they're using the same name and email address

placid silo
#

Gotcha. From your end, you can block the associated IPs with the attack on a deny list, but I recommend you contact support for further help on this: https://support.stripe.com