{"uid":"cap_nMKv0ipvVN7ZTKDrXcAPo","slug":"delx-iban-checksum-validator-2584e239","name":"Delx IBAN Checksum Validator","description":"Validate IBAN checksum (mod 97) offline. Call when payment form validation without banking APIs. 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/iban-checksum","method":"POST","headers":{},"bodySchema":{"type":"object","properties":{"iban":{"type":"string","description":"IBAN string"}}},"responseSchema":{"type":"json","example":{"valid":true,"schema":"delx/util-iban-checksum/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_IIG5mldE1FiHxXO20w82O","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 an IBAN string by verifying its checksum, returning a boolean validity result.","exampleAgentPrompt":"Can you check whether this IBAN is valid: GB29NWBK60161331926819?","exampleUseCases":[{"title":"Pre-payment IBAN verification","prompt":"Before we send the wire transfer, check if the recipient IBAN DE89370400440532013000 is valid so we don't waste the transaction."},{"title":"Payment form input validation","prompt":"A user just entered the IBAN FR7630006000011234567890189 in our checkout form — can you verify the checksum is correct before we let them proceed?"},{"title":"Bulk payout data cleanup","prompt":"We have a supplier IBAN NL91ABNA0417164300 in our system — validate it so we know whether to flag it for review before running payouts."}],"resultDescription":"Returns a JSON object with a boolean 'valid' field indicating whether the IBAN checksum is correct, and a 'schema' field identifying the response format as 'delx/util-iban-checksum/v1'.","failureModes":["Missing or empty 'iban' field returns a validation error","Malformed or non-IBAN string may return valid:false rather than an error","Network timeout on rare occasions causing request failure","Invalid JSON body in request returns a 400-level error"],"whenToPreferThis":"Use this endpoint when you need a lightweight, low-cost (sub-cent) IBAN checksum check without a full banking API integration — ideal for pre-validating user-supplied IBANs before initiating payments, cleaning financial datasets, or gating form submissions. Prefer this over full payment processors when you only need structural IBAN validation, not account existence or reachability checks.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-15T13:05:04.543Z","isFirstParty":false}