Financial Validation API
## Financial Validation API The only financial validation API you need. 7 powerful validators bundled into one fast, reliable API — used by fintech startups, payment processors, e-commerce platforms, banking apps, and accounting SaaS worldwide. ## 7 Validators in One API ### 1. IBAN Validator Validate international bank account numbers across 60+ countries. Checks format, length, MOD-97…
Financial Validation API endpoints
| Method | Endpoint | Description |
|---|---|---|
| validate-iban | ||
| GET |
validateIban /validate-iban |
Validate any IBAN number. Checks format, length, checksum, and SEPA eligibility. Supports 60+ countries. |
| validate-vat | ||
| GET |
validateVat /validate-vat |
Validate EU VAT numbers for all 28 EU member countries. Checks format and country-specific rules. |
| validate-swift | ||
| GET |
validateSwift /validate-swift |
Validate SWIFT/BIC codes used in international wire transfers. Returns bank code, country, location, and branch details. |
| bin-lookup | ||
| GET |
binLookup /bin-lookup |
Look up the first 6 digits of any card number (BIN) to detect card brand and type. |
| validate-credit-card | ||
| GET |
validateCreditCard /validate-credit-card |
Validate any credit or debit card number using the Luhn algorithm. Detects card brand and masks the number. |
| routing-number | ||
| GET |
routingNumber /routing-number |
Validate US ABA routing numbers and identify the bank and Federal Reserve district. |
| validate-upi | ||
| GET |
validateUpi /validate-upi |
Validate India UPI payment IDs. Checks format, username rules, and identifies known bank or app handles. |
| health | ||
| GET |
healthCheck /health |
Check if the API is running. |
Financial Validation API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | $10 / month | 100 / hour |
|
| PRO Recommended | $25 / month | 500 / hour |
|
| ULTRA | $59 / month | 2000 / hour |
|