Credit Card Validator
Validate credit card numbers with the Luhn Algorithm.
Validate credit card numbers with the Luhn Algorithm.
This validator checks if a credit card number is mathematically valid using the Luhn Algorithm (modulus 10). This algorithm is used by all card brands (Visa, Mastercard, Amex, etc.) to validate the structure of numbers.
Important: this tool only validates the mathematical structure of the number. It does not verify if the card is active, has credit, or if the bank data exists. Use only for development testing.
O Algoritmo de Luhn (ou "módulo 10") é um método de checksum usado para validar números de cartão de crédito: