In The News

Customer Quotes

"The Fraud Practice is a world-class credit card fraud mitigation consulting practice."

Kevin Mitnick, President Mitnick Security Consulting LLC

For Email Marketing you can trust

Fraud Blog Subscribe in a reader

ACH Processing

Advertisement

Consulting Services
Mr. Montague  is the founder and President of The Fraud Practice. He has spent the last fourteen years in the information technology industry.
Read more
Fraud Library
Looking for information on fraud prevention techniques, solutions and best practices. The fraud library is your first stop to find free research.
Read more
Fraud in the News
A series of news feeds and articles of interest to fraud professionals.
Read more

MOD 10 Check - Fraud Library

The Fraud Practice eCommerce Fraud Consulting Services

The MOD 10 checktakes the credit card number the customer submitted and validates that the number is in the correct range and format to be a credit card number and it is the type of credit card the consumer says it is.

Google

The first check everyone must do ...

The MOD 10 checktakes the credit card number the customer submitted and validates that the number is in the correct range and format to be a credit card number and it is the type of credit card the consumer says it is.

How Good Is It? 

When a consumer decides to buy on a site, the merchant is relying on them to input their information correctly the first time. If you think about this, it may seem simple, but in reality things do go wrong. Consumerscould transpose numbers in the sequence, forget one of the digits, forget to input the expiration date or say it’s a Visa card when it’s really an American Express. These things slow down their order processing and clog up the system. And if you don’t do anything to correct this information up front, you open yourself up to the most basic forms of attempted fraud by simply plugging numbers into their site.

Items to note about MOD 10 check:

  • It does not tell you if it is active or not, just that it is in the correct format.

  • This test is used on their website to validate that the credit card submitted is a recognizable credit card number.

  • High – Helps to prevent you from processing credit card authorizations on numbers that could not possibly be credit cards.

The fact that someone gets their credit card number wrong on the buy page does not mean the order is fraudulent. They could have done any of a number of legitimate things to affect the information If someone repeatedly cannot pass through the MOD 10 check, then it is an issue.

Considerations When Implementing or Buying This Functionality    

Implement first — this is one of the lowest cost and easiest things to implement on your website, and you should implement it now if you are not using it already.

  • Very easy to implement.

  • Many development sites online offer free snippets of code for completing the MOD 10 Check.

Estimated Costs – No costs for doing the check, just the initial costs for setting up the code

Alternative Solutions – None

Vendors – None

How Does it Work?  

The MOD 10 check is usually implemented right on the website in the web page that contains the buy button and credit card information. The code is a client-side script, so when the customer puts in their purchase information and presses the buy button the MOD 10 checks are done. The order is only sent to the merchant site when the MOD 10 check passes successfully.

Implementing it this way saves you processing time to go back and forth with the consumer in the order processing. For merchants doing offline authorization it saves you manual intervention time, and call-backs. It also saves you money if you are paying each time you call for an authorization.

How Do I Use the Results? 

Since it is a client-side script, you don’t have to do anything with the results. You should not see a consumer order unless they can pass the MOD 10 check.

Building This In-House 

  1. Determine the proper code for your website.

  2. Add the MOD 10 code to your customer order page on the submit button.

Property of The Fraud Practice, all rights reserved, no unauthorized duplication, reproduction or distribution without the express written permission of The Fraud Practice.