iban_validate
ActiveTool of io.github.digitalweb33333-creator/x402-endpoints
IBAN format validation (ISO 13616 mod-97) — SEPA/EU IBAN structural validation and country/bank-code extraction. Returns valid/invalid with reason, country code, check digits, bank code and grouped formatting. Format check, NOT account existence. SEPA/EU coverage. Price: $0.01 per call (x402 payment, USDC on Base mainnet). IBAN format validation via the ISO 13616 mod-97 algorithm (local, deterministic). SEPA/EU structural validation: returns valid/invalid with a clear reason, country code, check digits, bank code and grouped formatting. Format check only — does NOT verify the account exists. For payment, onboarding and treasury agents. Input: IBAN.
Parameters schema
{
"type": "object",
"required": [
"iban"
],
"properties": {
"iban": {
"type": "string",
"description": "IBAN to validate, e.g. 'FR1420041010050500013M02606'"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.digitalweb33333-creator/x402-endpoints
https://github.com/digitalweb33333-creator/x402-endpoints
1/7 registries