Logo
Swift API Sandbox Collections API Documentation

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.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "bic": "DEUTDEFFXXX" }



Curl
curl -X GET 'https://sandbox.swift.com/swiftrefdata/v4/ibans/:iban/bic' -H 'Accept: application/json'

ENDPOINTS