|
|
|
|
|
by Pyramids
4727 days ago
|
|
An easy to implement solution would be to use MaxMind's fraud API prior to capturing card data. Although it's nowhere near fool proof it cuts out a good chunk of fraudulent orders. In our experience false positives have been very low (less than 2%) and detection has been fairly good (80%+) I wouldn't deny orders completely based on MaxMind results, but if you have a human interpret the results / scoring or use it in conjunction with other methods, it's definitely a viable option. Furthermore, you can use their call verification API, or even call card holders yourself whenever an order is placed to an alternate shipping address. Fraud is just a fact of the business though, even with the best fraud detection and verification methods. Fraudulent orders may slip through, especially as you scale, and you should account for this as a cost of doing business. |
|