Skip to content
Languages
Servers
Mock Server

https://docs.solarisgroup.com/_mock/api-reference/digital-banking/account-management/

Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations
Operations

Request

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.

Bodyapplication/jsonrequired

The content of the request.

ibanstring(IBAN)

International Bank Account Number (IBAN).

Example: "DE75512108001245126199"
application/json
{ "iban": "DE75512108001245126199" }

Responses

The supplied IBAN is valid. The response contains more detailed information about the IBAN.

Bodyapplication/json
ibanstring(IBAN)

International Bank Account Number (IBAN).

Example: "DE75512108001245126199"
bicstring

The BIC of the financial institution.

Example: "SOBKDEB2XXX"
institutionstring

The name of the financial institution to which the account belongs.

Example: "solarisBank Gf (S)"
Response
application/json
{ "iban": "DE75512108001245126199", "bic": "SOBKDEB2XXX", "institution": "solarisBank Gf (S)" }
Operations