Reference Data ยท Bank Identifiers
BIC / SWIFT Validator
Validate ISO 9362 BIC/SWIFT codes and inspect bank identifiers.
BIC / SWIFT Validator
Validate and parse BIC/SWIFT codes (ISO 9362), locally and without storage.
Valid BIC11
Input
BICs identify institutions, not accounts. Still treat as reference data; this tool runs locally only.
No BIC is persisted.
Output
| Field | Value |
|---|---|
| Bank code | DEUT |
| Country | ๐ฉ๐ช DE |
| Location | FF |
| Branch code | 500 |
| Primary office | No |
| Format | BIC11 |
| Sanitized length | 11 |
| Overall | Valid |
Formatted
DEUT DEFF 500
Masked
DEUT*****00
Safe diagnostic JSON
{
"input": "[not stored]",
"sanitized": "DEUTDEFF500",
"bankCode": "DEUT",
"countryCode": "DE",
"locationCode": "FF",
"branchCode": "500",
"format": "BIC11",
"isPrimaryOffice": false,
"valid": true,
"errors": []
}