Validate Values Against a Standard
One value per line, checked against the validator you choose, with check digits verified and personal identifiers masked.
Loading the tool…
Every validator, with what it checks and a test box, is in the validation library.
How to use this tool
- Choose the validator — an email address, an IBAN, a national identifier, a postcode.
- Paste the values, one per line, or upload a text file.
- Select Validate.
- Read the reason beside each invalid value; it names the part of the standard the value breaks.
What value validator does
Most format checks stop at the shape: an email has an at sign, an IBAN starts with two letters. That is how a mistyped account number reaches a payment run — it has the right shape and the wrong check digits. The validators here go as far as the standard does, so an IBAN is verified with its mod-97 checksum, a card number with its Luhn digit, and a national identifier with whatever check its issuing authority defines.
Each line is judged on its own, and the result says why a value failed rather than only that it did. Validators that deal with personal identifiers mask the values they show, so the result is safe to screenshot. Failures are flagged and nothing is changed: whether a bad value should be rejected, fixed or kept is a decision about your data that a checker is not entitled to make.