This endpoint validates an IBAN. If the IBAN is valid, then the API returns details about the number, e.g., the financial institution of the bank account and the account number.
Account management (1.0)
Download OpenAPI description
Languages
Servers
Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/account-management/
- Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/account-management/v1/iban_lookups
- Payload
- cURL
- Java
- Python
- Node.js
- Go
- Ruby
- PHP
application/json
{ "iban": "DE75512108001245126199" }
Response
application/json
{ "iban": "DE75512108001245126199", "bic": "SOBKDEB2XXX", "institution": "solarisBank Gf (S)" }