#GeorgeManderson

1 messages · Page 1 of 1 (latest)

worthy ploverBOT
wanton wraith
#

What do you mean by ban, exactly?

#

You can inspect the card fingerprint yourself to detect a card, but you'd need ot have an instance of it to refer to first

torpid bluff
#

I mean that I know the cards fingerprint and I know that the card is likely fraudulent but the card hasn't been used yet. I'd like to ban/blacklist that card so any customers that try and use that card will not be able to. The documentation I was reading states this
Block a card using the Stripe API

You can block a card in the API two ways:

Create a refund request and include reason='fraudulent'.

Add charges to your Radar blocklist by making a charge update request with fraud_details.user_report='fraudulent'.

#

Both these methods require a charge object which doesn't exist because the card hasn't been used yet.

wanton wraith
#

To my knowledge this is not something you can configure ahead of time, but I'd suggest writing in to our support team with a description of the use case here to see if they have any suggestions for you.
https://support.stripe.com/contact

torpid bluff
#

Ok thanks.