{"uid":"cap_wzTyIIz2qtKwJwOYvhC7z","slug":"api-strale-io-57388e71","name":"IBAN to Bank Name & BIC Lookup","description":"Extract bank name and branch information from an IBAN. Returns bank name, BIC/SWIFT code, branch, and country. Pure algorithmic — uses bank code lookup tables.","url":"https://api.strale.io/x402/iban-to-bank","method":"GET","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET","HEAD","DELETE"],"type":"string"},"queryParams":{"type":"object","required":["iban"],"properties":{"iban":{"type":"string","description":"IBAN number to look up"}}}},"additionalProperties":false}}},"responseSchema":null,"example":{"request":{"iban":"DE89370400440532013000"},"response":{"bic":"COBADEFFXXX","iban":"DE89370400440532013000","_meta":{"payment":{"method":"x402","price_usd":0.0216,"settlement_id":"0x5908e3d1bcd4390c2bce1116676c12be533f86906439e1103692c2a0234018f9"},"capability":"iban-to-bank","latency_ms":0,"provenance":{"source":"strale-iban-bank-lookup","fetched_at":"2026-06-13T04:23:16.368Z"}},"branch":null,"bank_code":"37040044","bank_name":"Commerzbank","valid_iban":true,"country_code":"DE","country_name":"Germany"}},"exampleRequest":{"iban":"DE89370400440532013000"},"tags":["x402"],"displayCostAmount":"0.0216","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"settled","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.0216/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.0216","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.0216","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_Rj4fTyiZQ8Uamz781808D","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.0216","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Extracts bank name, BIC/SWIFT code, branch, and country from an IBAN number using algorithmic bank code lookup tables.","exampleAgentPrompt":"What bank does this IBAN belong to, and what's the BIC/SWIFT code for it? The IBAN is DE89370400440532013000.","exampleUseCases":[{"title":"Verify international payment recipient details","prompt":"I'm about to send a wire transfer to a supplier in France. Can you tell me which bank this IBAN belongs to and confirm the SWIFT code? Here's the IBAN: FR1420041010050500013M02606."},{"title":"Onboard new vendor with compliance check","prompt":"We're adding a new vendor from Spain to our payment system. Can you pull up the bank name and BIC code for this IBAN so I can verify it matches their banking details on file? IBAN is ES9121000418450200051332."},{"title":"Investigate suspicious payment instruction","prompt":"Our accounting team flagged a payment instruction with an unfamiliar IBAN. Can you decode it and tell me what bank and country this account is registered to? The IBAN in question is IT60X0542811101000000123456."}],"resultDescription":"Returns the bank name, BIC/SWIFT code, branch details, and country associated with the given IBAN, derived from algorithmic bank code lookup tables — no external API calls involved.","failureModes":["Invalid or malformed IBAN returns an error","IBAN from a country not in the lookup table may return incomplete results","Unrecognized bank codes may return null for bank name or BIC","Missing required 'iban' query parameter returns a 400 error"],"whenToPreferThis":"Use this endpoint when you need to programmatically identify the bank institution, BIC/SWIFT code, or country behind an IBAN number — for example, in payment processing pipelines, financial onboarding flows, or fraud checks. Prefer this over manual lookups or full IBAN validation services when you specifically need bank identity resolution rather than IBAN format validation.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-13T13:06:53.714Z","isFirstParty":false}