Logo
Swift API Sandbox Collections API Documentation

Get BICs of a National ID.

GET {{baseUrl}}/national_ids/:national_id/bics?country_code=NZ

For a given National ID, you can retrieve the BIC or the BICs of that National ID; you need to provide the National ID, and either a country code, or an indication to which scheme this National ID belongs.

 

Body PARAM

Key Datatype Required Description 
country_code
string The 2-character ISO 3166-1 country code of the country that issued the National ID (mandatory, when scheme parameter is not provided)
scheme
string The scheme (a synonym for the National ID type) under which the National ID is defined (mandatory, when country_code parameter is not provided)



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "bics": [ "DEUTDEFFXXX" ] }



Curl
curl -X GET 'https://sandbox.swift.com/swiftrefdata/v4/national_ids/:national_id/bics?country_code=NZ?country_code=NZ&scheme=DE-BLZ8' -H 'Accept: application/json'

ENDPOINTS