Validate an IBAN (format + mod-97 checksum), read its country, and optionally check it against an expected country. One deterministic call, no bank-account verification.
Financial Validation is a stateless first-party utility for AI agents that handle payouts, invoices or onboarding forms: pass an IBAN and get back whether the format and mod-97 checksum are valid, which country the IBAN belongs to, and — if you supply expected_country — whether they match. It is a pure format/checksum/country check against a per-country IBAN length table; it does NOT verify that the account exists or belongs to anyone. Pay per request via x402 (X-Payment header); no API key needed from the caller.
https://gateway.apiosk.com/financial-validation