Search for a Bank
Before you proceed with importing a bank connection, you need to select a bank to be imported.
For the customers using Web Form 2.0 the bank search can be done by the user in the web form itself, so this step is optional.
Prerequisites
Search for a Bank
Execute Get and search all banks service:
GET /banks
There are multiple filter parameters available, please refer to the API documentation for more details.
The search result will return the list of banks that you can present to the user for selection. We recommend displaying the bank’s name
, blz
and city
as some banks may have identical/similar names.
Once the bank is selected, note its id
and supported interface
as these parameters are required for the bank import.
To check if finAPI supports AIS services for a particular bank, refer to the isAisSupported
flag returned in the response for each supported bank interface.