Hacker News new | ask | show | jobs
by joedev 4862 days ago
How do you know when a user is using stolen credit cards?
2 comments

A thief running a scam like this will try 5-10 cards before moving on. Your average customer only owns 2-3 cards. We usually flag a user when when they get 3 declines from 3 different cards - and if it looks suspicious enough at that point, we hellban them.
i'm assuming a couple chargebacks would need to get the ball rolling.
You never wait for the chargebacks. If you get chargebacks, they cost you a lot.

You try to detect/block immediately - if a thief wants to check 10 cards in 5 minutes, you want to block him in the middle of it. And you immediately revert/cancel any transactions that succeeded so that you don't get chargebacks.

It's actually usually way too late by the time the chargeback rolls in. Proper villains will have moved on.