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