Validate card number structure using the Luhn algorithm. No real transactions — format check only.
The Luhn algorithm is a simple checksum formula used to validate credit card numbers. It helps detect accidental errors in card number entry. A card passing Luhn check has a valid format — it does NOT mean the card is active or has funds.