Logo
Swift API Sandbox Collections API Documentation

Success-bbans

Number of APIs: 2


1. Get BBAN elements of an IBAN country.

GET {{baseUrl}}/bbans/elements?country_code=BE

Get all BBAN element combinations that can be used as input of IBAN constructor for a specific country. Each BBAN element is described by name, length, mandatory/optional flag, position within BBAN.



2. 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.



ENDPOINTS