#frisbee-rate-limit

1 messages · Page 1 of 1 (latest)

tribal elk
#

It is possible yes

gentle jay
#

If that was the case, there's nothing really we can do from our app's perspective right?

tribal elk
#

correct

gentle jay
#

So if this is happening to us right now.... Stripe support says they'll get back to us if they have more info. Do you have any other recommendations?

tribal elk
#

You could listen to the Checkout events and cancel the session after a few failures for example

gentle jay
#

Our attacker is constantly posting to "/v1/payment_methods" and getting 400 Err.
In your example of "few failures", Would we be able to look up in stripe the count of how many of these failures if we happen to listen to Checkout events?
Also which event would we listen to?
"payment_intent.payment_failed"?

tribal elk
#

it's tricky, if they hit /v1/payment_methods then there's no even/nothing you can do and working with our support team is the best option

gentle jay
#

Ahh, thanks for letting me know.