Logo
Swift API Sandbox Collections API Documentation

Get the BIC for an IBAN national ID.

GET {{baseUrl}}/iban_national_ids/:iban_national_id/bic?country_code=IT

For a given IBAN national ID, you can retrieve the BIC of the institution that services the IBAN.

 

Body PARAM

Key Datatype Required Description 
country_code
string (Required) The 2-character ISO 3166-1 country code of the country that issued the IBAN National ID



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "bic": "DEUTDEFFXXX" }



Curl
curl -X GET 'https://sandbox.swift.com/swiftrefdata/v4/iban_national_ids/:iban_national_id/bic?country_code=IT?country_code=IT' -H 'Accept: application/json'

ENDPOINTS