About this endpoint
What it does
Validates an IBAN submitted in the request body and returns a JSON object under data. When the IBAN is valid, data contains IBAN details; when it is invalid, data is false.
Request Body
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| iban | String | Yes | The IBAN to validate. |
Response
Returns a JSON object with a required data field. data is either an object containing IBAN details or the boolean false when the IBAN is invalid.
| Parameter | Type | Mandatory | Description |
|---|---|---|---|
| data | Object / Boolean | Yes | Either an object with bban, iban, valid, country_code, sepa_country, and printable_format fields, or false when the IBAN is invalid. |