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
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"]}