Validate IBAN
finance.banking.ibanValidate any IBAN number and retrieve the bank's BIC/SWIFT code, name, and city using the OpenIBAN service.
Instructions
Validate an IBAN number and get associated bank data — BIC/SWIFT code, bank name, city (OpenIBAN)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| iban | Yes | IBAN to validate (e.g. "DE89370400440532013000"). Spaces are stripped automatically. |
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. |