Logo
Swift API Sandbox Collections API Documentation

Get the IBAN from a BBAN.

GET {{baseUrl}}/bbans/:bban/iban?country_code=BE

For a given Basic Bank Account Number (BBAN), you can retrieve the corresponding IBAN; you must also provide a country code.

 

Body PARAM

Key Datatype Required Description 
country_code
string (Required) The 2-character ISO 3166-1 country code of the country that issued the National ID



HEADERS

Key Datatype Required Description 
Accept
string




RESPONSES

status OK

{ "iban": "DE04500700100532013000" }



Curl
curl -X GET 'https://sandbox.swift.com/swiftrefdata/v4/bbans/:bban/iban?country_code=BE?country_code=BE' -H 'Accept: application/json'

ENDPOINTS