This check uses the LUHN Formula (Mod 10) to validate credit card (CC) numbers.
CC # | 3 | 7 | 1 | 4 | 4 | 9 | 6 | 3 | 5 | 3 | 9 | 8 | 4 | 3 | 1 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Double every 2nd number (RTL) | x2 | x2 | x2 | x2 | x2 | x2 | x2 | ||||||||
Result | 3 | 14 | 1 | 8 | 4 | 18 | 6 | 6 | 5 | 6 | 9 | 16 | 4 | 6 | 1 |
Note: A green shadow means the credit card number passed the check. Red = failure.