Content can be downloaded with GET method.
Bank master data as JSON object (only head, no content).
Bank master data as a JSON object (only head, no content).
Response
Response
iban
Bankmaster IBAN validation API
Public REST endpoint of the bank master iban validation api.
GET IBAN information
Validates the international bank account number (IBAN) and returns detail information if available.
Query Parameters
International bank account number (IBAN) parameter of the API call.
>= 10 characters<= 100 characters
Response
application/json
Response
IBAN information
IbanResponse
IBAN validation result and IID if available.
Validation result. Possible values:
- OK # This IBAN is formally correct
- INVALID_COUNTRY_CODE # This IBAN has an invalid country code
- INVALID_LENGTH # This IBAN has an invalid length
- INVALID_FORMAT, # This IBAN is formally incorrect according to ISO-13616-1
- INVALID_CHECKSUM # This IBAN has an invalid checksum
- INVALID_IID # This IBAN has an invalid CH or LI institution identification (IID)
Each bank / financial institution is identified by an IID (institution identification). IIDs are three to five digits long. QR-IIDs consist exclusively of numbers from 30000 to 31999.
Example:9703
Query Parameters
healthcheck
System Healthcheck
This allows to check the basic state of the API (can it be reached, does it respond).
Health check using GET method
Returns a status message of the system.
Response
application/json
Response
Healthcheck successful
HealthCheckResponse
Response message from health check.
<= 100 characters
Example:The health check GET request was successfully received and processed.
According to RFC3339, section 5.6 in ISO 8601 with timezone and milliseconds.
Example:2023-01-21T10:52:05.1904957+01:00
Show Child Parameters
The instance to which the request was sent to.
Example:X1
The version of the API backend.
Example:4.5.0-julia
The version of the API.
Example:1.0.23