Logo
Swift API Sandbox Collections API Documentation

Success-ibans-{iban}

Number of APIs: 3


1. Get details for an IBAN.

GET {{baseUrl}}/ibans/:iban

For a given IBAN, you can obtain the components of the IBAN.



2. Check validity of an IBAN, with SEPA-only option.

GET {{baseUrl}}/ibans/:iban/validity?sepa_only=true

You can check whether an IBAN is valid, by restricting validation to SEPA countries.



3. Get the BIC for an IBAN.

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