Number of APIs: 3
GET {{baseUrl}}/ibans/:iban
For a given IBAN, you can obtain the components of the IBAN.
GET {{baseUrl}}/ibans/:iban/validity?sepa_only=true
You can check whether an IBAN is valid, by restricting validation to SEPA countries.
GET {{baseUrl}}/ibans/:iban/bic
For a given IBAN, you can retrieve the BIC of the institution that services the IBAN. This API is compliant with the requirement for BIC from IBAN derivation defined in the Regulation (EU) No 260/2012.
ENDPOINTS