About this endpoint
What it does
Validates an IBAN provided as a query parameter and returns a JSON object containing the validation result, including the normalized IBAN, country code, length checks, checksum validation, and overall validity.
Query Parameter(s)
| Attribute | Type | Mandatory | Description |
|---|---|---|---|
| iban | String | Yes | IBAN to validate. Minimum length: 5 characters; maximum length: 40 characters. |