Get details of a BIC.
GET {{baseUrl}}/bics/:bic
For a given BIC, you can retrieve the details of that BIC, that is the bank name or business name, and the address and the SWIFT service details.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Accept
|
string |
RESPONSES
status OK
{
"bic": "UBSWGB2LSBI",
"office_type": "SF",
"name": "UBS AG LONDON BRANCH",
"department": "UBS WARBURG INTERNATIONAL LTD, FORMERLY SBCI INVESTMENT BANKING LTD",
"sub_department": "BQCODES: BRA",
"unstructured_address": {
"address_line_1": "SWISS BANK HOUSE",
"address_line_2": "1 HIGH TIMBER STREET",
"address_line_3": "LONDON, EC4V 3SB, GREATER LONDON GB"
},
"structured_address": {
"street_name": "HIGH TIMBER STREET",
"building_number": "1",
"building_name": "SWISS BANK HOUSE",
"post_code": "EC4V 3SB",
"town_name": "LONDON",
"country_subdivision_name": "GREATER LONDON",
"country_code": "GB",
"country_name": "UNITED KINGDOM"
},
"swift_connectivity": {
"fin": true,
"finplus": {
"future": "ou=sbi,o=ubswgb2l,o=swift",
"live": "ou=sbi,o=ubswgb2l,o=swift",
"pilot": "ou=sbi,o=ubswgb2l,o=swift"
},
"interact": false,
"fileact": false
},
"swift_services": [
{
"code": "FIN",
"name": "Many-to-many FIN payment service"
}
],
"utc_offset": "±00:00"
} |
ENDPOINTS