{"uid":"cap_CLTfy_Nizl3vC_gKLAX4W","slug":"delx-bic-format-validator-b2aedf76","name":"Delx BIC Format Validator","description":"Validate BIC/SWIFT format shape (8 or 11 alnum). Call when preflight for bank routing fields. Returns valid boolean as deterministic JSON for $0.001 USDC via x402 on Base. First-party local math only—no RPC, live market feed, API keys, storage, or mediagen. Advisory only; the caller owns capital, risk, and production controls.","url":"https://api.delx.ai/api/v1/x402/bic-format-validate","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"bic":{"type":"string","description":"BIC/SWIFT code"}}},"responseSchema":{"type":"json","example":{"valid":true,"schema":"delx/util-bic-format-validate/v1"}},"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.001","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","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.001/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.001","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_GerHB2t8JxOfcRtQxKMyj","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.001","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Validates whether a given BIC/SWIFT code is correctly formatted","exampleAgentPrompt":"Can you check if 'DEUTDEDB' is a valid BIC/SWIFT code format before I submit the wire transfer?","exampleUseCases":[{"title":"Pre-transfer BIC validation","prompt":"I'm about to send an international wire transfer — can you verify that 'CHASUS33' is a properly formatted SWIFT code before I submit it?"},{"title":"Onboarding bank account form","prompt":"A user just entered 'BARCGB22XXX' as their bank's BIC code in our onboarding form — can you check if it's correctly formatted?"},{"title":"Bulk payment data cleanup","prompt":"I have a BIC code 'BNPAFRPP' from a CSV import — can you confirm it's a valid BIC format so I know whether to flag this row for review?"}],"resultDescription":"A JSON object containing a boolean 'valid' field indicating whether the BIC/SWIFT code is correctly formatted, and a 'schema' string identifying the validation schema version used (e.g. 'delx/util-bic-format-validate/v1').","failureModes":["Missing or empty 'bic' field in request body returns a validation error","Non-string BIC value may return an error or false validation result","Malformed request body returns HTTP 400","Service unavailability returns HTTP 5xx","The endpoint validates format only — it does not confirm the BIC exists or is active at a real bank"],"whenToPreferThis":"Use this endpoint when you need a lightweight, fast format check on a BIC/SWIFT code prior to executing a payment or storing banking data — especially in agentic workflows where you want to catch malformed codes before submitting to a payment processor. It validates structure only (not live bank existence), making it ideal for pre-validation in forms, ETL pipelines, or payment orchestration flows.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T12:49:22.166Z","isFirstParty":false}