Logo
Swift API Sandbox Collections API Documentation

Get connected BIC.

GET {{baseUrl}}/bics/:bic/connected_bic

For a given BIC, retrieve the related connected BIC (or SWIFT BIC), which is a BIC connected to the SWIFT network, therefore usable in the header of a SWIFT message. If available, it is a BIC of the same institution, otherwise it's the correspondent through which the input BIC connects.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "connected_bic": "WELADEDDXXX" }



Curl
curl -X GET 'https://sandbox.swift.com/swiftrefdata/v4/bics/:bic/connected_bic' -H 'Accept: application/json'

ENDPOINTS