#kleskby
1 messages · Page 1 of 1 (latest)
You would need to use Stripe Radar to create a custom Radar rule that blocks certain IPs
I am already using Stripe Radar but I need to ban IP and email automatically using script. I can't find any information in API DOCS
are you using Radar for Fraud Teams?
yes
you might want to go through this guide - https://stripe.com/docs/radar/lists
You can create Value Lists and Value Items via the API, i think that would work for what you want :
https://stripe.com/docs/api/radar/value_lists
https://stripe.com/docs/api/radar/value_list_items
Yeah that is it