JavaBean which checks for validity of any credit card number using Luhn algorithm (MOD10). Does NOT check for validity of a credit card. This means that this is mostly used for detecting typos and garbage input. Of course it can't tell you if the credit card number is associated with a valid account with money in it. |