#Loui
1 messages · Page 1 of 1 (latest)
Sounds like you have a card testing problem. https://stripe.com/docs/disputes/prevention/card-testing#prevent-card-testing here are some suggestions to prevent card testing
Great! Thank you so much.
I see that having that direct API with no mitigations left us vulnerable to card testing...
But now that those API have been disabled, the plugin on the website removed entirley, and the product "product_id":"560" also deleted, any advice on how can I stop it?
What do you mean by API have been disabled?
sorry I mean the key that was used on the Wordpress plugin, I went to the Developers section, then on Standard Keys we set it to be expired.
So the keys that the plugin uses are no longer good
OK. If you read through the doc. There are many thing you can do to prevent the card testing like add a rate limits, Require login or session validation or Use custom Radar rules.