| Number is longer than 22 chars | Card number exceeds maximum length |
| Invalid character at position | Non-numeric character found in card number |
| Invalid separator | Unrecognized separator character between digit groups |
| Number has less than 12 digits | Card number too short |
| Luhn (Mod10) error | Card number fails the Luhn checksum algorithm |
| Too many separator characters | Excess separators in card number |
| Invalid number | Card number is not valid |
| Card number does not match card type | The entered number does not match the selected card type (card capture form only) |