#GeorgeManderson
1 messages · Page 1 of 1 (latest)
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
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.
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
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Ok thanks.