Skip to content

Account management (1.0)

Languages
Servers
Mock Server
https://docs.solarisgroup.com/_mock/api-reference/digital-banking/account-management/

Accounts

Operations

Person accounts

Operations

Business accounts

Operations

Reference accounts

Operations

Account closure requests

Operations

Fee collection

Operations

Reservations

Operations

Seizures

Operations

Bank statements

Operations

Statements of account

Operations

Fee summary statements

Operations

Person messages

Operations

Business messages

Operations

Trusted IBANs

Operations

Virtual IBANs

Operations

IBAN validation

Operations

Validate an IBAN

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

Savings Accounts

Operations