#WedFoo

1 messages · Page 1 of 1 (latest)

cursive solsticeBOT
naive mortar
digital quest
#

I am already able to retrieve this information using the PaymentMethod. However, I now want to take immediate action by creating a Radar rule if we suspect that the user is attempting to use a stolen credit card

#

I can't find how to do it with an api request, reading the documentation

naive mortar
#

You can't do that with an API request - radar rules are somethign you set through the dashboard

digital quest
#

I see, any other way to block the card then?

naive mortar
#

It would be the second way I mentioned - you keep track of the fingerprints you want to block yourself and then check them in your own code before continuing with payment

digital quest
#

OK, I got it, so I will create an internal database, thank you (Maybe it is a good idea to integrate this api to share stolen cards with your entire system and other stripe users).

naive mortar
#

Actually! I just found something that would help

#

We do actually have an API for managing Radar "lists" - which in your case you'd create a list of all the fingerprints you'd want to block

#

Completely forgot we had this - sorry about that

digital quest
#

how can I use it in my code?

#

I don't have the charge_id

naive mortar
digital quest
#

Ok, I think I understood how to proceed, thank you for your help