Validate IBAN + Bank Details
iban.banking.validateValidate an IBAN and retrieve associated bank information: BIC, bank name, address, country, currency, and SEPA membership. Supports 80+ countries.
Instructions
Validate an IBAN and retrieve associated bank info: BIC/SWIFT code, bank name, address, country, currency, and SEPA membership. Supports 80+ IBAN-enabled countries including EU, UK, and MENA. Returns validation result with detailed breakdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| iban | Yes | IBAN to validate (e.g. "DE89370400440532013000", "GB29NWBK60161331926819"). Spaces allowed, auto-stripped. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |