Validate Multiple IBANs
validate_bulk_ibansValidate a batch of up to 100 IBANs in a single call with ISO 13616 checks. Returns per-IBAN results and summary counts of valid and invalid entries.
Instructions
Validate a batch of up to 100 IBANs in one call, applying the same ISO 13616 checks as validate_iban (country, length, BBAN structure, MOD-97).
Returns a JSON array of per-IBAN results in the same order as the input, each with valid, countryCode, an optional reason for failures, and bank details when the code is recognized, plus a summary count of valid vs. invalid entries.
Use this instead of calling validate_iban in a loop when checking a list (e.g. a payment file or a column of supplier accounts). Split inputs larger than 100 into multiple calls. Account numbers are validated in memory and never stored.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ibans | Yes | Array of 1 to 100 IBAN strings to validate. Case-insensitive; spaces are tolerated. Order is preserved in the response. |