Financial Validator
Financial Validator is the fastest way to validate financial identifiers — IBAN, VAT, and credit card numbers, all in one API. With four endpoints you get: - **IBAN Validation**: Full ISO 13616 mod-97 validation for 50+ countries. Returns country, bank code, branch code, account number, and BIC/SWIFT lookup. - **EU VAT Validation**: Format and check digit validation for 27 EU countries plus UK…
Financial Validator endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Validate Credit Card /validate/card |
Validates a credit card number using the Luhn algorithm. Detects issuer (Visa, Mastercard, Amex, etc.), extracts BIN, and returns masked number. |
| POST |
Batch Validate /validate/batch |
Validates multiple financial identifiers in a single request. Mix of IBAN, VAT, and credit card items. |
| POST |
Validate IBAN /validate/iban |
Validates an IBAN number using ISO 13616 mod-97 algorithm. Returns country, bank code, branch code, account number, formatted IBAN, and BIC/SWIFT lookup. |
| POST |
Validate VAT /validate/vat |
Validate an EU VAT number format and check digit. With verify=true, performs a live lookup against the EU VIES registry to confirm the number is registered and active, returning… |
Financial Validator pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | — |
|
| ULTRA | $19 / month | — |
|
| MEGA | $49 / month | — |
|