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.

Request Params

KeyDatatypeRequiredDescription
country_codestringThe 2-character ISO 3166-1 country code of the country that issued the National ID (mandatory, when scheme parameter is not provided)
schemestringThe scheme (a synonym for the National ID type) under which the National ID is defined (mandatory, when country_code parameter is not provided)

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"bics":["DEUTDEFFXXX"]}