How to validate credit card numbers with Luhn
Paste a card or ID number — verify the Luhn check digit instantly.
The Luhn algorithm catches single-digit typos in card numbers and many identifier formats. The Luhn Checker runs mod-10 validation on pasted input — no card data sent anywhere.
How it works
- Paste number — digits only or with spaces/dashes.
- Luhn check — mod-10 checksum validated.
- Result — valid or invalid with explanation.
Not authorization
Luhn validation confirms format integrity only. It does not verify the card exists, has funds, or belongs to the payer.
IBAN validation
International bank accounts use mod-97 — see the IBAN Validator.