Check a BIC/SWIFT code's structure — bank, country, location, and optional branch — in your browser. A first-line validation for onboarding. Nothing sent.
A small tool that does one thing well: A validator for BIC (SWIFT) codes that checks the ISO 9362 structure: 4-letter bank code, 2-letter country code, 2-character location, and an optional 3-character branch.
▶ Open the tool — runs entirely in your browser; nothing is uploaded.
It confirms the code is well-formed and breaks it into its parts, and flags the common mistakes — wrong length, digits where letters belong, or an unknown country code. The check is structural and runs locally.
A valid structure is not proof the institution exists; it catches malformed entries before they reach a payment rail.
- Enter the 8- or 11-character BIC/SWIFT code.
- Read the parsed bank, country, location, and branch.
- Fix any part flagged as malformed.
No. It is validated in your browser and never sent anywhere.
An 8-character BIC identifies the bank's head office; the optional last 3 characters specify a branch. Both are valid; 'XXX' is often used for the primary office.
No. This checks the format defined by ISO 9362. Confirming the institution requires a directory lookup, not a structural check.
fintech-tools, bic-validator, swift-code-validator, bank-code-validation, payment-validation, kyc
- FinAuth — KYC, identity verification, and AML onboarding for fintech and regulated businesses