If a card swipes in Chicago and seven minutes later swipes in Los Angeles, one of those swipes is fake. How does this work with online shopping? When I am sitting on the couch and buy from Amazon, where does the address get registered? Can also imagine an edge case: couple shares an online account, one is traveling and purchases with the saved card details.
SQL patterns I use to catch transaction fraud
11–20 of 138 posts
Re: SQL patterns I use to catch transaction fraud
#12> Real cardholders almost never buy something for exactly $1.00. Coffee is $4.73, gas is $52.81. The roundness is the signal. Surely this depends on how the vendor sets their prices? If you're going to buy something from a website to test a stolen credit card you don't just get to make up your own prices. And I think you may be over-indexing on the US "prices don't include tax" thing. Elsewhere, round-number prices a…
Re: SQL patterns I use to catch transaction fraud
#13Or, the cardholder is trying to do the cannonball run:
Re: SQL patterns I use to catch transaction fraud
#14This seems interesting, but has so many signs of AI writing that I worry it's not just edited but generated from whole cloth. Probably still a lot of truth in there but it does give me pause! > The roundness is the signal. > Slight pain, same result. to point at a few.
And my favourite most hated pattern, the no no no:
> Not machine learning, not graph databases, not whatever Gartner is hyping this year.
Re: SQL patterns I use to catch transaction fraud
#15What if I go on a roadtrip and suddenly get gas at 2am?
Re: SQL patterns I use to catch transaction fraud
#16Re: SQL patterns I use to catch transaction fraud
#17chargeback-mcp
or would you turn it all into a markdown file and call it a skill?
Re: SQL patterns I use to catch transaction fraud
#18> Real cardholders almost never buy something for exactly $1.00. Coffee is $4.73, gas is $52.81. The roundness is the signal. Surely this depends on how the vendor sets their prices? If you're going to buy something from a website to test a stolen credit card you don't just get to make up your own prices. And I think you may be over-indexing on the US "prices don't include tax" thing. Elsewhere, round-number prices a…
Worse than that. Coffee usually _is_ a round number in my experience, and I know of people who aim for round numbers when filling their car, and of fuel stations which require a pre-set value, often 10, 20, 50€ etc
Re: SQL patterns I use to catch transaction fraud
#19Re: SQL patterns I use to catch transaction fraud
#202 can be genuine use. I let my partner use my card and I use it on my phone as rfid. Maybe ignore phone usages since they are secured pretty well.