{"$schema":"https://toolsly.tools/schemas/tool-manifest-v1.json","generated":"2026-05-20T20:47:38.388Z","discovery":{"catalog":"https://toolsly.tools/tools.json","llmsTxt":"https://toolsly.tools/llms.txt","sitemap":"https://toolsly.tools/sitemap.xml"},"relatedTools":[{"slug":"luhn-check","name":"Luhn Check","url":"https://toolsly.tools/luhn-check"},{"slug":"card-number-generator","name":"Card Number Generator","url":"https://toolsly.tools/card-number-generator"},{"slug":"card-brand-identifier","name":"Card Brand Identifier","url":"https://toolsly.tools/card-brand-identifier"},{"slug":"bin-lookup","name":"BIN / IIN Lookup","url":"https://toolsly.tools/bin-lookup"},{"slug":"emv-tlv-decoder","name":"EMV TLV Decoder","url":"https://toolsly.tools/emv-tlv-decoder"},{"slug":"emv-tag-lookup","name":"EMV Tag Lookup","url":"https://toolsly.tools/emv-tag-lookup"},{"slug":"track1-decoder","name":"Track 1 Decoder","url":"https://toolsly.tools/track1-decoder"},{"slug":"track2-decoder","name":"Track 2 Decoder","url":"https://toolsly.tools/track2-decoder"}],"kind":"utility","slug":"swift-bic-validator","name":"SWIFT / BIC Validator","description":"Validate a SWIFT/BIC code format and break it down into bank, country, location and branch fields.","longDescription":"Paste any SWIFT or Business Identifier Code (BIC) — 8 or 11 characters — and verify it matches the ISO 9362 format. The validator strips whitespace, upper-cases the input, then splits it into the bank code (4 letters), country code (2 letters, ISO 3166-1 alpha-2), location code (2 alphanumeric) and optional branch code (3 alphanumeric, defaulting to the primary office). It also flags 'test' BICs where the second character of the location code is '0' — those identifiers belong to the SWIFT test-and-training network, not production. Useful for backend engineers wiring up cross-border payments, ops teams verifying counterparty details, and developers writing onboarding forms. Runs entirely in your browser — your data is never sent anywhere.","category":"payment","categoryName":"Payment & cards","keywords":["swift code validator","bic check","bic validator","swift bic check","iso 9362 validator","swift code format","bic format check","business identifier code","swift validator online","bic parser","swift bic decoder","bic check digit"],"badge":"Validator","url":"https://toolsly.tools/swift-bic-validator","inputs":[{"type":"text","key":"bic","label":"SWIFT / BIC code","placeholder":"DEUTDEFFXXX","monospace":true,"help":"8 or 11 characters. Spaces are stripped and letters are upper-cased automatically."}],"outputs":[{"key":"valid","label":"Valid format"},{"key":"bankCode","label":"Bank code"},{"key":"country","label":"Country"},{"key":"locationCode","label":"Location code"},{"key":"branchCode","label":"Branch code"},{"key":"testMode","label":"Live / Test"}],"invocation":{"webUi":"https://toolsly.tools/swift-bic-validator","api":null,"notes":"Currently invoked via the web UI at `webUi`. Inputs are form fields; outputs are structured text values. A remote MCP/REST API is planned."}}