Valid 8-char
- DEUTDEFF -> Valid
data validator
Validate SWIFT/BIC codes for length and structure locally to catch typos before wires or payouts.
Checks for 8- or 11-character length.
Validates bank code (4 letters), country code (2 letters), location (2 alphanumeric), and optional branch (3 alphanumeric).
Uppercases input and strips whitespace before validation.
No network calls; nothing is stored or sent.
SWIFT/BIC
Paste the 8- or 11-character code. Use uppercase A–Z/0–9; avoid spaces. Use test data in non-production.
This SWIFT/BIC validator checks 8/11-character codes for proper bank, country, and location segments entirely in your browser.
Use it to catch typos before wiring funds, then rely on your payment provider for live verification and ownership checks.
data
IBAN Validator
Validate IBAN structure and checksum locally to catch typos before payouts—no data leaves your browser.
data
Routing Number Validator
Validate US routing numbers (ABA) with checksum math locally to catch typos before payouts.
security
Credit Card Validator
Run a local Luhn check to confirm card number format before hitting payment APIs—no data leaves your browser.
security
API Key & Token Validator
Check common API key/token formats (Stripe, GitHub, AWS, OpenAI, etc.) locally.
security
JWT Signature Validator (HS256)
Validate HS256 JWT signatures with a shared secret, fully client-side—no tokens or secrets ever leave your browser.
SWIFT/BIC codes are processed only in your browser. Nothing is sent, logged, or stored.
Structure validation only; does not verify bank ownership or branch existence.