Introduction to LHV Open Banking

Introduction

Welcome to LHV Open Banking & PSD2 API page!
Here you will find all the needed information to get started with our API, including:

  • access and usage
  • environments
  • introduction to services and details

Our PSD2 API covers the features listed in PSD2 regulation, including:

  • Account Information Service (AIS)
  • Payment Initiation service (PIS)
  • Confirmation on the Availability of Funds Service (FCS or AIIS)

Our API is a REST API interface based on the Berlin Group Standard. You can obtain the full documentation here.

LHV Status Page - information and announcements about LHV services status and any interruptions.

Latest Updates

DATECHANGE
18.03.2024Added possibility to use Biometrics as authentication method in Oauth
01.02.2024Updated Oauth Token Service to better reflect what is mandatory and how codes are generated
22.12.2023Update in Oauth code, access_token and refresh_token structure. Starting from 03.01.2024 old structure will not be valid and tokens need to be updated
02.08.2023Added possibility to hide closed accounts and only show active accounts for select account endpoints
05.06.2023SCA exemption change from 90 to 180 days. New refresh_tokens will be valid for 180 days
31.05.2023Breaking change warning! Upcoming XML payment message version changes (ISO20022 2019 version released in November 2023).
  • pain.001.001.03 will be replaced with pain.001.001.09 (payment initiation)
  • pain.008.001.02 will be replaced with pain.008.001.08 (payment collection initiation)
  • pain.002.001.03 will be replaced with pain.002.001.10 (payment initiation repsonse)

New message versions will work starting from 01.07.2023 (both old and new versions are supported then)
Starting from 01.11.2023 only new version of messages will work
15.05.2023Return ownerName in /v1/accounts-list and /v1/accounts endpoints
Return debtorName in /v1/payments/sepa-credit-transfers/{paymentId} and /v1/periodic-payments/sepa-credit-transfers/{paymentId}
02.05.2023Updated Oauth access_token and refresh_token from uuid to string
10.10.2022Updated automatic and manual payment scheme selection process. Added RTF description. Added Indirect Scheme info to SEPA Direct Debit description. Included TIPS usage rules to Code set.
05.09.2022Added information about Payments confirmation with multiple signatures
25.07.2022We have now a dedicated service for first time TPP registration and API connection validation - more info at Opening access and first usage.
25.07.2022Payments in JSon format now also supports future dated payments. Until now it was available only in XML format.
30.06.2022Introduced functionality to submit payments with optional payment account and with account selection in the customer UI. This enables skipping account selection using the Accounts List service before Payment initiation request. Can be used only for Redirect flow.
30.06.2022Introduced new payment cancellation service.
23.05.2022Accounts list service now also supports Account owner verification
05.05.2022Added token revocation service to OAuth
06.04.2022We are now also using the SCA exemption for Low-value payments - this is applied to payments not exceeding 30 EUR and a list of additional internal validations. There are no additional technical changes compared to existing SCA exemptions logic introduced on 20.09.2021 and v1.1 of Payment Initiation
15.03.2022New functionality - Periodic Payment Service
02.03.2022Added account status and type information to Accounts List services
10.01.2022New functionality - decoupled authentication for Account Info Services
04.10.2021We have changed Sandbox url from https://sandboxapi.lhv.eu to https://api.sandbox.lhv.eu.
Please update your configuration if you are using the Sandbox environment for any purposes
20.09.2021Breaking change warning! New version to initiate SEPA payment - SEPA Payment v1.1.
Payments can now be automatically executed without SCA if both accounts belong to the customer.
Old version of the payment initiation service will be removed on the 1st of January 2022. Please review your integration. More info at Payments
10.09.2021New functionality - XML Payments. It is now possible to start bulk payments and international payments via XML files
27.04.2021New functionality - decoupled SCA in OAuth. With this update now the whole Payments flow can executed with Decoupled SCA
01.12.2020New functionality - decoupled authentication for Payments. Decoupled for OAuth and Account Info Services still under development
26.08.2020Published new functionality for account owner verification
09.04.2020Added new service for Accounts List without previous consent - very useful service for
Payment Service Providers to get the usable payments account list and provide smoother user experience
09.04.2020Added entryReference to Read Account's Transactions List service - unique ID
that can be used to separate and identify payment transactions
23.09.2019Page initial version published

Access and Usage

You can integrate with our API if you are:

  • third Party Payment Service Provider aka TPP - a company who is developing some app or system which requests access to private or corporate LHV customers accounts
  • other bank or credit institution aka ASPSP.

To start using the Open Banking API in live you should first obtain a valid licence from the authorities - Estonian Finance Inspection.
Banks (ASPSPs) hold this licence already by default.
More information here.

To verify if you are authorized to use the services you can check the EBA online database: https://euclid.eba.europa.eu/register/

We also provide a Sandbox testing environment which you can use when preparing for your live integration or just trying out the Open Banking features.
It is also free to use by everybody and no licence is required.

Access Certificates

Our API is using the PSD2 compliant eIDAS QWAC transport layer certificate for identifying and verifying the TPP. eIDAS QSEAL certificate is not required or supported for now.
No other methods or certificate types are supported currently.

You can order the QWAC certificate from a number of different providers across Europe - provided you are holding the TPP licence mentioned above.
You can read about these here.

Some key principles about certificates and validation:

  • the key of identifying any TPP is the PSD2 ID in the certificate. It is normally in the Subject (2.5.4.97) field. For example LHV is NTREE-10060701. All the OAuth tokens, consents etc. are related to this ID value.
  • we do support using multiple valid certificates in parallel. This is especially important when any existing certificate is going to expire soon and TPP wants to start using a new one. Then it is possible to use both during their validity for testing purposes and backup - on the condition that the PSD2 ID is the same.
  • we are constantly monitoring lists of valid CA providers to validate your QWAC certificates - based on the eIDAS Trusted Lists Browser: https://webgate.ec.europa.eu/tl-browser/#/
  • when TPP starts using a new certificate and PSD2 TPP ID remains the same there is no need to register the new certificate with LHV. It should be accepted automatically.

Opening access and first usage

We do not require signing any agreements or have extra validation procedures when granting access to live.

It is not required to send us your PSD2 eIDAS certificates manually. We will receive your certificate automatically when you make a request to our dedicated TPP registration service GET /v1/tpp-verification.
After making the successful request please contact us at openbanking@lhv.ee and we will grant you access in a few hours.

The service provides also additional info like your TPP name, ID and enabled roles.

  • Request - GET /v1/tpp-verification

HTTP headers:

FieldTypeValue sampleM/ODescription
X-Request-IDUUID99391c7e-ad88-49ec-a2ad-99ddcb1f7722MUnique request ID specified by the TPP
  • Sample response - certificate technical validation succeeded. Connection still not enabled and waiting for support team validation.
{
    "access": "BLOCKED",
    "tppId": "PSDEE-LHVTEST-402383",
    "name": "PSD2 Test",
    "roles": [
        "AIS",
        "PIS",
        "PIIS"
    ]
}
  • Sample response - everything validated and connection enabled
{
    "access": "ENABLED",
    "tppId": "PSDEE-FI-10539549",
    "name": "AS LHV Pank",
    "roles": [
        "AIS",
        "PIS",
        "PIIS"
    ]
}
  • Sample response - certificate not valid

{
    "tppMessages": [
        {
            "category": "ERROR",
            "code": "CERTIFICATE_INVALID"
        }
    ]
}

Environments

Live

As described below in Access and Usage section you can get live access only with official licencing and production QWAC certificate.

Live base url is: https://api.lhv.eu/psd2/v1

Sandbox

Sandbox test environment is our free to access testing environment. It is technically also very similar to live environment - the services, JSon structure etc. is the same.

Link to Sandbox - https://api.sandbox.lhv.eu/psd2/swagger-ui/index.html?configUrl=/psd2/documentation/api-docs/swagger-config

There is no dedicated developers portal or account required to start using the Sandbox. You can use Sandbox directly in Swagger or similar to live -
executing the API endpoints directly using your own developed client application or some testing tool like Postman.

Base url of Sandbox is: https://api.sandbox.lhv.eu/psd2/v1

Access certificate

Sandbox is not using production QWAC certificates, but custom testing certificates which you can generate automatically.
Create your own certificate here.
Store the Private key and Certificate contents as *.key and *.crt files. You can use these like you would use official certificate and key in production.
Please extract your TPP id from the certificate file. It should be visible on Subject > 2.5.4.97 field and should look like PSDEE-LHVTEST-[random combination]
For example - PSDEE-LHVTEST-c1dec9
Use this value in your OAuth request client_id. For example: https://api.sandbox.lhv.eu/psd2/oauth/authorize?scope=psd2&response_type=code&client_id=PSDEE-LHVTEST-c1dec9&redirect_uri=http%3A%2F%2Flocalhost%2Fapi&state=st1

Sandbox Swagger is using built-in default access certificate with client_id value PSDEE-LHVTEST-01AAA

This TPP id value is similar and used the same way as your id in production. For example LHV Pank TPP id is PSDEE-FI-10539549.

Accounts and data

Sandbox has the following default OAuth access tokens and accounts available:

  • bearer Liis-MariMnnik: EE717700771001735865, EE277700771001735881, EE457700779900289935. PSU-Corporate-ID value for customer verification is EE47101010033.
  • bearer Donaldduck: EE857700771001735904

You can use these access tokens and accounts in combination provided or use the same account numbers with your own access tokens.

Services

Our API has two main sets of services:

  • OAuth 2.0 services for user identification. OAuth token is needed to get access to other services.
  • services covering the NextGenPSD2 specification of Berlin Group standard.

All our services are using SCA (strong customer authentication) based on redirect method!

OAuth

OAuth 2.0 services are used for user identification and authentication. The acquired access token must be used to get access to actual NextGenPSD2 services.

We are supporting Redirect and Decoupled SCA methods.

Redirect method and OAuth User Interface

To begin the authentication process you must first redirect your customer to the login UI page.

Use the URI https://api.lhv.eu/psd2/oauth/authorize with the following GET query parameters:

ParameterDescription
scopepsd2 (constant value).
response_typecode (constant value). Specifies that authorization_code flow is used.
client_idThe value of organization identifier found inside TPP certificate on whose behalf the user will be authenticated.
redirect_uriTPP uri where user will be redirected after authentication.
stateA random string specified by the TPP to be returned after authentication. Can be used to link authentication flow.

The same authentication options are available as in LHV Internet Bank - Smart-ID, Mobile-ID, Biometrics, ID Card and PIN Calculator. When authentication succeeds, user is redirected to TPP system defined in the redirect_uri parameter with an additional access code (GET parameter "code").

Sample links:

After authentication the user will be redirected back to the URI specified in redirect_uri and the address will be appended with the following query parameters:

ParameterDescription
codeUnique temporary authorization code generated by the PSD2 API used for /oauth/token service. It expires in 3600 seconds.
stateContains the same value as in /oauth/authorize.
errorPresent only if there was an error during the authentication.
error_descriptionIf there was an error then contains the error information.

Decoupled method

Start Decoupled Authorisation

To begin the authorisation process you must execute the Authorisations service: POST /v1/oauth/authorisations
Upon incoming request the username and another value (depending on the selected method) will be matched and if a correct match is found then an authorisation process is started and a verification code is returned for Biometrics, Smart-ID and Mobile-ID.

  • Request

HTTP headers:

FieldTypeValueM/ODescription
Content-TypeStringapplication/jsonM
PSU-Accept-LanguageStringET/EN/RUODefault value will be ET, TPP can change the message language the PSU receives based on PSU preferences
PSU-Corporate-IDStringCustomer personal code with reg. countryOMandatory for Smart-ID, optional for others. This value should match to personal code value we find based on PSU-ID. The check is always done if a value is provided by the TPP.
PSU-IDStringCustomers internet bank login handleM
X-Request-IDUUID99391c7e-ad88-49ec-a2ad-99ddcb1f7722MUnique ID specified by the TPP

Body:

FieldTypeValueM/OComment
authenticationMethodIdStringMID/SID/BIOMChosen method for authentication
scaAuthenticationDataStringMobile number to use for MIDCMandatory for MID approach, ignored otherwise
  • Sample - BIO:
POST https://api.lhv.eu/psd2/v1/oauth/authorisations
Content-Type: application/json
X-Request-ID: 99391c7e-ad88-49ec-a2ad-99ddcb1f7722
PSU-ID: Liis-MariMnnik
Date: Sun, 06 Aug 2017 15:02:37 GMT

{
    "authenticationMethodId": "BIO"
}
  • Sample - MID:
POST https://api.lhv.eu/psd2/v1/oauth/authorisations
Content-Type: application/json
X-Request-ID: 99391c7e-ad88-49ec-a2ad-99ddcb1f7722
PSU-ID: Liis-MariMnnik
Date: Sun, 06 Aug 2017 15:02:37 GMT

{
    "authenticationMethodId": "MID",
    "scaAuthenticationData": "+3725127862"
}
  • Sample - SID:
POST https://api.lhv.eu/psd2/v1/oauth/authorisations
Content-Type: application/json
X-Request-ID: 99391c7e-ad88-49ec-a2ad-99ddcb1f7722
PSU-ID: Liis-MariMnnik
PSU-Corporate-ID: EE47101010033
Date: Sun, 06 Aug 2017 15:02:37 GMT

{
    "authenticationMethodId": "SID"
}
  • Response

HTTP headers:

FieldTypeValueM/OComment
X-Request-IDString99391c7e-ad88-49ec-a2ad-99ddcb1f7722MID of the request, unique to the call, as determined by the initiating party.
Content-TypeStringapplication/jsonM

Body:

FieldTypeValueM/OComment
authorisationIdString (UUID)MId of the generated authorisation
scaStatusStringMStatus of the generated authorisation
chosenScaMethod.authenticationTypeStringMSelected method for identification
chosenScaMethod.authenticationMethodIdStringSID/MID/BIOMId of the selected method
challengeData.dataStringIntegerMA verification code from 0000 to 9999 calculated based on random string
challengeData.additionalInformationStringMThe same text that we show to the user in the SID or MID application
_links.scaStatus.hrefString/v1/oauth/authorisations/{authorisationId}MLink to ask for the SCA status
  • Sample:
HTTP/1.x 201 Created
X-Request-ID: 99391c7e-ad88-49ec-a2ad-99ddcb1f7721
Date: Sun, 06 Aug 2017 15:02:42 GMT
Content-Type: application/json
{
    "authorisationId": "245074d5-cf8d-4823-8164-a311b33b0ed0",
    "scaStatus": "scaMethodSelected",
    "chosenScaMethod": {
        "authenticationType": "SMS_OTP",
        "authenticationMethodId": "MID"
    },
    "challengeData": {
        "data": "1234",
        "additionalInformation": "Authenticate user"
    },
    "_links": {
        "scaStatus": {
            "href": "https://api.lhv.eu/psd2/v1/oauth/authorisations/245074d5-cf8d-4823-8164-a311b33b0ed0"
        }
    }
}
Check Decoupled Authorisation status

GET /v1/oauth/authorisations/:authorisationId

This service is used to check the status of an authentication and to retrieve authentication code which can be exchanged for a token. Also shows the available roles if the authentication was successful. Once the code is used and a token is generated the next request will change the status to SPENT and the TPP will no longer be able to see information about selected or available roles.

  • Request

authorisationId - authorisationId returned by Start Decoupled Authorisation service

HTTP headers:

FieldTypeValueM/ODescription
X-Request-IDUUID99391c7e-ad88-49ec-a2ad-99ddcb1f7722MUnique ID specified by the TPP

Sample:

GET https://api.lhv.eu/psd2/v1/oauth/authorisations/99391c7e-ad88-49ec-a2ad-99ddcb1f7722
X-Request-ID: 99391c7e-ad88-49ec-a2ad-99ddcb1f7722
Date: Sun, 06 Aug 2017 15:02:37 GMT
  • Response

HTTP headers:

FieldTypeValueM/OComment
X-Request-IDString99391c7e-ad88-49ec-a2ad-99ddcb1f7722MID of the request, unique to the call, as determined by the initiating party.
Content-TypeStringapplication/jsonM

Body:

FieldTypeValueM/OComment
scaStatusStringAuthentication statusMStatus of the generated authorisation
authorisationCodeStringCode generated after successful authenticationOOnly when FINALISED
selectedRoleObject-OOnly when FINALISED
selectedRole.idStringPersonal code or registry code with country identifierM
selectedRole.nameStringName of the person or companyM
availableRolesArray-OOnly when FINALISED
availableRoles.idStringPersonal code or registry code with country identifierM
availableRoles.nameStringName of the person or companyM
tppMessagesArray-O
tppMessages.categoryStringERROR or WARNING mostlyM
tppMessages.codeStringError codeM
tppMessages.textStringError descriptionM
  • Sample - authorisation started:
HTTP/1.x 200 OK
X-Request-ID: 99391c7e-ad88-49ec-a2ad-99ddcb1f7722
Content-Type: application/json
Date: Sun, 06 Aug 2017 15:02:42 GMT
{
    "scaStatus": "started"
}
  • Sample - Failed status with TPP message:
HTTP/1.x 200 OK
X-Request-ID: 99391c7e-ad88-49ec-a2ad-99ddcb1f7722
Content-Type: application/json
{
    "scaStatus": "failed",
    "tppMessages": [
        {
            "category": "ERROR",
            "code": "WRONG_VC",
            "text": "External service returned an error. Please refer to the external service public specification for details."
        }
    ]
}
  • Sample - Finalised status with role selection:
HTTP/1.x 200 OK
X-Request-ID: 39db509c-7e0f-4f47-9d91-38980e9f0cf6
Date: Sun, 06 Aug 2017 15:02:42 GMT
Content-Type: application/json
{
    "scaStatus": "finalised",
    "authorisationCode": "AA532908s",
    "selectedRole": {
        "id": "EE39800929832",
        "name": "Jaan Jaanson"
    },
    "availableRoles": [
        {
            "id": "EE39800929832",
            "name": "Jaan Jaanson"
        },
        {
            "id": "EE223452",
            "name": "Jaana Jaanson"
        },
        {
            "id": "LV289032",
            "name": "AS Läti Õlu"
        }
    ]
}
  • Sample - Spent status example:
HTTP/1.x 200 OK
X-Request-ID: 39db509c-7e0f-4f47-9d91-38980e9f0cf6
Date: Sun, 06 Aug 2017 15:02:42 GMT
Content-Type: application/json
{
    "scaStatus": "spent"
}
Change Decoupled Authorisation role

PATCH /v1/oauth/authorisations/:authorisationId

This service is used to change the role the user is requesting access to - if user has access to any other legal entity or person accounts. This section behaves similarly to the selection screen in the OAuth UI. Changing the role can only be done when the authorisation code is not yet used.

  • Request

authorisationId - authorisationId returned by Start Decoupled Authorisation service

HTTP headers:

FieldTypeValueM/ODescription
X-Request-IDUUID99391c7e-ad88-49ec-a2ad-99ddcb1f7722MUnique ID specified by the TPP

Body:

FieldTypeValueM/OComment
selectedRoleObjectM
selectedRole.idStringPersonal code or registry code with country identifierCMatching one of the availableRoles objects from Authorisation status response
  • Sample:

PATCH https://api.lhv.eu/psd2/v1/oauth/authorisations/99391c7e-ad88-49ec-a2ad-99ddcb1f7722
X-Request-ID: 99391c7e-ad88-49ec-a2ad-99ddcb1f7722
Date: Sun, 06 Aug 2017 15:02:37 GMT
Content-Type: application/json
{
    "selectedRole": {
        "id": "LV289032"
    }
}
  • Response

HTTP headers:

FieldTypeValueM/OComment
X-Request-IDString99391c7e-ad88-49ec-a2ad-99ddcb1f7722MID of the request, unique to the call, as determined by the initiating party.
Content-TypeStringapplication/jsonM

Body:

FieldTypeValueM/OComment
tppMessagesArray-OOnly for unsuccessful requests
tppMessages.categoryStringERRORM
tppMessages.codeStringError codeM
tppMessages.textStringExternal service returned an error. Please refer to the external service public specification for details.M
  • Sample - selected successfully:
HTTP/1.x 204 No Content
X-Request-ID: 99391c7e-ad88-49ec-a2ad-99ddcb1f7722
Date: Sun, 06 Aug 2017 15:02:42 GMT
  • Sample - Incorrect role id provided by TPP:
HTTP/1.x 400 Bad Request
X-Request-ID: 99391c7e-ad88-49ec-a2ad-99ddcb1f7722
Content-Type: application/json
{
    "tppMessages": [
        {
            "category": "ERROR",
            "code": "ROLE_UNAVAILABLE",
            "text": "The provided role id is not available for this user."
        }
    ]
}

OAuth Token Service

Use the code retrieved from authentication to generate the actual OAuth 2.0 access token and refresh token.
Service POST /oauth/token returns the tokens:

  • access_token - token with short lifetime of 3600 seconds
  • refresh_token - token with long lifetime of 180 days. It can be used to generate a fresh access token.
ParameterM/ODescription
client_idMTPP Id from QWAC Certificate. Must match client_id from the previous Authorize request.
grant_typeMUse value authorization_code for new token generation and refresh_token to refresh your access token.
codeCMandatory when when creating a new access and refresh token pair. Received from /oauth/authorize. To refresh your token use refresh_token parameter instead.
redirect_uriCMandatory when when creating a new access and refresh token pair through redirect approach. Must match the value used on /oauth/authorize. Should be left out when using decoupled approach.
refresh_tokenCMandatory when creating new access token while using existing refresh token

Sample request:

{
    curl --location --request POST 'https://api.sandbox.lhv.eu/psd2/oauth/token' \
     --H 'Content-Type: application/x-www-form-urlencoded' \
     --d 'client_id=PSDEE-LHVTEST-60f0a7' \
     --d 'grant_type=authorization_code' \
     --d 'redirect_uri=https://tppsystem.com/callback' \
     --d 'code=yfdn_4xNsDcyjh9alRSE2stoPjJGpyOP-qt8ni6C-5GhyBb4E59AtMBLIfzcI6qr32RjzZ2-PeE_e1MvtnoymoCkj32OFTktpTJMjkP7MDeSNSOxWdYTbwB-Ae5U4_FV'
}

Note: information is sent in the body of the request

Sample response:

{
      "access_token": "U2YPxu_XofCVxow37CyO8i6pkmW8fyCCaq0PGJdPMbDCIUnyo3wOk4u0ttBSsGCJ0Mp_nshfMntgJnirIn0Z1q7PlXnFZd2ppeqaBY0-uHFMInKJFdaVRdBoq0QmuZUC",
      "token_type": "bearer",
      "refresh_token": "Aw3bcFrT64jKrnf-GOaT5Znre96d4g51p4AIzsdH_ybuZ3JG2SVV7QTZwHQMkLZZQ_k1OfWd3oiM0KTzb-iZyl9bwK5mW-OEd490v4q1oGUinhaIIgbNdJOkVZfAKIR4",
      "expires_in": 3599,
      "scope": "psd2"
}

A key point:

  • Token service POST /oauth/token always creates a new pair of access and refresh token when grant_type = authorization_code

OAuth Token Revocation Service

POST /oauth/revoke service allows the user to revoke an existing refresh and/or access token.

Request headers

HeaderM/ODescription
Content-TypeMapplication/x-www-form-urlencoded

Request body

ParameterM/ODescription
client_idMTPP ID from QWAC Certificate. Must match the client_id provided with the certificate and which was used to create the token that is to be revoked
tokenMRefresh or access token value
token_type_hintOAn optional parameter describing the type of the token parameter that was passed to the request

Note that:

  • If the request provides a token_type_hint parameter, then before revocation, the given token will be validated and assured that it matches the token_type_hint parameter value
  • If token_type_hint was not provided to the request, then the given token is matched to all revocable token types
  • If a refresh token is provided with the request then, if possible, both refresh token and the corresponding access token will be revoked
  • If an access token is provided with the request, then only the given access token will be revoked

Response HTTP status codes

HTTP Response CodeDescription
200For all successful token revocation requests.
Note that if a nonexistent token was provided with the request, then the response is also 200 as the purpose of the request is already achieved
400In case if the request structure is invalid, if any of the request parameters validation fail or if the token_type_hint parameter value does not match the provided token's actual type
401If any of the certificate and client_id based checks fail
500In case of any other technical failures

Error response codes

Error response code
invalid_request
invalid_grant
invalid_client
unsupported_token_type
unauthorized_client
server_error

Sample token revocation request:

{
    curl --location --request POST 'https://api.sandbox.lhv.eu/psd2/oauth/revoke' \
     --H 'Content-Type: application/x-www-form-urlencoded' \
     --d 'client_id=PSDEE-LHVTEST-12a3b4' \
     --d 'token=iqfkMHLK5EvrgvukmlWCVf9zIZw' \
     --d 'token_type_hint=refresh_token'
}

Sample successful or nonexistent token revocation response:

HTTP/1.x 200 OK
Date Thu, 21 Apr 2022 08:27:05 GMT

Sample unauthorized response:

HTTP/1.x 401 Unauthorized
Date Thu, 21 Apr 2022 08:27:05 GMT
Content-Type: application/json
{
    "error": "unauthorized_client"
}

Sample request validation error response:

HTTP/1.x 400 Bad Request
Date Thu, 21 Apr 2022 08:27:05 GMT
Content-Type: application/json
{
    "error": "invalid_request",
    "error_description": "The type of the requested token does not match with the request's token type hint"
}

Sample technical error response:

HTTP/1.x 500 Internal Server Error
Date Thu, 21 Apr 2022 08:27:05 GMT
Content-Type: application/json
{
    "error": "server_error",
    "error_description": "The authorization server encountered an unexpected error which prevented it from fulfilling the request"
}

Account Information - AIS

With account information services TPP will get access to accounts list and information, account balances and lists of transactions (account statements).
Link to Swagger specification.

Some key points for LHV accounts and how they are provided in the API:

  • access to more than 90-days account statements is provided by short-term consents. More info under Consents services.
  • LHV Accounts are multi-currency - they can hold several currencies at a time on one IBAN. If someone makes a payment to the accounts in different currencies like EUR, GBP or DDK, they will all show up there.

Account Information Consents

Account information consent is required to execute any of the account information services.
Link to Swagger specification.

There are two main types of consents from the perspective of life-cycle:

  • long-term consents - provides access to account information for a longer period, typically for 180 days. It is used for cases where customer interaction is longer
    like providing account balances in some 3rd party app. There can be one long-term consent at a time for one user per TPP and older ones are closed automatically.
    It also provides access to list of transactions up to 90 days in the past following the SCA requirements of PSD2. Long-term consent is created with POST /consents service parameter "recurringIndicator": true.
  • short-term consents - provides access to account information for 30 minutes only. It is used for cases where customer interaction is short like getting the accounts list before payment initiation or customer data analysis.
    It also provides access to list of transactions more than 90 days in the past following the SCA requirements of PSD2. Short-term consent is created with POST /consents service parameter "recurringIndicator": false.

Notes about consent parameters:

  • access.availableAccounts - add parameter value "allAccounts" to select all available accounts by default
  • access.balances and access.iban - add list of account IBAN's selected by default
  • combinedServiceIndicator - mandatory tag, no actual use currently
  • frequencyPerDay - limits how many requests can be done without PSU activity. Counter is used when executing "Read Account Balances" or "Read Account's Transactions List" services without PSU-IP-Address parameter. If limit is used up these services will respond with error ACCESS_EXCEEDED.
  • recurringIndicator - long-term (true) or short-term (false) consent.
  • validUntil - consent validity end date. Relevant for long-term consents.

Consent Confirmation UI

Consent Confirmation UI is the redirect based UI where user can grant or deny the TPP request to get access to accounts data. User can see and verify exactly what services and accounts shall be included in the consent.

Account and services selection logic:

  • if "availableAccounts": "allAccounts" was provided in the consent request then all available accounts and both "balances" and "transaction list" services are selected by default. If it is not added, then these are not selected. User can still change the checkboxes.

  • if actual account numbers are provided in the "balances" or "transactions" blocks of the consent request then the matching accounts and services are also selected in the UI. User cannot change these checkboxes and only has an option to decline.

  • it is not possible pre-select only one of the services checkboxes without knowing the account numbers beforehand.

  • Decoupled

Decoupled authorisation links are always returned and can be used both when Redirect headers are provided or not.
Consent Initiation response contains the _links.startAuthorisationWithAuthenticationMethodSelection.href value - API endpoint to start the Decoupled authorisation process.

  "_links": {
    ...
    "startAuthorisationWithAuthenticationMethodSelection": {
      "href": "https://api.lhv.eu/psd2/v1/consents/11b503d2-e0df-4861-bebf-07d2096f5f77/authorisations"
    }
  }

When executing the POST /consents/{consentId}/authorisations service you should provide the Decoupled authentication method.
Authorisation process on the selected device is started automatically!
If authorisation failed it is possible to execute it again until the validity time is expired.

To use Smart-ID:

  • authenticationMethodId - SID
  • Customer national ID code is automatically taken from OAuth data
{
    "authenticationMethodId": "SID"
}

To use Mobile-ID:

  • authenticationMethodId - MID
  • scaAuthenticationData - telephone number
{
    "authenticationMethodId": "MID",
    "scaAuthenticationData": "+372512345678"
}

Response to POST /consents/{consentId}/authorisations contains the information about selected Decoupled method and Authorisation status endpoint

  • challengeData.data - challenge code that should be displayed to the PSU. For Smart-ID it is the challenge code choice that user must select in the Smart-ID app.
  • challengeData.additionalInformation - short description about what is being signed.
  • _links.scaStatus.href - authorisation status uri
{
    "authorisationId": "80426ecc-4d5a-4734-953a-3e59f93aa230",
      "scaStatus": "scaMethodSelected",
      "chosenScaMethod": {
        "authenticationType": "SMS_OTP",
        "authenticationMethodId": "MID"
    },
    "challengeData": {
        "data": "1234",
        "additionalInformation": "Confirm access to accounts"
    },
    "_links": {
        "scaStatus": {
            "href": "https://api.lhv.eu/psd2/v1/consents/11b503d2-e0df-4861-bebf-07d2096f5f77/authorisations/80426ecc-4d5a-4734-953a-3e59f93aa230""
        }
    }
}

To check the authorisation status execute the GET /consents/{consentId}/authorisations/{authorisationId} service. The response contains information about the authorisation process at scaStatus value:

{
    "scaStatus": "finalised"
}

Possible scaStatus values are:

  • scaMethodSelected - Method is selected
  • started - Authorisation process is started on the device and waiting for user input
  • finalised - Authorisation is completed. Consent is then signed automatically, and you can use the Consent Status service (GET /consents/{consentId}/status) to check the execution status.
  • failed - Authorisation failed. With failed status also additional information is provided. For example:
{
    "scaStatus": "failed",
    "tppMessages": [
        {
            "category": "ERROR",
            "code": "WRONG_VC",
            "text": "External service returned an error. Please refer to the external service public specification for details."
        }
    ]
}

Accounts List services

Accounts list with consent

POST /v1/accounts is the standard Accounts List service according to Berlin Standard that requires a previous consent.

  • Possible to hide closed accounts with parameter onlyActive

Link to Swagger specification.

FieldValueTypeM/OComment
accountsListMA list of accounts
resourceIdStringM
ibanStringM
ownerNameStringO
currencyXXXStringMAll accounts in LHV are multi currency
productMulti currency account / Credit card accountStringM
cashAccountTypeCACC / CARD / LLSVStringMCACC - Multi currency account / CARD - Credit card account / LLSV - Savings account
nameStringOAccount nickname
statusenabled / blockedStringMenabled - active account / blocked - disabled or closed account
links:balances/v1/accounts/{resourceId}/balancesLinkO
links:transactions/v1/accounts/{resourceId}/transactionsLinkO
Accounts list without previous consent

Returns basic accounts list - list of customer payment accounts and nicknames. Very useful service for Payment Service Providers to get the usable payments account list and provide smoother user experience. This service does not require AIS Consent and is available for TPPs with AIS, PIS and PIISP licences and is usable with valid OAuth authorisation.

  • Possible to hide closed accounts with parameter onlyActive

Link to Swagger specification.

NB! Service is not part of standard Berlin Standard set of services, but very much expected feature for TPPs and also legal according to PSD2 regulation. Future additions to Berlin Standard might bring changes to this feature.

Payments - PIS

Payments API Covers different options for Payment Initiation Services (PIS).

Link to Swagger specification for initiating payments via JSON.

Link to Swagger specification for initiating payments via XML.

Payment Methods and Schemes

Our payments services support several payment schemes:

  • SEPA and SEPA Instant for EUR payments (JSon and XML format)
  • SWIFT International payments (XML Format)
  • UK Faster Payments (FPS) for UK accounts (XML Format).

Major rules for payment schemes:

  • payment to another LHV Pank account is done instantly (Internal payments)
  • payment to another account in SEPA Instant RT1 payments system will be executed automatically as a SEPA Instant payment
  • if target account is not in the RT1 payments system or SEPA Instant fails for some other reason it is processed as a regular SEPA payment
  • international payments are only available through XML files

Payment initiation with JSon format

Payment Initiation service with JSon format is done with service POST payments/sepa-credit-transfers

Sample request:

{
    "instructedAmount": {"currency": "EUR", "amount": "123.50"},
    "debtorAccount": {"iban": "EE717700771001735865"},
    "creditorName": "Donald Duck",
    "creditorAccount": {"iban": "EE857700771001735904"},
    "remittanceInformationUnstructured": "Sample payment 1 to Donald Duck"
}

Sample response:

{
    "transactionStatus": "RCVD",
    "paymentId": "ac8bab09-fdda-4b6d-8776-3a0583df574a",
    "scaMethods": [
        {
            "authenticationType": "SMS_OTP",
            "authenticationMethodId": "MID",
            "name": "Mobile-ID"
        },
        {
            "authenticationType": "PUSH_OTP",
            "authenticationMethodId": "SID",
            "name": "Smart-ID"
        }
    ],
    "_links": {
        "scaRedirect": {
            "href": "https://api.lhv.eu/psd2/ui/v2/payment/sepa/ac8bab09-fdda-4b6d-8776-3a0583df574a"
        },
        "startAuthorisationWithAuthenticationMethodSelection": {
            "href": "/v1.1/payments/sepa-credit-transfers/ac8bab09-fdda-4b6d-8776-3a0583df574a/authorisations"
        },
        "self": {
            "href": "/v1.1/payments/sepa-credit-transfers/ac8bab09-fdda-4b6d-8776-3a0583df574a"
        },
        "status": {
            "href": "/v1.1/payments/sepa-credit-transfers/ac8bab09-fdda-4b6d-8776-3a0583df574a/status"
        }
    }
}

Payment statuses

Typical payment statuses in transactionStatus tag are:

  • RVCD - payment parameters are validated and ready for SCA
  • PATC - payment is partially accepted. More than one signature is required (XML only).
  • ACSP - SCA is completed, payments is waiting for execution but not completed yet. Typically, ACSP is followed by ACSC in minutes, but in some cases it can stay there for longer periods - typically when payment must be sent out as regular SEPA instead of SEPA Instant or there is some manual intervention needed, compliance related actions etc.
  • ACWC - there were some minor changes done to the payment automatically - like correction to receiver name etc. Payment processing will continue.
  • ACSC - it is a final status. Payment is debited from the payers account and submitted to the payment scheme. For instant payment schemes like SEPA Instant it also means thay payment is credited to the receiver. For batch based schemes like SEPA or SWIFT it means that payment is waiting for clearing.
  • RJCT - it is a final status. Payment is rejected due to any of the following reasons - parameters were not valid, payment is not authorized in time or there were processing errors in next steps.
  • CANC - it is a final status. Currently, only applies for periodic payment service. Payment is canceled due to user having used DELETE /v1/periodic-payments/sepa-credit-transfers/{paymentId} endpoint.

Multiple signatures

Some payments might need more than one signature in the SCA process. Typically this is the case with corporate payment accounts where one representative can have only 50% signature weight. This can only be done when using XML Payments.
When first user confirms the payment it receives PATC status in stead of ACSP or any other typical statuses.
In PATC status additional signatures can be added with the original Payment confirmation url or decouples authorization services.
When enough users have signed the payment it continues the regular flow automatically.

To simulate the multi-signing feature in Sandbox please add "multisigning" to payment description on remittanceInformationUnstructured field.

Payment Cancellation

Payments can be cancelled by PSP only before customer has completed the SCA process. This can be used to avoid any additional authorizations by the customer after unsuccessful attempts.

Service for cancellation is DELETE /payments/sepa-credit-transfers/{paymentId}/cancel.

Other notes and information

  • the reference number (tag "remittanceInformationStructured") is an optional value. If it is provided it should match the Estonian reference number requirements.
  • since 2022.07 debtorAccount is an optional field. When it is not submitted the payment account selection is available for the customer in the redirect UI only! This allows skipping the account selection using Accounts List service prior to the Payment Initiation request.

XML payments

Payment Initiation service with XML format is done with service POST /v1/payments/pain.001-credit-transfers

When using XML files for payments instead of JSON there are a couple of notes:

  • XML ISO standard pain.001.001.03 (as of november 2023 pain.001.001.09) files used to initiate payments are identical to the ones LHV uses in our CONNECT API. Please see the different samples for Bulk Payments, different payment schemes and other use cases.
  • XML files can be used to initiate and authorise multiple payments at the same time.
  • XML files allow the choice for payment scheme selection. If not used then the bank will decide the scheme on its own.
  • information request will return Payment Status Report pain.002.001.03
  • XML payments will remain in PDNG status until signed

Since XML files can include a number of different payments the processing of the file might take some time. In that cases some services will return response 200 with a warning PAYMENT_PROCESSING:

{
    "tppMessages": [
        {
            "category": "WARNING",
            "code": "PAYMENT_PROCESSING",
            "text": "The payment is still being processed - please try again later"
        }
    ]
}

Periodic payment

Periodic payment is done with service POST /v1/periodic-payments/sepa-credit-transfers
It acts similar to ordinary SEPA payment but additional period must be set for how long these payments are made and the frequency of the payments made

Sample request:

{
    "instructedAmount": {"currency": "EUR", "amount": "123.50"},
    "debtorAccount": {"iban": "EE717700771001735865"},
    "creditorName": "Donald Duck",
    "creditorAccount": {"iban": "EE857700771001735904"},
    "remittanceInformationUnstructured": "Sample payment 1 to Donald Duck"
    "startDate": "2099-10-21",
    "endDate": "2199-11-22",
    "frequency": "Monthly"
}

Additionally, periodic payments can be canceled with service DELETE /v1/periodic-payments/sepa-credit-transfers/{paymentId}
This will change the status of the payment to CANC and no further payments for that paymentId will be made.

Payment Authorisation and SCA

By default, every payment must be authorized by the customer with SCA (Strong Customer Authorisation). SCA exemptions are described below.

  • authorisation must be completed in 10 minutes after submitting a payment via JSON. For XML payments the authorisation time is increased to 24h.
  • user can retry SCA multiple times in the timeframe - for example when Smart-ID or Mobile-ID failed due to technical reasons.
  • authorisation methods for JSON and XML payments are identical.

We support following authorisation methods:

  • Redirect

To use Redirect method Payment Initiation service POST payments/sepa-credit-transfers expects following HTTP headers:

  • TPP-Redirect-Preferred=true or null.
  • TPP-Redirect-URI - the TPP uri where to redirect user after successful authorisation. When not provided - only Decoupled authorisation links are returned.
  • TPP-Nok-Redirect-URI - the TPP uri where to redirect user after unsuccessful or rejected authorisation. When not provided - TPP-Redirect-URI will be used instead.

In our API for Redirect you do not have to use additional authorisation endpoints. Payment Initiation response contains the _links.scaRedirect.href value - UI uri where to redirect the PSU for Authorisation:

  "_links": {
    ...
    "scaRedirect": {
      "href": "https://api.lhv.eu/psd2/ui/v2/payment/sepa/ff27a963-e486-4d63-8ad1-7d4f12345678"
    }
  }

When user completes the authorisation in the UI the payment is executed automatically, and you can use the Payment Status service (GET /payments/sepa-credit-transfers/{paymentId}/status) to check the execution status.

  • Decoupled

Decoupled authorisation links are always returned and can be used both when Redirect headers are provided or not.
Payment Initiation response contains the _links.startAuthorisationWithAuthenticationMethodSelection.href value - API endpoint to start the Decoupled authorisation process.

  "_links": {
    ...
    "startAuthorisationWithAuthenticationMethodSelection": {
      "href": "https://api.lhv.eu/psd2/v1/payments/sepa-credit-transfers/035f028f-fed8-4db2-ba4f-dfbe12345678/authorisations"
    }
  }

When executing the POST /payments/sepa-credit-transfers/{paymentId}/authorisations service you should provide the Decoupled authentication method.
Authorisation process on the selected device is started automatically!
If authorisation failed it is possible to execute it again until the validity time is expired.

To use Smart-ID:

  • authenticationMethodId - SID
  • Customer national ID code is automatically taken from OAuth data
{
    "authenticationMethodId": "SID"
}

To use Mobile-ID:

  • authenticationMethodId - MID
  • scaAuthenticationData - telephone number
{
    "authenticationMethodId": "MID",
    "scaAuthenticationData": "+372512345678"
}

Response to POST /payments/sepa-credit-transfers/{paymentId}/authorisations contains the information about selected Decoupled method and Authorisation status endpoint

  • challengeData.data - challenge code that should be displayed to the PSU. For Smart-ID it is the challenge code choice that user must select in the Smart-ID app.
  • challengeData.additionalInformation - short additional information about the payment including the amount and part of the account nr.
  • _links.scaStatus.href - authorisation status uri
{
    "authorisationId": "245074d5-cf8d-4823-8164-a31123456780",
    "scaStatus": "scaMethodSelected",
    "chosenScaMethod": {
        "authenticationType": "SMS_OTP",
        "authenticationMethodId": "MID"
    },
    "challengeData": {
        "data": "1234",
        "additionalInformation": "Payment 123.52 EUR EE...2564"
    },
    "_links": {
        "scaStatus": {
            "href": "https://api.lhv.eu/psd2/v1/payments/sepa-credit-transfers/035f028f-fed8-4db2-ba4f-dfbe12345678/authorisations/245074d5-cf8d-4823-8164-a31123456780"
        }
    }
}

To check the authorisation status execute the GET /payments/sepa-credit-transfers/{paymentId}/authorisations/{authorisationId} service. The response contains information about the authorisation process at scaStatus value:

{
    "scaStatus": "finalised"
}

Possible scaStatus values are:

  • scaMethodSelected - Method is selected
  • started - Authorisation process is started on the device and waiting for user input
  • finalised - Authorisation is completed. Payment is then executed automatically, and you can use the Payment Status service (GET /payments/sepa-credit-transfers/{paymentId}/status) to check the execution status.
  • failed - Authorisation failed. With failed status also additional information is provided. For example:
{
    "scaStatus": "failed",
    "tppMessages": [
        {
            "category": "ERROR",
            "code": "WRONG_VC",
            "text": "External service returned an error. Please refer to the external service public specification for details."
        }
    ]
}

SCA Exemptions

There are number of possible SCA Exemptions under the PSD2 regulation. Currently, we have implemented the following:

  • Payment between customers own accounts - when payment debit and credit accounts belong to the same customer. With SEPA payment v1.1 you can test ACSC response in sandbox when initiating a payment between existing demo accounts EE717700771001735865 and EE277700771001735881.
  • Low-value payments - this is applied to payments not exceeding 30 EUR and a list of additional internal validations. The common logic is shared with our Internet Bank.

When payment matches the SCA Exemption rules it reaches the final status ACSC right after payment initiation request and the response does not contain scaMethods or scaRedirect blocks.

Sample response:

HTTP/1.x 201 Created
x-request-id: 99391c7e-ad88-49ec-a2ad-99ddcb1f7721
date: Fri,16 Jul 2021 08:11:39 GMT
location: https://api.lhv.eu/psd2/v1.1/payments/sepa-credit-transfers/b770cfa-6779-4d6b-8e1d-6934a06f6691
content-type: application/hal+json;charset=UTF-8
{
    "transactionStatus": "ACSC",
    "paymentId": "3b770cfa-6779-4d6b-8e1d-6934a06f6691",
    "_links": {
        "self": {
            "href": "https://testapi.lhv.ee/psd2/v1.1/payments/sepa-credit-transfers/3b770cfa-6779-4d6b-8e1d-6934a06f6691"
        },
        "status": {
            "href": "https://testapi.lhv.ee/psd2/v1.1/payments/sepa-credit-transfers/3b770cfa-6779-4d6b-8e1d-6934a06f6691/status"
        }
    }
}

Confirmation of Funds - PIIS

Confirmation of funds services can be used to query if there is enough funds on payment account for payment servicing.
To use this service TPP must first request a consent from PSU.

Link to Swagger specification.

Confirmation of Funds Consents

Link to Swagger specification.

Additional topics and FAQ

Account owner verification

TPPs might need to verify if account owner is actually the expected person or company - for example in situations, where there is a risk that Account Information access is actually given by some other person than claimed. Or to prevent accidental payments from company accounts by end user who has access to different legal entities.

This can be done by using optional HTTP header PSU-Corporate-ID - if this header is provided then executed service is checking if the submitted value is matching the actual payment account holder. If header value does not correspond to expected value service is not executed with error:

{
  "tppMessages": [
    {
      "category": "ERROR",
      "code": "ROLE_INVALID",
      "text": "PSU-Corporate-ID does not match the expected customer registry code or number."
    }
  ]
}

PSU-Corporate-ID value must be [ISO two-letter country code] + [private person national ID or corporation registration ID].

Samples:

  • EE10539549 - Estonian company, where EE is the country code and 10539549 is the company ID (LHV Pank)
  • EE382******** - Estonian private person, where EE is the country code and 382******** is the national ID.

Account owner verification is supported at following services:

User Interfaces

Shared topics for User Interfaces - OAuth, Consent and Payment confirmations.

Language selection

Default language for all UI pages is English. Users can select their language in the top right corner from English, Estonian and Russian.
This selection is stored in a cookie.

When customers language is known by the TPP beforehand it can also be selected with URL parameter "lang=en/et/ru" (en - English / et - Estonian / ru - Russian).

Example for payment confirmation - Sandbox and Estonian language:

https://api.sandbox.lhv.eu/psd2/ui/v2/payment/sepa/92cf93b3-0bd8-425c-b6fe-849bb16917c5?lang=et
Sandbox and SCA methods

In Sandbox, you can use PIN Calculator option to complete the SCA - any random 4 digit combination like 0000 or 1234. Other methods typically are not usable and only work in live environment.

Browser compatibility

Similar to Internet Bank we have the same principles for Internet Browser compatibility. This applies mainly for the SCA screens using the Redirect Method. Our Open Banking platform is designed to be as available as our other channels. The key principles for supported browsers:

  • browser must have at least 5% market share
  • two latest major versions
  • official unmodified versions only

We do not ensure full compatibility and proper operation when using older versions, alternative builds, embedded versions, 3rd party plugins etc. This also includes usage of IFrames - LHV url must be visible to the user as it is one of the key ways how customer can be sure this is a secure interface and actually provided by the Bank.
Using such Browsers or additions might be technically successful, but we cannot provide proper support in case of any issues.

Open Banking interface statistics

Open Banking and PSD2 dedicated interface uptime and performance statistics. Also includes comparison statistics for our Internet Bank interface.

  • Uptime % - calculated as 100% minus downtime
  • Downtime % - percentage of downtime for the given day. Calculated as the period where the interface was not able to respond to at least five requests in a row (the response took at least 30s, never arrived or gave HTTP 5xx errors). Also the downtime not possible to extract from logs and discovered by monitoring.
  • Downtime s - total downtime in seconds for the given day.
  • AIS - average response time in milliseconds of account information services requests (account list, balances and transactions list services).
  • PIS - average response time in milliseconds of payments services requests (payment initiation and payment information).
  • PIIS - average response time in milliseconds of confirmation of funds services requests.
  • Error % - percentage of all requests that were not successful according to the same criterias described in downtime calculation.

Period: 01.01.2024 - 31.03.2024

expand ...

PSD2Internet BankConnect
DateUptime %Downtime %Downtime sAISPISERROR %Uptime %Downtime %Downtime sAISPISERROR %Uptime %Downtime %Downtime s
01.01.2024100,000,0002082610,00100,000,0002082610,00100,000,000
02.01.2024100,000,0002232630,01100,000,0002232630,01100,000,000
03.01.2024100,000,0002382840,01100,000,0002382840,01100,000,000
04.01.2024100,000,0002422860,01100,000,0002422860,01100,000,000
05.01.2024100,000,0002342750,01100,000,0002342750,01100,000,000
06.01.2024100,000,0002442800,01100,000,0002442800,01100,000,000
07.01.2024100,000,0002572860,01100,000,0002572860,01100,000,000
08.01.2024100,000,0002482830,02100,000,0002482830,02100,000,000
09.01.2024100,000,0002363050,04100,000,0002363050,04100,000,000
10.01.2024100,000,0002202770,01100,000,0002202770,01100,000,000
11.01.2024100,000,0002272850,01100,000,0002272850,01100,000,000
12.01.2024100,000,0002793080,02100,000,0002793080,02100,000,000
13.01.2024100,000,0003283330,02100,000,0003283330,02100,000,000
14.01.2024100,000,0003363330,01100,000,0003363330,01100,000,000
15.01.2024100,000,0003863640,01100,000,0003863640,01100,000,000
16.01.2024100,000,0002732870,02100,000,0002732870,02100,000,000
17.01.2024100,000,0002852650,02100,000,0002852650,02100,000,000
18.01.2024100,000,0002552400,03100,000,0002552400,03100,000,000
19.01.2024100,000,0003202920,01100,000,0003202920,01100,000,000
20.01.2024100,000,0003492550,03100,000,0003492550,03100,000,000
21.01.2024100,000,0003545770,03100,000,0003545770,03100,000,000
22.01.2024100,000,0003316270,01100,000,0003316270,01100,000,000
23.01.2024100,000,0002662900,01100,000,0002662900,01100,000,000
24.01.2024100,000,0003344940,01100,000,0003344940,01100,000,000
25.01.2024100,000,0003084640,07100,000,0003084640,07100,000,000
26.01.2024100,000,0002924130,01100,000,0002924130,01100,000,000
27.01.2024100,000,0003923960,01100,000,0003923960,01100,000,000
28.01.2024100,000,0003313520,01100,000,0003313520,01100,000,000
29.01.202499,860,141192543930,01100,000,0002543930,01100,000,000
30.01.2024100,000,0002923770,02100,000,0002923770,02100,000,000
31.01.2024100,000,0003104510,05100,000,0003104510,05100,000,000
01.02.2024100,000,0002203360,04100,000,0002203360,04100,000,000
02.02.2024100,000,0002443540,03100,000,0002443540,03100,000,000
03.02.2024100,000,0002653370,01100,000,0002653370,01100,000,000
04.02.2024100,000,0002663310,00100,000,0002663310,00100,000,000
05.02.2024100,000,0002533210,01100,000,0002533210,01100,000,000
06.02.2024100,000,0002513030,01100,000,0002513030,01100,000,000
07.02.2024100,000,0002352940,02100,000,0002352940,02100,000,000
08.02.202499,120,887602143330,06100,000,0002143330,0699,880,12105
09.02.2024100,000,0001932810,01100,000,0001932810,01100,000,000
10.02.2024100,000,0001602610,01100,000,0001602610,01100,000,000
11.02.2024100,000,0001662560,01100,000,0001662560,01100,000,000
12.02.2024100,000,0001892770,01100,000,0001892770,01100,000,000
13.02.2024100,000,0001903110,04100,000,0001903110,04100,000,000
14.02.2024100,000,0002362870,02100,000,0002362870,02100,000,000
15.02.2024100,000,0001832690,01100,000,0001832690,01100,000,000
16.02.2024100,000,0001872800,01100,000,0001872800,01100,000,000
17.02.2024100,000,0001642690,02100,000,0001642690,02100,000,000
18.02.2024100,000,0001702670,01100,000,0001702670,01100,000,000
19.02.2024100,000,0001822660,03100,000,0001822660,03100,000,000
20.02.2024100,000,0001853000,04100,000,0001853000,04100,000,000
21.02.2024100,000,0001803570,04100,000,0001803570,0499,910,0982
22.02.2024100,000,0001972580,05100,000,0001972580,05100,000,000
23.02.2024100,000,0001932520,01100,000,0001932520,01100,000,000
24.02.2024100,000,0001702520,01100,000,0001702520,01100,000,000
25.02.2024100,000,0001842590,02100,000,0001842590,02100,000,000
26.02.2024100,000,0002012480,01100,000,0002012480,01100,000,000
27.02.2024100,000,0002022810,02100,000,0002022810,02100,000,000
28.02.2024100,000,0001902450,01100,000,0001902450,01100,000,000
29.02.2024100,000,0001872470,01100,000,0001872470,01100,000,000
01.03.2024100,000,0002002590,01100,000,0002002590,01100,000,000
02.03.2024100,000,0001522590,01100,000,0001522590,01100,000,000
03.03.2024100,000,0001662520,01100,000,0001662520,01100,000,000
04.03.2024100,000,0001782600,06100,000,0001782600,06100,000,000
05.03.2024100,000,0001832550,00100,000,0001832550,00100,000,000
06.03.2024100,000,0001682530,01100,000,0001682530,01100,000,000
07.03.2024100,000,0001702840,01100,000,0001702840,01100,000,000
08.03.2024100,000,0001792580,02100,000,0001792580,02100,000,000
09.03.2024100,000,0001622500,02100,000,0001622500,02100,000,000
10.03.2024100,000,0001852640,01100,000,0001852640,01100,000,000
11.03.2024100,000,0001984020,03100,000,0001984020,03100,000,000
12.03.2024100,000,0001892870,01100,000,0001892870,01100,000,000
13.03.2024100,000,0001883010,04100,000,0001883010,04100,000,000
14.03.2024100,000,0001902620,02100,000,0001902620,02100,000,000
15.03.2024100,000,0002012780,02100,000,0002012780,02100,000,000
16.03.2024100,000,0001602520,01100,000,0001602520,01100,000,000
17.03.2024100,000,0001682620,02100,000,0001682620,02100,000,000
18.03.2024100,000,0001802990,13100,000,0001802990,13100,000,000
19.03.2024100,000,0001722800,06100,000,0001722800,06100,000,000
20.03.2024100,000,0001702500,00100,000,0001702500,00100,000,000
21.03.2024100,000,0001813070,06100,000,0001813070,06100,000,000
22.03.2024100,000,0002322850,04100,000,0002322850,04100,000,000
23.03.2024100,000,0001843000,01100,000,0001843000,01100,000,000
24.03.2024100,000,0002052980,02100,000,0002052980,02100,000,000
25.03.2024100,000,0002233230,12100,000,0002233230,12100,000,000
26.03.2024100,000,0002212680,02100,000,0002212680,02100,000,000
27.03.2024100,000,0002323000,01100,000,0002323000,01100,000,000
28.03.2024100,000,0001882880,02100,000,0001882880,02100,000,000
29.03.2024100,000,0001812750,02100,000,0001812750,02100,000,000
30.03.2024100,000,0001642840,01100,000,0001642840,01100,000,000
31.03.2024100,000,0001822940,01100,000,0001822940,01100,000,000

Period: 01.10.2023 - 31.12.2023

expand ...

PSD2Internet BankConnect
DateUptime %Downtime %Downtime sAISPISERROR %Uptime %Downtime %Downtime sAISPISERROR %Uptime %Downtime %Downtime s
01.10.2023100,000,00076390,03100,000,0001651830,00100,000,000
02.10.2023100,000,00075350,02100,000,0001711860,01100,000,000
03.10.2023100,000,00073380,02100,000,0001621820,01100,000,000
04.10.2023100,000,00080380,02100,000,0001781860,01100,000,000
05.10.2023100,000,00072390,02100,000,0001591870,0199,980,0215
06.10.2023100,000,00075460,03100,000,0001901910,01100,000,000
07.10.2023100,000,00078400,02100,000,0001821960,01100,000,000
08.10.2023100,000,00080380,02100,000,0001921960,00100,000,000
09.10.2023100,000,00078700,07100,000,0002342110,01100,000,000
10.10.2023100,000,00077360,03100,000,0002482200,01100,000,000
11.10.2023100,000,00075390,02100,000,0002252110,01100,000,000
12.10.2023100,000,00077400,03100,000,0001791930,01100,000,000
13.10.2023100,000,00077400,03100,000,0001741990,00100,000,000
14.10.2023100,000,00080420,02100,000,0001591980,01100,000,000
15.10.2023100,000,00084380,02100,000,0001821960,01100,000,000
16.10.2023100,000,000991280,04100,000,0002073160,23100,000,000
17.10.2023100,000,00080470,03100,000,0001741820,00100,000,000
18.10.2023100,000,00085430,02100,000,0001801850,01100,000,000
19.10.2023100,000,00083350,02100,000,0001651840,01100,000,000
20.10.2023100,000,00078380,02100,000,0001551840,00100,000,000
21.10.2023100,000,00080400,02100,000,0001581850,02100,000,000
22.10.2023100,000,00086420,03100,000,0001791890,01100,000,000
23.10.2023100,000,00083370,03100,000,0001651860,0099,900,1089
24.10.2023100,000,00082400,03100,000,0001551860,00100,000,000
25.10.2023100,000,00078400,02100,000,0001651840,01100,000,000
26.10.2023100,000,00084510,02100,000,0001701910,01100,000,000
27.10.2023100,000,00082420,0399,650,353051671850,01100,000,000
28.10.2023100,000,00082410,02100,000,0001561790,01100,000,000
29.10.2023100,000,00082360,02100,000,0001661780,01100,000,000
30.10.2023100,000,00083420,03100,000,0001771800,00100,000,000
31.10.2023100,000,00084410,02100,000,0001731870,00100,000,000
01.11.2023100,000,00082460,02100,000,0001651850,00100,000,000
02.11.2023100,000,00087450,02100,000,0001671860,01100,000,000
03.11.2023100,000,00080410,03100,000,0001771900,00100,000,000
04.11.2023100,000,00080380,03100,000,0001731990,00100,000,000
05.11.2023100,000,00086370,03100,000,0001891990,01100,000,000
06.11.2023100,000,00080420,02100,000,0002162060,00100,000,000
07.11.2023100,000,00078400,02100,000,0002032050,01100,000,000
08.11.2023100,000,00088510,03100,000,0002102110,01100,000,000
09.11.2023100,000,00079440,03100,000,0001711940,01100,000,000
10.11.202399,650,3530583410,0299,870,131121821910,0099,650,35304
11.11.2023100,000,00081470,02100,000,0001562020,01100,000,000
12.11.2023100,000,00080440,02100,000,0001772070,01100,000,000
13.11.2023100,000,00087410,03100,000,0001701930,01100,000,000
14.11.2023100,000,00077390,02100,000,0001861920,02100,000,000
15.11.2023100,000,00080490,02100,000,0002622010,01100,000,000
16.11.2023100,000,00078420,03100,000,0001802300,02100,000,000
17.11.2023100,000,00078450,03100,000,0001712830,04100,000,000
18.11.2023100,000,00085380,02100,000,0001531830,01100,000,000
19.11.2023100,000,00080370,02100,000,0001661810,02100,000,000
20.11.2023100,000,00085370,02100,000,0001681800,00100,000,000
21.11.2023100,000,00076480,02100,000,0001631830,02100,000,000
22.11.2023100,000,00079360,03100,000,0001661820,01100,000,000
23.11.2023100,000,00080440,02100,000,0001831870,01100,000,000
24.11.2023100,000,00072340,02100,000,0002212030,02100,000,000
25.11.2023100,000,00072410,02100,000,0001902600,01100,000,000
26.11.2023100,000,00077380,02100,000,0002112020,02100,000,000
27.11.2023100,000,00077430,02100,000,0002532020,00100,000,000
28.11.2023100,000,00078370,02100,000,0002371940,01100,000,000
29.11.2023100,000,00081430,01100,000,0002401950,00100,000,000
30.11.2023100,000,00077430,02100,000,0001851820,00100,000,000
01.12.2023100,000,00075380,03100,000,0002021920,01100,000,000
02.12.2023100,000,00087550,06100,000,0002144680,06100,000,000
03.12.2023100,000,00086480,02100,000,0002332100,01100,000,000
04.12.2023100,000,00076380,02100,000,0002552260,01100,000,000
05.12.2023100,000,0001382820,10100,000,0002423290,16100,000,000
06.12.2023100,000,00081320,03100,000,0002342100,01100,000,000
07.12.2023100,000,00079320,02100,000,0001851840,01100,000,000
08.12.2023100,000,00073330,02100,000,0001801870,01100,000,000
09.12.2023100,000,00076340,03100,000,0001661850,01100,000,000
10.12.2023100,000,00083370,02100,000,0001851830,02100,000,000
11.12.2023100,000,00077450,02100,000,0001781940,01100,000,000
12.12.2023100,000,00077360,02100,000,0001921950,01100,000,000
13.12.2023100,000,00086380,03100,000,0002502450,01100,000,000
14.12.202399,510,4942091420,02100,000,0001952270,01100,000,000
15.12.2023100,000,000133400,03100,000,0003022990,01100,000,000
16.12.2023100,000,00080330,02100,000,0001881920,01100,000,000
17.12.2023100,000,00096310,02100,000,0002051910,01100,000,000
18.12.2023100,000,00092370,02100,000,0002002080,01100,000,000
19.12.2023100,000,00094370,02100,000,0002102090,00100,000,000
20.12.2023100,000,00093380,02100,000,0002152470,01100,000,000
21.12.2023100,000,00090340,02100,000,0002132330,01100,000,000
22.12.2023100,000,00092500,02100,000,0002182450,00100,000,000
23.12.2023100,000,00089440,03100,000,0002112490,00100,000,000
24.12.2023100,000,000103340,03100,000,0002482740,01100,000,000
25.12.2023100,000,00087380,02100,000,0002132390,01100,000,000
26.12.2023100,000,00085420,02100,000,0002002620,00100,000,000
27.12.2023100,000,00094420,02100,000,0002252640,00100,000,000
28.12.2023100,000,000109370,02100,000,0002313000,01100,000,000
29.12.2023100,000,000100430,02100,000,0002322770,01100,000,000
30.12.2023100,000,00092440,02100,000,0002162590,01100,000,000
31.12.2023100,000,000109380,02100,000,0002352780,01100,000,000

Period: 01.07.2023 - 30.09.2023

expand ...

PSD2Internet BankConnect
DateUptime %Downtime %Downtime sAISPISERROR %Uptime %Downtime %Downtime sAISPISERROR %Uptime %Downtime %Downtime s
01.07.2023100,000,00074550,00100,000,0001611910,02100,000,000
02.07.2023100,000,00078550,00100,000,0001761890,01100,000,000
03.07.2023100,000,00071410,01100,000,0001911890,01100,000,000
04.07.2023100,000,00072420,00100,000,0001771880,00100,000,000
05.07.2023100,000,00075400,00100,000,0001861890,01100,000,000
06.07.2023100,000,00073430,01100,000,0001621880,01100,000,000
07.07.2023100,000,00074400,00100,000,0001931890,01100,000,000
08.07.2023100,000,00074450,01100,000,0001611870,01100,000,000
09.07.2023100,000,00078410,00100,000,0001761870,01100,000,000
10.07.2023100,000,00074420,00100,000,0001861900,01100,000,000
11.07.2023100,000,00074400,00100,000,0001811850,00100,000,000
12.07.2023100,000,00074420,01100,000,0001871870,00100,000,000
13.07.2023100,000,00079550,01100,000,0001831890,01100,000,000
14.07.2023100,000,00077480,01100,000,0001751900,01100,000,000
15.07.2023100,000,00085460,00100,000,0001611950,00100,000,000
16.07.2023100,000,00083510,02100,000,0001911940,01100,000,000
17.07.2023100,000,00077520,01100,000,0001831910,01100,000,000
18.07.2023100,000,00073440,00100,000,0001771880,01100,000,000
19.07.2023100,000,0001201350,01100,000,0002615160,10100,000,000
20.07.2023100,000,00075430,01100,000,0001721930,01100,000,000
21.07.2023100,000,00075450,01100,000,0001751890,01100,000,000
22.07.2023100,000,00076500,00100,000,0001621930,05100,000,000
23.07.2023100,000,00081460,00100,000,0001851910,02100,000,000
24.07.2023100,000,00076470,00100,000,0001951880,01100,000,000
25.07.2023100,000,00078500,01100,000,0001861840,01100,000,000
26.07.2023100,000,00076430,00100,000,0001881880,01100,000,000
27.07.2023100,000,00075440,00100,000,0002081850,01100,000,000
28.07.2023100,000,00075540,01100,000,0001641800,01100,000,000
29.07.2023100,000,00077530,01100,000,0001591830,01100,000,000
30.07.2023100,000,00076480,00100,000,0001751840,01100,000,000
31.07.2023100,000,00072400,00100,000,0001971870,01100,000,000
01.08.2023100,000,00073460,00100,000,0001981870,01100,000,000
02.08.2023100,000,00073450,00100,000,0002271930,01100,000,000
03.08.2023100,000,00079570,00100,000,0001811830,01100,000,000
04.08.2023100,000,00076520,01100,000,0001791880,01100,000,000
05.08.2023100,000,00076420,00100,000,0001551860,02100,000,000
06.08.2023100,000,00082400,00100,000,0001661810,03100,000,000
07.08.2023100,000,00074430,00100,000,0001871830,01100,000,000
08.08.2023100,000,00072470,01100,000,0001791900,01100,000,000
09.08.2023100,000,00074460,00100,000,0001821860,01100,000,000
10.08.2023100,000,00072470,00100,000,0001811880,01100,000,000
11.08.2023100,000,00077450,00100,000,0001871880,02100,000,000
12.08.2023100,000,00077550,00100,000,0001591840,01100,000,000
13.08.2023100,000,00085470,00100,000,0001921840,01100,000,000
14.08.2023100,000,00075490,00100,000,0001871830,01100,000,000
15.08.2023100,000,00082480,01100,000,0001851850,01100,000,000
16.08.2023100,000,00078470,01100,000,0001791850,01100,000,000
17.08.2023100,000,00080460,02100,000,0001801840,01100,000,000
18.08.2023100,000,00081490,00100,000,0001871860,01100,000,000
19.08.2023100,000,00080490,0099,820,181561651860,00100,000,000
20.08.2023100,000,00084490,01100,000,0001991930,01100,000,000
21.08.2023100,000,00079450,01100,000,0002361970,01100,000,000
22.08.2023100,000,00076460,01100,000,0002161950,01100,000,000
23.08.2023100,000,00079450,01100,000,0002321920,01100,000,000
24.08.2023100,000,00081450,01100,000,0001681790,01100,000,000
25.08.2023100,000,00082500,00100,000,0001801780,01100,000,000
26.08.2023100,000,00083570,01100,000,0001581820,01100,000,000
27.08.2023100,000,00086470,01100,000,0001831820,01100,000,000
28.08.2023100,000,00080440,01100,000,0001921840,01100,000,000
29.08.2023100,000,00089770,20100,000,0002001860,01100,000,000
30.08.2023100,000,00074430,00100,000,0001571750,01100,000,000
31.08.2023100,000,00073420,01100,000,0001551750,01100,000,000
01.09.2023100,000,00072400,00100,000,0001481770,01100,000,000
02.09.2023100,000,00077520,00100,000,0001421770,01100,000,000
03.09.2023100,000,00079420,01100,000,0001661750,00100,000,000
04.09.2023100,000,00075390,00100,000,0001751850,01100,000,000
05.09.2023100,000,00076410,01100,000,0002051930,01100,000,000
06.09.2023100,000,00080500,01100,000,0002162490,01100,000,000
07.09.2023100,000,00083410,00100,000,0001841810,00100,000,000
08.09.2023100,000,00076470,00100,000,0001921840,01100,000,000
09.09.2023100,000,00078410,00100,000,0001511810,02100,000,000
10.09.2023100,000,00078440,00100,000,0001561780,01100,000,000
11.09.2023100,000,00074380,01100,000,0001741810,01100,000,000
12.09.2023100,000,00079450,07100,000,0001781800,0598,561,441245
13.09.2023100,000,00077420,00100,000,0001671760,01100,000,000
14.09.2023100,000,00078420,00100,000,0001551780,72100,000,000
15.09.2023100,000,00077440,00100,000,0001831810,01100,000,000
16.09.2023100,000,00075450,01100,000,0001501830,01100,000,000
17.09.2023100,000,00079420,01100,000,0001711790,01100,000,000
18.09.2023100,000,00080420,00100,000,0001751820,01100,000,000
19.09.2023100,000,00075410,00100,000,0001631790,01100,000,000
20.09.2023100,000,00076410,00100,000,0001681800,01100,000,000
21.09.2023100,000,00081430,05100,000,0001706390,14100,000,000
22.09.2023100,000,00075440,00100,000,0001651790,01100,000,000
23.09.2023100,000,00081470,00100,000,0001541860,01100,000,000
24.09.2023100,000,00085490,00100,000,0001721860,01100,000,000
25.09.2023100,000,00080380,00100,000,0001831810,00100,000,000
26.09.2023100,000,00079450,00100,000,0001761910,00100,000,000
27.09.2023100,000,00077410,01100,000,0001831890,00100,000,000
28.09.2023100,000,00079460,01100,000,0001731840,01100,000,000
29.09.2023100,000,00075450,01100,000,0001761930,01100,000,000
30.09.2023100,000,00072440,00100,000,0001511850,01100,000,000

Period: 01.04.2023 - 30.06.2023

expand ...

DateOpen Banking APIInternet BankConnect
Uptime %Downtime %Downtime sAISPISError %Uptime %Downtime %Downtime sAISPISError %Uptime %Downtime %Downtime s
01.04.2023100,000,00072430,00100,000,0001361700,01100,000,000
02.04.2023100,000,00079440,00100,000,0001491710,01100,000,000
03.04.2023100,000,00074410,00100,000,0001671740,01100,000,000
04.04.2023100,000,00075430,01100,000,0001581690,01100,000,000
05.04.2023100,000,00075430,00100,000,0001451740,01100,000,000
06.04.2023100,000,00075330,00100,000,0001761660,01100,000,000
07.04.2023100,000,00075370,00100,000,0001421650,02100,000,000
08.04.2023100,000,00078400,00100,000,0001331690,01100,000,000
09.04.2023100,000,00078420,00100,000,0001451650,00100,000,000
10.04.2023100,000,00078340,00100,000,0001551750,03100,000,000
11.04.2023100,000,00078410,00100,000,0001501820,01100,000,000
12.04.2023100,000,00086470,00100,000,0001811880,01100,000,000
13.04.2023100,000,00076410,01100,000,0001561640,01100,000,000
14.04.2023100,000,00078420,00100,000,0001561630,01100,000,000
15.04.2023100,000,00079430,00100,000,0001401720,02100,000,000
16.04.2023100,000,00081490,00100,000,0001471690,01100,000,000
17.04.2023100,000,00077370,00100,000,0001611660,01100,000,000
18.04.2023100,000,00081460,00100,000,0001571630,01100,000,000
19.04.2023100,000,00078400,00100,000,0001601700,01100,000,000
20.04.2023100,000,00077390,00100,000,0001401720,00100,000,000
21.04.2023100,000,00076420,00100,000,0001641760,02100,000,000
22.04.2023100,000,00077520,00100,000,0001451810,01100,000,000
23.04.2023100,000,00079400,00100,000,0001571750,00100,000,000
24.04.2023100,000,00091480,04100,000,0001771980,01100,000,000
25.04.2023100,000,00084430,00100,000,0001631760,01100,000,000
26.04.2023100,000,00080440,00100,000,0001741750,01100,000,000
27.04.2023100,000,00076450,00100,000,0001561710,01100,000,000
28.04.2023100,000,00074460,00100,000,0001681740,02100,000,000
29.04.2023100,000,00077440,00100,000,0001431790,00100,000,000
30.04.2023100,000,00078390,00100,000,0001521740,01100,000,000
01.05.2023100,000,00072320,00100,000,0001381690,00100,000,000
02.05.2023100,000,0007380,00100,000,0001931700,01100,000,000
03.05.2023100,000,00075410,00100,000,0001571700,01100,000,000
04.05.2023100,000,00080340,00100,000,0001621740,01100,000,000
05.05.2023100,000,00070340,00100,000,0001551730,01100,000,000
06.05.2023100,000,00074300,00100,000,0001401750,01100,000,000
07.05.2023100,000,00073340,00100,000,0001501700,00100,000,000
08.05.2023100,000,00070310,00100,000,0001601820,01100,000,000
09.05.2023100,000,00075400,00100,000,0001641730,00100,000,000
10.05.2023100,000,00072350,00100,000,0001711810,01100,000,000
11.05.2023100,000,00074390,00100,000,0001651830,01100,000,000
12.05.2023100,000,00074360,00100,000,0001821830,01100,000,000
13.05.2023100,000,00080420,00100,000,0001591880,01100,000,000
14.05.2023100,000,00078400,00100,000,0001751860,01100,000,000
15.05.2023100,000,00075370,00100,000,0001861860,01100,000,000
16.05.2023100,000,00074460,01100,000,0001731820,01100,000,000
17.05.2023100,000,00073450,00100,000,0001811830,02100,000,000
18.05.2023100,000,00075560,00100,000,0001591810,00100,000,000
19.05.2023100,000,00078520,00100,000,0001771930,01100,000,000
20.05.2023100,000,00078540,00100,000,0001601850,01100,000,000
21.05.2023100,000,00082640,00100,000,0001802620,02100,000,000
22.05.2023100,000,00077440,00100,000,0001761900,04100,000,000
23.05.2023100,000,00076480,00100,000,0001741850,01100,000,000
24.05.2023100,000,00075500,00100,000,0001851840,01100,000,000
25.05.2023100,000,00074490,00100,000,0001661840,01100,000,000
26.05.2023100,000,00082500,00100,000,0002012010,01100,000,000
27.05.2023100,000,00075480,00100,000,0001651880,02100,000,000
28.05.2023100,000,00084510,00100,000,0001892070,01100,000,000
29.05.2023100,000,00074440,01100,000,0001731800,01100,000,000
30.05.2023100,000,00072410,00100,000,0001861810,00100,000,000
31.05.2023100,000,00072470,00100,000,0001951910,00100,000,000
01.06.2023100,000,00071520,00100,000,0001742080,00100,000,000
02.06.2023100,000,00076480,00100,000,0001781890,01100,000,000
03.06.2023100,000,00074440,00100,000,0001611890,01100,000,000
04.06.2023100,000,00075480,00100,000,0001801860,01100,000,000
05.06.2023100,000,00075440,00100,000,0001971960,02100,000,000
06.06.2023100,000,00075470,00100,000,0001861960,00100,000,000
07.06.2023100,000,00073440,00100,000,0001922000,01100,000,000
08.06.2023100,000,00075430,00100,000,0001742020,01100,000,000
09.06.2023100,000,00080490,00100,000,0002092090,03100,000,000
10.06.2023100,000,00075540,01100,000,0001661930,02100,000,000
11.06.2023100,000,00076400,00100,000,0001761940,04100,000,000
12.06.2023100,000,00076480,01100,000,0002042120,01100,000,000
13.06.2023100,000,000118670,01100,000,0002272070,01100,000,000
14.06.2023100,000,00073420,01100,000,0002352060,01100,000,000
15.06.2023100,000,00089650,01100,000,0002282210,01100,000,000
16.06.2023100,000,00075500,01100,000,0001861940,01100,000,000
17.06.2023100,000,00075510,01100,000,0001631930,00100,000,000
18.06.2023100,000,00080470,00100,000,0001781900,02100,000,000
19.06.2023100,000,00076450,00100,000,0002041940,01100,000,000
20.06.2023100,000,00077430,00100,000,0001811890,01100,000,000
21.06.2023100,000,00080460,00100,000,0001941950,00100,000,000
22.06.2023100,000,00077430,00100,000,0001911940,01100,000,000
23.06.2023100,000,00071510,00100,000,0001711900,01100,000,000
24.06.2023100,000,00079470,00100,000,0001652030,00100,000,000
25.06.2023100,000,00081410,00100,000,0001851950,01100,000,000
26.06.2023100,000,00076420,00100,000,0002131960,01100,000,000
27.06.2023100,000,00079440,00100,000,0002101910,01100,000,000
28.06.2023100,000,00082470,00100,000,0002032060,01100,000,000
29.06.2023100,000,00075470,00100,000,0001831880,01100,000,000
30.06.2023100,000,00073490,01100,000,0001951920,02100,000,000

Period: 01.01.2023 - 31.03.2023

expand ...

DateOpen Banking APIInternet BankConnect
Uptime %Downtime %Downtime sAISPISError %Uptime %Downtime %Downtime sAISPISError %Uptime %Downtime %Downtime s
01.01.2023100,000,000145750,02100,000,0001591750100,000,000
02.01.2023100,000,000149700,02100,000,0001531730,01100,000,000
03.01.2023100,000,000145650,01100,000,0001641680100,000,000
04.01.2023100,000,000151550,01100,000,0001611650,03100,000,000
05.01.2023100,000,000161690100,000,0001711950,01100,000,000
06.01.2023100,000,000143550,01100,000,0001611660100,000,000
07.01.2023100,000,000140620100,000,0001391700,01100,000,000
08.01.2023100,000,000146590,01100,000,0002351690,01100,000,000
09.01.2023100,000,000154650,01100,000,0001711760,01100,000,000
10.01.2023100,000,000148600,01100,000,0001551670,01100,000,000
11.01.2023100,000,000159730,02100,000,0001631680,01100,000,000
12.01.2023100,000,000151680100,000,0001561710100,000,000
13.01.2023100,000,000147560100,000,0001661700100,000,000
14.01.2023100,000,000141510,01100,000,0001561750,01100,000,000
15.01.2023100,000,000154480100,000,0001601750,01100,000,000
16.01.2023100,000,000144680,01100,000,0001741690,02100,000,000
17.01.2023100,000,000137790100,000,0001661630,01100,000,000
18.01.2023100,000,000140710,01100,000,0001681610,01100,000,000
19.01.2023100,000,000135730,01100,000,0001441630,01100,000,000
20.01.2023100,000,000131690100,000,0001501630100,000,000
21.01.2023100,000,000133740,01100,000,0001301690,01100,000,000
22.01.2023100,000,000132610100,000,0001491670,01100,000,000
23.01.2023100,000,000134600100,000,0001531600,01100,000,000
24.01.2023100,000,000138580100,000,0001531620100,000,000
25.01.2023100,000,000140590,01100,000,0001641620,01100,000,000
26.01.2023100,000,000135650100,000,0001481570,01100,000,000
27.01.2023100,000,000133700,01100,000,0001331590,01100,000,000
28.01.2023100,000,000130690100,000,0001331670100,000,000
29.01.2023100,000,000135600100,000,0001481620100,000,000
30.01.2023100,000,000135650,01100,000,0001451720,01100,000,000
31.01.2023100,000,000132550100,000,0001371530,01100,000,000
01.02.2023100,000,000125740,01100,000,0001421500100,000,000
02.02.2023100,000,000128650,01100,000,0001601540,01100,000,000
03.02.2023100,000,000131560,01100,000,0001591520100,000,000
04.02.2023100,000,000130510,01100,000,0001381560100,000,000
05.02.2023100,000,000141510,01100,000,0001521570,02100,000,000
06.02.2023100,000,000135500100,000,0001601540,01100,000,000
07.02.2023100,000,000131570,01100,000,0001411670,06100,000,000
08.02.2023100,000,000138580,01100,000,0001521550,02100,000,000
09.02.2023100,000,000134650100,000,0001451520,01100,000,000
10.02.2023100,000,000140570,01100,000,0002061600,01100,000,000
11.02.2023100,000,000207870,01100,000,0002642450,76100,000,000
12.02.2023100,000,000144580,01100,000,0001771650100,000,000
13.02.2023100,000,000261750,01100,000,0002351970,04100,000,000
14.02.2023100,000,000145580,01100,000,0001711590,0199,970,0330
15.02.2023100,000,000141560,01100,000,0001661580,01100,000,000
16.02.2023100,000,000142600,01100,000,0001731610,01100,000,000
17.02.2023100,000,000142550,01100,000,0001611570,01100,000,000
18.02.2023100,000,00014666099,790,211801471670,07100,000,000
19.02.2023100,000,000145570100,000,0001521600,02100,000,000
20.02.2023100,000,000142560,01100,000,0001821640,01100,000,000
21.02.2023100,000,000143580100,000,0001851590,01100,000,000
22.02.2023100,000,000149570,01100,000,0001801620,01100,000,000
23.02.2023100,000,000155590,02100,000,0001911730,01100,000,000
24.02.2023100,000,000155660,02100,000,0001751670,01100,000,000
25.02.2023100,000,000157700,01100,000,0001461670,01100,000,000
26.02.2023100,000,000153610100,000,0001561630,01100,000,000
27.02.2023100,000,000148500100,000,0001821640100,000,000
28.02.2023100,000,000144500100,000,0001821660,01100,000,000
01.03.2023100,000,000139550,01100,000,0001511610,01100,000,000
02.03.2023100,000,000146560,01100,000,0001581550,03100,000,000
03.03.2023100,000,000138580100,000,0001311570,01100,000,000
04.03.2023100,000,000140520,01100,000,0001341630,01100,000,000
05.03.2023100,000,000143500,01100,000,0001511580,02100,000,000
06.03.2023100,000,000165620,01100,000,0001551710,01100,000,000
07.03.2023100,000,000140560,01100,000,0001451580,01100,000,000
08.03.2023100,000,000148610,02100,000,0001561610100,000,000
09.03.2023100,000,000146600100,000,0001261590,01100,000,000
10.03.2023100,000,000151630,01100,000,0001491600100,000,000
11.03.2023100,000,000148680,01100,000,0001331640,02100,000,000
12.03.2023100,000,000146550,01100,000,0001481620100,000,000
13.03.2023100,000,000145590100,000,0001591610,01100,000,000
14.03.2023100,000,000146570,06100,000,0001541610,01100,000,000
15.03.2023100,000,000146570100,000,0001511580100,000,000
16.03.2023100,000,000148580100,000,0001571620,01100,000,000
17.03.2023100,000,000144580,01100,000,0001581600,02100,000,000
18.03.2023100,000,000145650,01100,000,0001341650,01100,000,000
19.03.2023100,000,000145630100,000,0001451610,02100,000,000
20.03.2023100,000,000142510100,000,0001571570,01100,000,000
21.03.2023100,000,000141550100,000,0001581590,04100,000,000
22.03.2023100,000,000145610,01100,000,0001571590,01100,000,000
23.03.2023100,000,000157670100,000,0001511700100,000,000
24.03.2023100,000,000151660100,000,0001571690,01100,000,000
25.03.2023100,000,000151800100,000,0001541810,01100,000,000
26.03.2023100,000,000156530100,000,0001681770,01100,000,000
27.03.2023100,000,000146570100,000,0001661710,01100,000,000
28.03.2023100,000,000144690100,000,0001681710,01100,000,000
29.03.2023100,000,00099550100,000,0001731730100,000,000
30.03.2023100,000,00078400100,000,0001551650100,000,000
31.03.2023100,000,00076450100,000,0001631660,01100,000,000

Period: 01.10.2022 - 31.12.2022

expand ...

DateOpen Banking APIInternet BankConnect
Uptime %Downtime %Downtime sAISPISError %Uptime %Downtime %Downtime sAISPISError %Uptime %Downtime %Downtime s
01.10.2022100,000,0001771030,02100,000,0001361610,01100,000,000
02.10.2022100,000,0001861140,03100,000,0001461630,01100,000,000
03.10.2022100,000,0001861030,01100,000,0001461580100,000,000
04.10.2022100,000,000184900,01100,000,0001411570100,000,000
05.10.2022100,000,0001941030,01100,000,0001501570,01100,000,000
06.10.2022100,000,0002061110,01100,000,0001341640,01100,000,000
07.10.2022100,000,0001841040,01100,000,0001441550,01100,000,000
08.10.2022100,000,000181980,01100,000,0001341630,01100,000,000
09.10.2022100,000,0001861150,03100,000,0001451600100,000,000
10.10.2022100,000,000182850,01100,000,0001541560100,000,000
11.10.2022100,000,0001871000,02100,000,0001581610,01100,000,000
12.10.2022100,000,0001891180,01100,000,0001551650100,000,000
13.10.2022100,000,0001811000,01100,000,0001591590,01100,000,000
14.10.2022100,000,0001841110,01100,000,0001621590100,000,000
15.10.2022100,000,000184970,01100,000,0001421620,02100,000,000
16.10.2022100,000,000190880,01100,000,0001561610,01100,000,000
17.10.2022100,000,000181950,01100,000,0001601570100,000,000
18.10.2022100,000,0001811180,02100,000,0001531590100,000,000
19.10.2022100,000,000177990,05100,000,0001511570,03100,000,000
20.10.2022100,000,000164910,01100,000,0001371710,01100,000,000
21.10.2022100,000,000169800,01100,000,0001591720,01100,000,000
22.10.2022100,000,000165770,01100,000,0001421710,01100,000,000
23.10.2022100,000,000168780,03100,000,0001551720,01100,000,000
24.10.2022100,000,000174770,01100,000,0001711720,01100,000,000
25.10.2022100,000,000173710,02100,000,0001611670,01100,000,000
26.10.2022100,000,000173690,01100,000,0001681700,01100,000,000
27.10.2022100,000,000172740,02100,000,0001561710100,000,000
28.10.2022100,000,000163820,01100,000,0001641660,01100,000,000
29.10.2022100,000,000162660100,000,0001371700,01100,000,000
30.10.2022100,000,000168670100,000,0001531700,02100,000,000
31.10.2022100,000,000172710,01100,000,0001671650,01100,000,000
01.11.2022100,000,000173760,01100,000,0001581630,01100,000,000
02.11.2022100,000,000171630,01100,000,0001621680100,000,000
03.11.2022100,000,000169650,01100,000,0001541630,01100,000,000
04.11.2022100,000,000173690,01100,000,0001591670100,000,000
05.11.2022100,000,000174630,01100,000,0001471690,02100,000,000
06.11.2022100,000,00017181098,281,7214861681670,01100,000,000
07.11.2022100,000,000182720,01100,000,0001601670100,000,000
08.11.2022100,000,000183740100,000,0001561680,01100,000,000
09.11.2022100,000,000182710,02100,000,0001611680,01100,000,000
10.11.2022100,000,000180630100,000,0001761750,01100,000,000
11.11.2022100,000,000187650,01100,000,0001731760,01100,000,000
12.11.2022100,000,000166620,01100,000,0001431710,02100,000,000
13.11.2022100,000,000173620100,000,0001551730,05100,000,000
14.11.2022100,000,000198580100,000,0001771730100,000,000
15.11.2022100,000,000170630,02100,000,0001651710,01100,000,000
16.11.2022100,000,000175710,01100,000,0001711710100,000,000
17.11.2022100,000,000193730,01100,000,0001831840,01100,000,000
18.11.2022100,000,000178790,01100,000,0001561700,01100,000,000
19.11.2022100,000,000167610100,000,0001431720,05100,000,000
20.11.2022100,000,000182620,01100,000,0001561720,04100,000,000
21.11.2022100,000,000180610,01100,000,0001751730,01100,000,000
22.11.2022100,000,000165570,01100,000,0001711690,01100,000,000
23.11.2022100,000,000161470,01100,000,0001731720,01100,000,000
24.11.2022100,000,000161460,01100,000,0001831820,01100,000,000
25.11.2022100,000,000203750100,000,0001882050,01100,000,000
26.11.2022100,000,000162430100,000,0001461750,02100,000,000
27.11.2022100,000,000165490,01100,000,0001631750,01100,000,000
28.11.2022100,000,000156570100,000,0001751730,01100,000,000
29.11.2022100,000,000160660100,000,0002371780,01100,000,000
30.11.2022100,000,000150570,01100,000,0002331760,01100,000,000
01.12.2022100,000,000161650,01100,000,0001811830,01100,000,000
02.12.2022100,000,000154570,01100,000,0001641750,01100,000,000
03.12.2022100,000,000145700,01100,000,0001351710,02100,000,000
04.12.2022100,000,000150700,01100,000,0001641710,02100,000,000
05.12.2022100,000,000162550,01100,000,0001551810,01100,000,000
06.12.2022100,000,000154480,01100,000,0001631690100,000,000
07.12.2022100,000,000156570100,000,0001671720,01100,000,000
08.12.2022100,000,000151320100,000,0001401680,01100,000,000
09.12.2022100,000,000150250100,000,0001501700,04100,000,000
10.12.2022100,000,000154260100,000,0001391700100,000,000
11.12.2022100,000,000153190100,000,0001481700,02100,000,000
12.12.2022100,000,000157330100,000,0001551940,09100,000,000
13.12.2022100,000,000157210100,000,0001581690,01100,000,000
14.12.2022100,000,000152220100,000,0001511700,01100,000,000
15.12.2022100,000,000155220100,000,0001531720,01100,000,000
16.12.2022100,000,000154250100,000,0001501710,03100,000,000
17.12.2022100,000,000154580,01100,000,0001381740,02100,000,000
18.12.2022100,000,000156580100,000,0001571760100,000,000
19.12.2022100,000,000152560100,000,0001661720,01100,000,000
20.12.202299,930,0760143570,0199,930,07601571660,0199,860,14121
21.12.2022100,000,000149750,01100,000,0001681670,01100,000,000
22.12.2022100,000,000151650100,000,0001461700,01100,000,000
23.12.2022100,000,000145580100,000,0001591680,01100,000,000
24.12.2022100,000,000148600,03100,000,0001411830100,000,000
25.12.2022100,000,000153630,02100,000,0001771840,01100,000,000
26.12.2022100,000,000144620100,000,0001481750100,000,000
27.12.2022100,000,000145580100,000,0001641760,02100,000,000
28.12.2022100,000,000154600,02100,000,0001581710100,000,000
29.12.2022100,000,000150570100,000,0001541720,01100,000,000
30.12.2022100,000,000143710100,000,0001731710,07100,000,000
31.12.2022100,000,000142660100,000,0001391710,01100,000,000
Average99,9990,00160168690,0199,9810,01915461581700,0199,9980,002121

Period: 01.07.2022 - 30.09.2022

expand ...

DateOpen Banking APIInternet BankConnect
Uptime %Downtime %Downtime sAISPISError %Uptime %Downtime %Downtime sAISPISError %Uptime %Downtime %Downtime s
01.07.2022100.000.000185630100.000.0001661430.01100.000.000
02.07.2022100.000.000174660100.000.0001441430100.000.000
03.07.2022100.000.000178630100.000.0001561400100.000.000
04.07.2022100.000.000196610100.000.0001661440100.000.000
05.07.2022100.000.000193680100.000.0001621430.01100.000.000
06.07.2022100.000.0002011020100.000.0001741500.01100.000.000
07.07.2022100.000.000202930100.000.0001681480.01100.000.000
08.07.2022100.000.0002021010100.000.0001711480.01100.000.000
09.07.2022100.000.000199840100.000.0001601540100.000.000
10.07.2022100.000.000194860100.000.0001671490100.000.000
11.07.2022100.000.000198960.03100.000.0001631560.03100.000.000
12.07.2022100.000.000191950100.000.0001681520.0199.960.0431
13.07.2022100.000.000199760100.000.0001701520.01100.000.000
14.07.2022100.000.000200770100.000.0001681550.01100.000.000
15.07.2022100.000.00018976098.961.048981691510.01100.000.000
16.07.2022100.000.000199680100.000.0001571570.01100.000.000
17.07.2022100.000.000191700100.000.0001681610.01100.000.000
18.07.2022100.000.000188760100.000.0001721730.01100.000.000
19.07.2022100.000.000190700.02100.000.0001751500.01100.000.000
20.07.2022100.000.000203870100.000.0001821560.01100.000.000
21.07.2022100.000.000194780.01100.000.0001701530.01100.000.000
22.07.2022100.000.000211940100.000.0001701510.01100.000.000
23.07.2022100.000.000200950100.000.0001551610100.000.000
24.07.2022100.000.000204830100.000.0001661620.02100.000.000
25.07.2022100.000.000189770100.000.0001671510.02100.000.000
26.07.2022100.000.000193850100.000.0001721510.02100.000.000
27.07.2022100.000.000188930100.000.0001761530.01100.000.000
28.07.2022100.000.000198770100.000.0001641530.01100.000.000
29.07.2022100.000.000186850100.000.0001661490100.000.000
30.07.2022100.000.000189630100.000.0001441530.01100.000.000
31.07.2022100.000.000194760100.000.0001541520.01100.000.000
01.08.2022100.000.000181760100.000.0001581500.01100.000.000
02.08.2022100.000.000183840100.000.0001511450.02100.000.000
03.08.2022100.000.000194910.01100.000.0001611520100.000.000
04.08.2022100.000.000190710100.000.0001541490.01100.000.000
05.08.2022100.000.000199810100.000.0001691550.02100.000.000
06.08.2022100.000.000198720100.000.0001461600.01100.000.000
07.08.2022100.000.000199820100.000.0001561570.02100.000.000
08.08.2022100.000.000199950100.000.0001651670.01100.000.000
09.08.2022100.000.000194860100.000.0001511480100.000.000
10.08.2022100.000.0001911000100.000.0001611530.01100.000.000
11.08.2022100.000.000197940100.000.0001641550.01100.000.000
12.08.2022100.000.000185980100.000.0001661550100.000.000
13.08.2022100.000.0002191130100.000.0001421640.01100.000.000
14.08.2022100.000.0001961150100.000.0001541590100.000.000
15.08.2022100.000.0002021350100.000.0001802410.01100.000.000
16.08.2022100.000.0001921060100.000.0001721510.01100.000.000
17.08.2022100.000.0001931000100.000.0001671720.01100.000.000
18.08.2022100.000.000214930100.000.0001631570.01100.000.000
19.08.2022100.000.0001981000100.000.0001631560.01100.000.000
20.08.2022100.000.0001991020100.000.0001421650.01100.000.000
21.08.2022100.000.0002001050100.000.0001561630.01100.000.000
22.08.2022100.000.000195970100.000.0001681540.01100.000.000
23.08.2022100.000.000192910100.000.0001631560.11100.000.000
24.08.2022100.000.0001911060100.000.0001691590.01100.000.000
25.08.2022100.000.000204970100.000.0001771580.02100.000.000
26.08.2022100.000.000188890100.000.0001632190.02100.000.000
27.08.2022100.000.000193700100.000.0001522960100.000.000
28.08.2022100.000.000196710100.000.0001743680100.000.000
29.08.2022100.000.000194990100.000.0001643750.01100.000.000
30.08.2022100.000.000186820100.000.0001633550.03100.000.000
31.08.2022100.000.0001861180100.000.0001823860.01100.000.000
01.09.2022100.000.0002181150.19100.000.0001483580100.000.000
02.09.2022100.000.000178830100.000.0001623960.01100.000.000
03.09.2022100.000.000174990100.000.0001382940.02100.000.000
04.09.2022100.000.000177810100.000.0001602870.01100.000.000
05.09.2022100.000.000207860100.000.0001643640.01100.000.000
06.09.2022100.000.000172820100.000.0001513380100.000.000
07.09.2022100.000.000183890100.000.0001583530.01100.000.000
08.09.2022100.000.000190990100.000.0001623610.01100.000.000
09.09.2022100.000.000182950100.000.0001593520.01100.000.000
10.09.2022100.000.0001771010100.000.0001442790100.000.000
11.09.2022100.000.0001751100100.000.0001603040.01100.000.000
12.09.2022100.000.000172910100.000.0001633350.01100.000.000
13.09.2022100.000.000175980100.000.0001643360.01100.000.000
14.09.2022100.000.000191980100.000.0001653820.01100.000.000
15.09.2022100.000.0002121270100.000.0001864480.01100.000.000
16.09.2022100.000.0003711010.25100.000.0002153500100.000.000
17.09.2022100.000.0001971160100.000.0001392900.02100.000.000
18.09.2022100.000.0001891090100.000.0001493330.01100.000.000
19.09.2022100.000.000182870100.000.0001573490.01100.000.000
20.09.2022100.000.000188950100.000.0001513630.01100.000.000
21.09.2022100.000.000190970100.000.0001833800.01100.000.000
22.09.2022100.000.0001891010100.000.0001623880100.000.000
23.09.2022100.000.000182930100.000.0001623330.01100.000.000
24.09.2022100.000.0001911130100.000.0001451740.02100.000.000
25.09.2022100.000.0001891010100.000.0001641730.04100.000.000
26.09.2022100.000.000183920100.000.0001611600.01100.000.000
27.09.2022100.000.0001861050100.000.0001631600.01100.000.000
28.09.2022100.000.0001891110100.000.0001661620.01100.000.000
29.09.2022100.000.000178980100.000.0001621600.01100.000.000
30.09.2022100.000.0001791070100.000.0001621570100.000.000
Average100.0000.0000194910.0199.9890.011898.001632160.01100.0000.00031.00

Period: 01.04.2022 - 30.06.2022

expand ...

DateOpen Banking APIInternet BankConnect
Uptime %Downtime %Downtime sAISPISError %Uptime %Downtime %Downtime sAISPISError %Uptime %Downtime %Downtime s
01.04.2022100.000.000157540100.000.0001811620.04100.000.000
02.04.2022100.000.000143400100.000.0001611550100.000.000
03.04.2022100.000.000144420100.000.0001721530.01100.000.000
04.04.2022100.000.000148440100.000.0001791550.01100.000.000
05.04.2022100.000.000147520100.000.0001801640.01100.000.000
06.04.2022100.000.000173660.04100.000.0001951720.01100.000.000
07.04.2022100.000.000180700100.000.0001851680.01100.000.000
08.04.2022100.000.000162470100.000.0001941700100.000.000
09.04.2022100.000.000160370100.000.0001721630.01100.000.000
10.04.2022100.000.000161390100.000.0001791570100.000.000
11.04.2022100.000.000159500100.000.0001871670.01100.000.000
12.04.2022100.000.000159450100.000.0001821610.01100.000.000
13.04.2022100.000.000161480100.000.0001741630.01100.000.000
14.04.2022100.000.000165470.01100.000.0001731550.01100.000.000
15.04.2022100.000.000155380100.000.0001751540.01100.000.000
16.04.2022100.000.000158370100.000.0001751620100.000.000
17.04.2022100.000.000157380100.000.0001721560100.000.000
18.04.2022100.000.000151420100.000.0001701510.01100.000.000
19.04.2022100.000.000162440100.000.0001851530100.000.000
20.04.2022100.000.000173470100.000.0001971650.05100.000.000
21.04.2022100.000.000168440100.000.0001801650.01100.000.000
22.04.2022100.000.000165440100.000.0001891590100.000.000
23.04.2022100.000.000163370100.000.0001851650.01100.000.000
24.04.2022100.000.000187360.03100.000.000181160099.280.72626
25.04.2022100.000.000169470100.000.0001921590100.000.000
26.04.2022100.000.000162420100.000.0001801570.02100.000.000
27.04.2022100.000.000224550100.000.0002011640100.000.000
28.04.2022100.000.000236550100.000.0001971700.08100.000.000
29.04.2022100.000.000214540100.000.0002061740.01100.000.000
30.04.2022100.000.000198490100.000.0001501520100.000.000
01.05.2022100.000.000206430100.000.0001541500.01100.000.000
02.05.2022100.000.000223540100.000.0001831670.01100.000.000
03.05.2022100.000.000231550100.000.0001961700.01100.000.000
04.05.2022100.000.000242590100.000.0001751690.05100.000.000
05.05.2022100.000.000250620100.000.0001971690.01100.000.000
06.05.2022100.000.000215610100.000.0001701580100.000.000
07.05.2022100.000.000222500100.000.0001521550100.000.000
08.05.2022100.000.000218510100.000.0001671550100.000.000
09.05.2022100.000.000250740100.000.0001781540.01100.000.000
10.05.2022100.000.000226760.03100.000.0001691540.01100.000.000
11.05.2022100.000.000232630100.000.0001731580100.000.000
12.05.2022100.000.000228620100.000.0001821600100.000.000
13.05.2022100.000.000223580100.000.0001981710.01100.000.000
14.05.2022100.000.000216490100.000.0001521530.01100.000.000
15.05.2022100.000.000212510100.000.0001521480.01100.000.000
16.05.2022100.000.000211460100.000.0001601440.01100.000.000
17.05.2022100.000.000216560.01100.000.0001691470.47100.000.000
18.05.2022100.000.000220630100.000.0001991550.01100.000.000
19.05.2022100.000.000215610100.000.0001531510.01100.000.000
20.05.2022100.000.000213530100.000.0001711500100.000.000
21.05.2022100.000.000212550100.000.0001531600.01100.000.000
22.05.2022100.000.000216510100.000.0001661580.05100.000.000
23.05.2022100.000.000213560100.000.0001701490.01100.000.000
24.05.2022100.000.000209550100.000.0001691510.01100.000.000
25.05.2022100.000.000227570100.000.0001911590100.000.000
26.05.2022100.000.000186500100.000.0001671500.02100.000.000
27.05.2022100.000.000214580100.000.0001731530.01100.000.000
28.05.2022100.000.000210490100.000.0001511570.02100.000.000
29.05.2022100.000.000212450100.000.0001633250.06100.000.000
30.05.2022100.000.000211700100.000.0001731970.88100.000.000
31.05.2022100.000.000212580100.000.0001711490.01100.000.000
01.06.2022100.000.000209630100.000.0001671510100.000.000
02.06.2022100.000.000218610.01100.000.0001581440.02100.000.000
03.06.2022100.000.000217570100.000.0001641420100.000.000
04.06.2022100.000.000214540100.000.0001461470100.000.000
05.06.2022100.000.000226540.01100.000.0001571470.02100.000.000
06.06.2022100.000.000222650100.000.0001661390.01100.000.000
07.06.2022100.000.000220670.01100.000.0001551440.01100.000.000
08.06.2022100.000.000221770100.000.0001621440.01100.000.000
09.06.2022100.000.000223590100.000.0001651430.01100.000.000
10.06.2022100.000.000223610.08100.000.0001641440.01100.000.000
11.06.2022100.000.000224560100.000.0001491490.01100.000.000
12.06.2022100.000.000226550100.000.0001611480100.000.000
13.06.2022100.000.000217590100.000.0001651450.01100.000.000
14.06.2022100.000.0002801300100.000.0001661430.01100.000.000
15.06.2022100.000.000218650100.000.0001901540.01100.000.000
16.06.2022100.000.000216680100.000.0001581480.01100.000.000
17.06.2022100.000.000228730100.000.0001691510100.000.000
18.06.2022100.000.000213710100.000.0001511540.01100.000.000
19.06.2022100.000.000220640100.000.0001601550.01100.000.000
20.06.2022100.000.000220620100.000.0001781470.01100.000.000
21.06.2022100.000.000220700100.000.0001871490.01100.000.000
22.06.2022100.000.000232770.02100.000.0001881630.03100.000.000
23.06.2022100.000.000224710100.000.0002021570.01100.000.000
24.06.2022100.000.000218930100.000.0001691570.01100.000.000
25.06.2022100.000.000221720100.000.0001541550.01100.000.000
26.06.2022100.000.000220740100.000.0001671540.02100.000.000
27.06.2022100.000.000236930100.000.0001581480100.000.000
28.06.2022100.000.000234900100.000.0001971530100.000.000
29.06.2022100.000.000228760100.000.0001761630.01100.000.000
30.06.2022100.000.000220830100.000.0001761530.0199.930.0760
Total100.0000.0000204580.00100.0000.0000.001731580.0399.9910.009686.00

Period: 01.01.2022 - 31.03.2022

expand ...

DateOpen Banking APIInternet BankConnect
Uptime %Downtime %Downtime sAISPISError %Uptime %Downtime %Downtime sAISPISError %Uptime %Downtime %Downtime s
01.01.2022100.000.000135470100.000.0002281740.01100.000.000
02.01.2022100.000.000134480100.000.0002161670.01100.000.000
03.01.2022100.000.000141490100.000.0002421810100.000.000
04.01.2022100.000.000138560100.000.0002321780100.000.000
05.01.2022100.000.000145510.01100.000.0002341870.01100.000.000
06.01.2022100.000.000147860.2999.690.312703462510.09100.000.000
07.01.2022100.000.000139570.01100.000.0002231810.79100.000.000
08.01.2022100.000.000133360100.000.0001751600100.000.000
09.01.2022100.000.000137390100.000.0001761580100.000.000
10.01.2022100.000.000140490100.000.0002101740.01100.000.000
11.01.2022100.000.000137430100.000.0001971710100.000.000
12.01.2022100.000.000134490100.000.0002051760.01100.000.000
13.01.202299.620.3832812645099.600.40345179171099.440.56481
14.01.202299.700.3025612443099.670.332851881710.0199.600.40345
15.01.2022100.000.000118340100.000.0001651660.01100.000.000
16.01.2022100.000.000119360100.000.0001841640.1100.000.000
17.01.2022100.000.000131510.23100.000.0003142010.48100.000.000
18.01.2022100.000.000127450100.000.0001861710.02100.000.000
19.01.2022100.000.000133480100.000.0001941740100.000.000
20.01.2022100.000.000139480100.000.0002022170.06100.000.000
21.01.2022100.000.000132460100.000.0002042020.02100.000.000
22.01.2022100.000.000125400.01100.000.0001871960.01100.000.000
23.01.2022100.000.000122380100.000.0001751860.01100.000.000
24.01.2022100.000.000136530100.000.0002072480.0399.970.0330
25.01.2022100.000.00013550099.860.141202652380.06100.000.000
26.01.2022100.000.000139480100.000.0002742620.11100.000.000
27.01.2022100.000.000140510100.000.0001791940.01100.000.000
28.01.2022100.000.000134430100.000.0001811930.01100.000.000
29.01.2022100.000.000121370100.000.0001621860.01100.000.000
30.01.2022100.000.000122340100.000.0001711850100.000.000
31.01.2022100.000.000129420100.000.0003783251.09100.000.000
01.02.202299.550.453901501170.2499.001.008672392240.0699.660.34292
02.02.202298.971.0389213250099.050.958191871850100.000.000
03.02.202299.140.8674113651099.120.887611821850.0199.090.91788
04.02.2022100.000.000124470100.000.0001551650.01100.000.000
05.02.2022100.000.000113320.01100.000.0001681640.01100.000.000
06.02.2022100.000.000114320100.000.0002061960.01100.000.000
07.02.2022100.000.000133520100.000.0002212090100.000.000
08.02.2022100.000.000147480100.000.0002472170100.000.000
09.02.2022100.000.000144510.02100.000.0002083100.26100.000.000
10.02.2022100.000.000148460100.000.0001841970.0199.900.1090
11.02.2022100.000.000135460.01100.000.0001801830.01100.000.000
12.02.2022100.000.000123350100.000.0001901770.01100.000.000
13.02.2022100.000.000126330100.000.0002072010.01100.000.000
14.02.2022100.000.000146510100.000.0001981950100.000.000
15.02.2022100.000.000143470100.000.0002122000100.000.000
16.02.2022100.000.000150450100.000.0002002000100.000.000
17.02.2022100.000.000149460100.000.0002402030.01100.000.000
18.02.202299.830.1715118952099.930.07602621870.0199.860.14120
19.02.2022100.000.000129320100.000.0002591820.01100.000.000
20.02.2022100.000.000132340100.000.0002502060.01100.000.000
21.02.2022100.000.000152520100.000.0002462110.02100.000.000
22.02.2022100.000.000147470100.000.0001941960.01100.000.000
23.02.2022100.000.000142440100.000.0001731860.01100.000.000
24.02.2022100.000.000131370100.000.0001941960.09100.000.000
25.02.2022100.000.000137420100.000.0001851870.01100.000.000
26.02.2022100.000.000135390100.000.0002121930100.000.000
27.02.2022100.000.000128370100.000.0002061980.01100.000.000
28.02.2022100.000.000151450100.000.00078990100.000.000
01.03.2022100.000.000142440100.000.0001811960100.000.000
02.03.2022100.000.000142420100.000.0001911890100.000.000
03.03.2022100.000.000195500100.000.0002322270.05100.000.000
04.03.2022100.000.000141400100.000.0001921860.03100.000.000
05.03.2022100.000.000139390100.000.0001921900.13100.000.000
06.03.2022100.000.000129360100.000.0001881860.14100.000.000
07.03.2022100.000.000146520100.000.0002252010.06100.000.000
08.03.2022100.000.000156490100.000.0002111890.07100.000.000
09.03.2022100.000.000146500100.000.0001951880.01100.000.000
10.03.2022100.000.000145450100.000.0001821910.02100.000.000
11.03.2022100.000.000141450100.000.0001771800.01100.000.000
12.03.2022100.000.000136370100.000.0001741830.01100.000.000
13.03.2022100.000.000130390100.000.0001791840.01100.000.000
14.03.2022100.000.000138470100.000.0001791770.01100.000.000
15.03.2022100.000.000155600100.000.0001801790.01100.000.000
16.03.2022100.000.000155540100.000.0001871850100.000.000
17.03.2022100.000.000165490100.000.0001921870.01100.000.000
18.03.2022100.000.000143450100.000.0001671750.01100.000.000
19.03.2022100.000.000140370100.000.0001711870100.000.000
20.03.2022100.000.000137380100.000.0001881830.13100.000.000
21.03.2022100.000.000151470100.000.0002341920.13100.000.000
22.03.2022100.000.000139420100.000.0001651760.01100.000.000
23.03.2022100.000.000145460100.000.0001762050.14100.000.000
24.03.2022100.000.000142460100.000.0001861880100.000.000
25.03.2022100.000.000142480100.000.0001771840.01100.000.000
26.03.2022100.000.000139390100.000.0001791910100.000.000
27.03.2022100.000.000135360100.000.0001861970.01100.000.000
28.03.2022100.000.000136480100.000.0001931910.0199.970.0330
29.03.2022100.000.000136430100.000.0001871880.01100.000.000
30.03.2022100.000.000153470100.000.0001971950.03100.000.000
31.03.2022100.000.000155450100.000.0001921900.01100.000.000
Average99.9650.0352758139460.0199.9550.0453527.002021920.0599.9720.0282176.00

Period: 01.10.2021 - 31.12.2021

expand ...

DateOpen Banking APIInternet BankConnect
Uptime %Downtime %Downtime sAISPISError %Uptime %Downtime %Downtime sAISPISError %Uptime %Downtime %Downtime s
01.10.2021100.000.00220610.01100.000.002481900.02100.000.00
02.10.2021100.000.00146420100.000.002031560.01100.000.00
03.10.2021100.000.00148420100.000.001981490100.000.00
04.10.2021100.000.00173550100.000.002231860.01100.000.00
05.10.2021100.000.00240610100.000.002552060.01100.000.00
06.10.2021100.000.00199580.01100.000.002441960.09100.000.00
07.10.2021100.000.0020365099.930.07602512200.0599.970.0330
08.10.202199.930.076019165099.930.07602342030.0299.930.0760
09.10.2021100.000.00155510.01100.000.002021660.01100.000.00
10.10.2021100.000.00157560100.000.002201660.02100.000.00
11.10.2021100.000.00211730100.000.002562120.01100.000.00
12.10.2021100.000.00207630100.000.002041850100.000.00
13.10.2021100.000.00209680100.000.002292150.08100.000.00
14.10.2021100.000.00281690100.000.002372050.06100.000.00
15.10.2021100.000.0019465099.860.141202462070.01100.000.00
16.10.2021100.000.00157470100.000.001971630100.000.00
17.10.2021100.000.00153440100.000.002081580100.000.00
18.10.2021100.000.0022658099.790.211804222240.04100.000.00
19.10.2021100.000.00231630.0199.930.07602401990.01100.000.00
20.10.2021100.000.0018357099.930.07602472030.03100.000.00
21.10.2021100.000.0016862099.580.423604312440.04100.000.00
22.10.2021100.000.0014861099.930.07602261870.01100.000.00
23.10.2021100.000.00135430100.000.001921590100.000.00
24.10.2021100.000.00134420100.000.002041590.01100.000.00
25.10.2021100.000.00147620100.000.002031690.02100.000.00
26.10.2021100.000.00150530100.000.002001680100.000.00
27.10.2021100.000.00201610.01100.000.002081810100.000.00
28.10.2021100.000.0031578099.930.07602341830100.000.00
29.10.2021100.000.0029656099.930.07602382020.01100.000.00
30.10.2021100.000.00133440100.000.002021520100.000.00
31.10.2021100.000.00141430100.000.002041560100.000.00
01.11.2021100.000.00159500100.000.002231840.01100.000.00
02.11.2021100.000.00156490100.000.002251810.01100.000.00
03.11.2021100.000.00154500100.000.002311880.01100.000.00
04.11.2021100.000.0016353099.930.07602161970.02100.000.00
05.11.2021100.000.00164540.01100.000.002192030.01100.000.00
06.11.2021100.000.00143450100.000.001851560.01100.000.00
07.11.2021100.000.00139390100.000.001791530100.000.00
08.11.202199.860.14120185560.0199.790.211802152040.03100.000.00
09.11.2021100.000.00155590100.000.001881740100.000.00
10.11.2021100.000.00168610100.000.002121980.01100.000.00
11.11.2021100.000.00162550100.000.002341910.01100.000.00
12.11.2021100.000.00152560.01100.000.002231930100.000.00
13.11.2021100.000.00141460100.000.001701640100.000.00
14.11.2021100.000.00138400100.000.001711620.01100.000.00
15.11.2021100.000.00156560100.000.002331970.01100.000.00
16.11.2021100.000.00155610.01100.000.002361990.02100.000.00
17.11.2021100.000.0016564099.930.07602341920100.000.00
18.11.2021100.000.00174640100.000.002351980.02100.000.00
19.11.2021100.000.00165660100.000.002521960.01100.000.00
20.11.2021100.000.00137440100.000.001821640.01100.000.00
21.11.2021100.000.00142410100.000.001751620.01100.000.00
22.11.2021100.000.00163630.01100.000.00246196099.970.0330
23.11.2021100.000.00168640.03100.000.003092680.02100.000.00
24.11.2021100.000.0017872099.930.07602572040.03100.000.00
25.11.2021100.000.00171580100.000.002091970.03100.000.00
26.11.2021100.000.0022157099.860.141207794070.04100.000.00
27.11.2021100.000.00147430100.000.001841740100.000.00
28.11.2021100.000.00152380100.000.001821690100.000.00
29.11.2021100.000.00177590100.000.003132570.03100.000.00
30.11.2021100.000.00164590100.000.002852230.01100.000.00
01.12.2021100.000.00171560.01100.000.002682170.01100.000.00
02.12.2021100.000.00167580100.000.002592090.01100.000.00
03.12.2021100.000.00155530100.000.002461990.01100.000.00
04.12.2021100.000.00152440100.000.002041700100.000.00
05.12.2021100.000.00151420.02100.000.002021670.02100.000.00
06.12.2021100.000.0018262099.860.141202902300.03100.000.00
07.12.2021100.000.00169570100.000.002532060.01100.000.00
08.12.2021100.000.00154540100.000.002412130.01100.000.00
09.12.2021100.000.00159500100.000.002322010100.000.00
10.12.2021100.000.00169560100.000.002992260.01100.000.00
11.12.2021100.000.00137380100.000.001891710.02100.000.00
12.12.2021100.000.00142430100.000.001881660.01100.000.00
13.12.2021100.000.00163630100.000.002712120.01100.000.00
14.12.2021100.000.00146570100.000.001811780.02100.000.00
15.12.2021100.000.00162500.0399.760.242102182000.03100.000.00
16.12.2021100.000.00152530100.000.002271970.01100.000.00
17.12.2021100.000.00152700.12100.000.002411880.01100.000.00
18.12.2021100.000.00147480100.000.001811750.02100.000.00
19.12.2021100.000.00143450100.000.001761680.01100.000.00
20.12.2021100.000.00151520100.000.002181870100.000.00
21.12.2021100.000.00138550100.000.001881690.01100.000.00
22.12.2021100.000.00143510100.000.001951730100.000.00
23.12.2021100.000.00139530100.000.001901730.01100.000.00
24.12.2021100.000.00142530100.000.001891810.02100.000.00
25.12.2021100.000.00143520100.000.001611750.01100.000.00
26.12.2021100.000.00145440100.000.001771750100.000.00
27.12.2021100.000.00145470100.000.001921700.01100.000.00
28.12.2021100.000.00148510.03100.000.001941720100.000.00
29.12.2021100.000.00144560.01100.000.001971760.05100.000.00
30.12.2021100.000.00146610100.000.001931740.01100.000.00
31.12.2021100.000.00134500100.000.002311700100.000.00
Average100.000.00180167550.0099.980.021890.002301900.01100.000.00120.00

Period: 01.07.2021 - 30.09.2021

expand ...

DateOpen Banking APIInternet BankConnect
Uptime %Downtime %Downtime sAISPISError %Uptime %Downtime %Downtime sAISPISError %Uptime %Downtime %Downtime s
01.07.2021100.000.00125460100.000.002331810100.000.00
02.07.2021100.000.00132540.01100.000.002091660100.000.00
03.07.2021100.000.00111440.01100.000.002131530100.000.00
04.07.2021100.000.00115330100.000.002161520.01100.000.00
05.07.2021100.000.0012840099.930.07602231770.01100.000.00
06.07.2021100.000.00124540100.000.002071710.01100.000.00
07.07.2021100.000.00131430100.000.002081690.01100.000.00
08.07.2021100.000.00133560.01100.000.002041730.01100.000.00
09.07.2021100.000.00113500100.000.002001720.01100.000.00
10.07.2021100.000.00104390100.000.002071550.01100.000.00
11.07.2021100.000.00111300100.000.002141520.01100.000.00
12.07.2021100.000.00121460.01100.000.001961650.01100.000.00
13.07.2021100.000.00111350100.000.001991630.01100.000.00
14.07.2021100.000.00298470.0199.770.232022351740.01100.000.00
15.07.2021100.000.00123380100.000.002041730.01100.000.00
16.07.2021100.000.00122550100.000.002121740.01100.000.00
17.07.2021100.000.00113360100.000.002291520100.000.00
18.07.2021100.000.00108340100.000.002161540.01100.000.00
19.07.2021100.000.00118420100.000.002041660.01100.000.00
20.07.2021100.000.00125610100.000.002001690.01100.000.00
21.07.2021100.000.00123380100.000.001951600.0299.900.1090
22.07.2021100.000.00113370100.000.002011700.01100.000.00
23.07.2021100.000.00105370100.000.001951620.01100.000.00
24.07.2021100.000.0094300100.000.002251560100.000.00
25.07.2021100.000.00102340100.000.002221570.01100.000.00
26.07.2021100.000.00112430100.000.002001620.01100.000.00
27.07.2021100.000.00113410100.000.001871600.01100.000.00
28.07.2021100.000.00111370100.000.001951610.01100.000.00
29.07.2021100.000.00118350.01100.000.002421660.01100.000.00
30.07.2021100.000.00127450100.000.003561740.06100.000.00
31.07.2021100.000.00119380100.000.005221580100.000.00
01.08.2021100.000.00120370100.000.004401540.01100.000.00
02.08.2021100.000.00146510.16100.000.003351800.01100.000.00
03.08.2021100.000.00142470.02100.000.003561740.01100.000.00
04.08.2021100.000.00136390100.000.003541780100.000.00
05.08.2021100.000.00144410100.000.001901750.02100.000.00
06.08.2021100.000.00142490100.000.002001720.01100.000.00
07.08.2021100.000.00121380100.000.002061560.01100.000.00
08.08.2021100.000.00119320100.000.002091550.01100.000.00
09.08.2021100.000.00131380.01100.000.001931690.03100.000.00
10.08.202199.930.0760143470100.000.001911740.01100.000.00
11.08.2021100.000.00137420100.000.002001760.01100.000.00
12.08.2021100.000.00145480100.000.002051820.01100.000.00
13.08.2021100.000.00158490100.000.001991640.01100.000.00
14.08.2021100.000.00112400100.000.002071540.01100.000.00
15.08.2021100.000.00106300100.000.002191530.01100.000.00
16.08.2021100.000.0013249099.930.07602091830.01100.000.00
17.08.2021100.000.00124430100.000.001961670100.000.00
18.08.2021100.000.00142490.49100.000.001931680.01100.000.00
19.08.2021100.000.00140390.19100.000.001991640.01100.000.00
20.08.2021100.000.00130380100.000.002111580.01100.000.00
21.08.2021100.000.00123350100.000.002061500100.000.00
22.08.2021100.000.00121380100.000.002051520.01100.000.00
23.08.2021100.000.00121500100.000.001991620.01100.000.00
24.08.2021100.000.00123490100.000.001961580.01100.000.00
25.08.2021100.000.00127430100.000.001891570100.000.00
26.08.2021100.000.00148522.29100.000.001941640.26100.000.00
27.08.2021100.000.00154440100.000.002001660.01100.000.00
28.08.2021100.000.00140440100.000.002191600.02100.000.00
29.08.2021100.000.00135420100.000.002041530.01100.000.00
30.08.2021100.000.00151480100.000.002051660.02100.000.00
31.08.2021100.000.00161550100.000.002041670.01100.000.00
01.09.2021100.000.00165570100.000.002151760.01100.000.00
02.09.2021100.000.00189580100.000.002471990.01100.000.00
03.09.2021100.000.00188560.0199.860.141202862090.01100.000.00
04.09.2021100.000.00144390100.000.002111570.01100.000.00
05.09.2021100.000.00135350.01100.000.002161530.02100.000.00
06.09.2021100.000.0018358099.920.08733152080.01100.000.00
07.09.2021100.000.00161550100.000.002251750.01100.000.00
08.09.2021100.000.00158520.01100.000.002231790.02100.000.00
09.09.2021100.000.00160470100.000.002141820.01100.000.00
10.09.2021100.000.0016357099.930.07602291880.01100.000.00
11.09.2021100.000.00142410100.000.002091620100.000.00
12.09.2021100.000.00138420.01100.000.002091530100.000.00
13.09.2021100.000.00154590100.000.002321720.01100.000.00
14.09.2021100.000.0061743099.930.07602171650.0198.571.431232
15.09.2021100.000.00156600100.000.002241760.01100.000.00
16.09.2021100.000.00176660100.000.002281980.01100.000.00
17.09.2021100.000.0016758099.930.07602781880.01100.000.00
18.09.2021100.000.00147470100.000.003751620.03100.000.00
19.09.2021100.000.00136490100.000.002981590.01100.000.00
20.09.2021100.000.00163530100.000.002401780.0198.091.911647
21.09.2021100.000.00196720100.000.002281730.01100.000.00
22.09.2021100.000.00193760.01100.000.002021670.02100.000.00
23.09.2021100.000.00183670100.000.002081750.02100.000.00
24.09.2021100.000.00149470100.000.002151700.02100.000.00
25.09.2021100.000.00135380100.000.002211580.01100.000.00
26.09.2021100.000.00133380100.000.002131620.02100.000.00
27.09.2021100.000.00151540100.000.002241680.01100.000.00
28.09.2021100.000.00149540100.000.002091700.02100.000.00
29.09.2021100.000.00163500100.000.002201770100.000.00
30.09.2021100.000.0019153099.930.07602271770.0199.830.17151
Average100.000.0060144460.0499.990.01755.002281680.0199.960.043120.00

Period: 01.04.2021 - 30.06.2021

expand ...

DateOpen Banking APIInternet BankConnect
Uptime %Downtime %Downtime sAISPISPIISError %Uptime %Downtime %Downtime sResponseError %Uptime %Downtime %Downtime s
01.04.2021100.000.001633670.18100.000.001960100.000.00
02.04.2021100.000.001271220.25100.000.002120100.000.00
03.04.2021100.000.00122810.22100.000.002160100.000.00
04.04.2021100.000.00125900.21100.000.001970100.000.00
05.04.2021100.000.001361600.13100.000.001810100.000.00
06.04.2021100.000.001602170.15100.000.002270100.000.00
07.04.2021100.000.001472100.15100.000.002110100.000.00
08.04.2021100.000.001512450.13100.000.002020100.000.00
09.04.2021100.000.001732970.19100.000.002300.01100.000.00
10.04.2021100.000.00119940.1100.000.001940100.000.00
11.04.2021100.000.001251180.14100.000.002030100.000.00
12.04.2021100.000.001471760.0999.930.07602070100.000.00
13.04.2021100.000.001391610.08100.000.001880100.000.00
14.04.2021100.000.00143550.06100.000.001760100.000.00
15.04.2021100.000.00134330.1100.000.001860100.000.00
16.04.2021100.000.0095290.11100.000.00174099.970.0330
17.04.2021100.000.00104260.09100.000.003220100.000.00
18.04.2021100.000.00107280.1100.000.002980100.000.00
19.04.2021100.000.00117320.13100.000.002060100.000.00
20.04.2021100.000.00126380.07100.000.002000100.000.00
21.04.2021100.000.00131320.08100.000.002230100.000.00
22.04.2021100.000.00154390.11100.000.002000100.000.00
23.04.2021100.000.00156400.07100.000.001960100.000.00
24.04.2021100.000.00130330.04100.000.002110100.000.00
25.04.2021100.000.00128320.04100.000.001970100.000.00
26.04.2021100.000.003012220.04100.000.001870100.000.00
27.04.2021100.000.004183290.04100.000.001870100.000.00
28.04.2021100.000.004243490.05100.000.001870.01100.000.00
29.04.2021100.000.004653580.06100.000.003020.01100.000.00
30.04.2021100.000.004372810.02100.000.002910100.000.00
01.05.2021100.000.004123350.04100.000.002660100.000.00
02.05.2021100.000.004023090.03100.000.003400100.000.00
03.05.2021100.000.004383050.04100.000.002590100.000.00
04.05.2021100.000.004302830.04100.000.002680100.000.00
05.05.2021100.000.004642960.06100.000.003030100.000.00
06.05.2021100.000.004683110.06100.000.002380100.000.00
07.05.2021100.000.004862980.05100.000.002270100.000.00
08.05.2021100.000.004442720.06100.000.002320100.000.00
09.05.2021100.000.004232980.08100.000.002320100.000.00
10.05.2021100.000.005073370.04100.000.002410.01100.000.00
11.05.2021100.000.004643150.06100.000.002160100.000.00
12.05.2021100.000.004703550.05100.000.002270100.000.00
13.05.2021100.000.004613120.05100.000.002240100.000.00
14.05.2021100.000.004743010.07100.000.002270100.000.00
15.05.2021100.000.004263150.07100.000.002200100.000.00
16.05.2021100.000.004313030.03100.000.002230100.000.00
17.05.2021100.000.004943250.05100.000.002250.0499.560.44380
18.05.2021100.000.004933530.04100.000.002050100.000.00
19.05.2021100.000.005233420.05100.000.00247099.950.0540
20.05.2021100.000.005133610.0599.930.07602330100.000.00
21.05.2021100.000.004303630.05100.000.002240100.000.00
22.05.2021100.000.004413090.02100.000.002360100.000.00
23.05.2021100.000.004653230.04100.000.002270100.000.00
24.05.2021100.000.004763300.02100.000.002270100.000.00
25.05.2021100.000.004643490.04100.000.002090100.000.00
26.05.2021100.000.005153470.01100.000.002490100.000.00
27.05.2021100.000.004723070.01100.000.001930100.000.00
28.05.2021100.000.004563130.01100.000.002220100.000.00
29.05.2021100.000.004233160.01100.000.002330100.000.00
30.05.2021100.000.004323290.03100.000.002180100.000.00
31.05.2021100.000.002741400.02100.000.001930100.000.00
01.06.2021100.000.0026781240.02100.000.001880100.000.00
02.06.2021100.000.00123400.01100.000.001920100.000.00
03.06.2021100.000.00125340.03100.000.001960100.000.00
04.06.2021100.000.00121390.04100.000.001910100.000.00
05.06.2021100.000.00109290.02100.000.001960100.000.00
06.06.2021100.000.00108360.03100.000.001990100.000.00
07.06.2021100.000.00131370.0299.930.07601970100.000.00
08.06.2021100.000.00125370.04100.000.001940100.000.00
09.06.2021100.000.00128350.03100.000.002040100.000.00
10.06.2021100.000.00127370.04100.000.001900100.000.00
11.06.2021100.000.00126430.02100.000.001860100.000.00
12.06.2021100.000.00113360.01100.000.001970100.000.00
13.06.2021100.000.00119330.04100.000.001950100.000.00
14.06.2021100.000.0053420.02100.000.001880100.000.00
15.06.2021100.000.00117320.0399.930.07601830100.000.00
16.06.2021100.000.00130470.03100.000.002160100.000.00
17.06.2021100.000.00112410.04100.000.001680100.000.00
18.06.2021100.000.00118400.04100.000.001860100.000.00
19.06.2021100.000.00114390.03100.000.001970100.000.00
20.06.2021100.000.00114360.04100.000.001810100.000.00
21.06.2021100.000.00117430.0299.860.141201920.02100.000.00
22.06.2021100.000.00129420.04100.000.001830100.000.00
23.06.2021100.000.00122470.01100.000.002080100.000.00
24.06.2021100.000.00110380.02100.000.002020100.000.00
25.06.2021100.000.00118400.02100.000.001990100.000.00
26.06.2021100.000.00112380.04100.000.001940100.000.00
27.06.2021100.000.00111340.02100.000.001810100.000.00
28.06.2021100.000.00123460.03100.000.001970100.000.00
29.06.2021100.000.00131510.02100.000.001940100.000.00
30.06.2021100.000.00122390.03100.000.001960100.000.00
Average100.000.000.00280.89168.140.06100.000.00360.00214.080.0099.990.01450.00

Period: 01.01.2021 - 31.03.2021

expand ...

DateOpen Banking APIInternet BankConnect
Uptime %Downtime %Downtime sAISPISPIISError %Uptime %Downtime %Downtime sResponseError %Uptime %Downtime %Downtime s
01.01.2021100.000.002922470.17100.000.002640.02100.000.00
02.01.2021100.000.002541740.11100.000.002620.02100.000.00
03.01.2021100.000.003082630.12100.000.002670.02100.000.00
04.01.2021100.000.003803470.1599.930.07602640.07100.000.00
05.01.2021100.000.003593640.43100.000.002360.08100.000.00
06.01.2021100.000.002902470.0999.690.312702680.08100.000.00
07.01.2021100.000.003472680.1100.000.002340.04100.000.00
08.01.2021100.000.004043810.16100.000.001930.04100.000.00
09.01.2021100.000.003573020.11100.000.002270.02100.000.00
10.01.2021100.000.003973520.1100.000.002210.05100.000.00
11.01.2021100.000.003993270.09100.000.002070.06100.000.00
12.01.2021100.000.003443610.25100.000.002180.04100.000.00
13.01.2021100.000.004704450.08100.000.002670.07100.000.00
14.01.2021100.000.004644370.13100.000.002180.04100.000.00
15.01.2021100.000.004934730.19100.000.002170.03100.000.00
16.01.2021100.000.004153440.1100.000.002710.01100.000.00
17.01.2021100.000.004313390.07100.000.003080.04100.000.00
18.01.2021100.000.004333450.09100.000.001890.05100.000.00
19.01.2021100.000.004613530.11100.000.001830.04100.000.00
20.01.2021100.000.004904470.22100.000.002030.04100.000.00
21.01.2021100.000.004513850.1598.681.3211401730.05100.000.00
22.01.2021100.000.004444700.16100.000.001680.04100.000.00
23.01.2021100.000.003863230.08100.000.001970.01100.000.00
24.01.2021100.000.004253240.1100.000.001910.02100.000.00
25.01.2021100.000.004844130.14100.000.001630.04100.000.00
26.01.2021100.000.004263750.1100.000.001650.04100.000.00
27.01.2021100.000.004863930.11100.000.002210.06100.000.00
28.01.2021100.000.005554760.11100.000.001830.04100.000.00
29.01.2021100.000.005535080.0899.720.282402080.06100.000.00
30.01.2021100.000.003683110.06100.000.002090.02100.000.00
31.01.2021100.000.004923900.21100.000.001870.02100.000.00
01.02.2021100.000.006826160.16100.000.001770.04100.000.00
02.02.2021100.000.006605740.17100.000.001790.05100.000.00
03.02.2021100.000.005875600.2298.751.252180.08100.000.00
04.02.2021100.000.006035700.1100.000.001540.04100.000.00
05.02.2021100.000.006547440.24100.000.001830.01100.000.00
06.02.2021100.000.005685390.12100.000.001940.01100.000.00
07.02.2021100.000.006645800.11100.000.001920100.000.00
08.02.2021100.000.005365350.27100.000.001840100.000.00
09.02.2021100.000.004253540.13100.000.001790100.000.00
10.02.2021100.000.0086411090.41100.000.002120.09100.000.00
11.02.2021100.000.005674010.16100.000.001880.01100.000.00
12.02.2021100.000.005505010.1100.000.001920.02100.000.00
13.02.2021100.000.004153280.19100.000.002040100.000.00
14.02.2021100.000.003852910.24100.000.001920100.000.00
15.02.2021100.000.006175720.18100.000.001810100.000.00
16.02.2021100.000.005223870.07100.000.001800.01100.000.00
17.02.2021100.000.004854300.21100.000.001970.01100.000.00
18.02.2021100.000.005014440.13100.000.001820.01100.000.00
19.02.2021100.000.005625280.18100.000.001810100.000.00
20.02.2021100.000.005244740.09100.000.001940100.000.00
21.02.2021100.000.005144320.17100.000.001870.01100.000.00
22.02.2021100.000.006095830.21100.000.001800.03100.000.00
23.02.2021100.000.006085670.12100.000.002130.01100.000.00
24.02.2021100.000.005444920.15100.000.002410100.000.00
25.02.2021100.000.006188880.32100.000.002320.01100.000.00
26.02.2021100.000.007006200.18100.000.001970.0199.380.63540
27.02.2021100.000.005324520.15100.000.002040.01100.000.00
28.02.2021100.000.005825390.16100.000.001880100.000.00
01.03.2021100.000.007517040.17100.000.002280.01100.000.00
02.03.2021100.000.006576250.2498.751.2510802060100.000.00
03.03.2021100.000.007356680.28100.000.002170.01100.000.00
04.03.2021100.000.006896780.14100.000.002160100.000.00
05.03.2021100.000.007949510.5299.790.211802770.05100.000.00
06.03.2021100.000.005003750.26100.000.002360100.000.00
07.03.2021100.000.007387780.44100.000.002070.01100.000.00
08.03.2021100.000.006515410.2598.891.119602560.01100.000.00
09.03.2021100.000.007157370.26100.000.002330100.000.00
10.03.2021100.000.007086910.2899.580.423602740.04100.000.00
11.03.2021100.000.007387190.23100.000.002260.02100.000.00
12.03.2021100.000.007086530.2100.000.002160100.000.00
13.03.2021100.000.005644310.18100.000.002250.01100.000.00
14.03.2021100.000.005153660.14100.000.002080100.000.00
15.03.2021100.000.007377500.23100.000.002340.01100.000.00
16.03.2021100.000.007747540.2499.510.494202280.03100.000.00
17.03.2021100.000.006856420.27100.000.002030.01100.000.00
18.03.2021100.000.007376540.34100.000.001980.01100.000.00
19.03.2021100.000.007186300.27100.000.002110100.000.00
20.03.2021100.000.006827470.47100.000.002260.01100.000.00
21.03.2021100.000.007629320.42100.000.002220100.000.00
22.03.2021100.000.007647020.16100.000.002310.02100.000.00
23.03.2021100.000.007808160.14100.000.002420.04100.000.00
24.03.2021100.000.007799840.33100.000.002380.01100.000.00
25.03.2021100.000.008189620.29100.000.002150.01100.000.00
26.03.2021100.000.004264770.1199.930.07602170.01100.000.00
27.03.2021100.000.00122820.14100.000.002370.01100.000.00
28.03.2021100.000.001211120.12100.000.002150.01100.000.00
29.03.2021100.000.001501890.12100.000.002270.01100.000.00
30.03.2021100.000.001521810.09100.000.002450.02100.000.00
31.03.2021100.000.001542090.16100.000.002160100.000.00
Average100.000.000.00530.67500.380.1899.920.084770.00213.520.0299.990.01540.00

Period: 01.10.2020 - 31.12.2020

expand ...

DateOpen Banking APIInternet BankConnect
Uptime %Downtime %Downtime sAISPISPIISError %Uptime %Downtime %Downtime sResponseError %Uptime %Downtime %Downtime s
01.10.2020100.000.00197800100.000.002700100.000.00
02.10.2020100.000.00189105099.930.07603270.01100.000.00
03.10.2020100.000.00172640100.000.004310100.000.00
04.10.2020100.000.00173760100.000.003910100.000.00
05.10.2020100.000.00211790100.000.002960.03100.000.00
06.10.2020100.000.00201800100.000.002850100.000.00
07.10.2020100.000.0030856790.01100.000.003380.02100.000.00
08.10.2020100.000.00209750100.000.002990.01100.000.00
09.10.2020100.000.00207840100.000.002880.02100.000.00
10.10.2020100.000.00185770100.000.003760.01100.000.00
11.10.2020100.000.00187780100.000.003460.01100.000.00
12.10.2020100.000.00213820100.000.002840.04100.000.00
13.10.2020100.000.00198730100.000.002720.02100.000.00
14.10.2020100.000.00134830100.000.001890.01100.000.00
15.10.2020100.000.00139770100.000.002020.01100.000.00
16.10.2020100.000.00194730100.000.002910.01100.000.00
17.10.2020100.000.00184970100.000.004100.01100.000.00
18.10.2020100.000.00187740100.000.003460.01100.000.00
19.10.2020100.000.00208940100.000.002810100.000.00
20.10.2020100.000.00211890100.000.002910100.000.00
21.10.2020100.000.0022285099.860.141203410.04100.000.00
22.10.2020100.000.002261000100.000.003200.01100.000.00
23.10.2020100.000.003051660100.000.003180.01100.000.00
24.10.2020100.000.002721530100.000.004410100.000.00
25.10.2020100.000.002881700100.000.003920100.000.00
26.10.2020100.000.003422440100.000.003050.01100.000.00
27.10.2020100.000.003241890100.000.002990100.000.00
28.10.2020100.000.003402120100.000.003410.05100.000.00
29.10.2020100.000.003852290100.000.003200.01100.000.00
30.10.2020100.000.003632100100.000.003170.01100.000.00
31.10.2020100.000.003091950100.000.003820.01100.000.00
01.11.2020100.000.003201850100.000.003350100.000.00
02.11.2020100.000.003932170100.000.002800.01100.000.00
03.11.2020100.000.003692030100.000.002490.01100.000.00
04.11.2020100.000.00384225099.930.07602750.05100.000.00
05.11.2020100.000.00380241099.930.07602920.0199.910.0975
06.11.2020100.000.00394237099.860.141203030.01100.000.00
07.11.2020100.000.003241830100.000.003650100.000.00
08.11.2020100.000.003301960100.000.003800100.000.00
09.11.2020100.000.003872300100.000.002440100.000.00
10.11.2020100.000.004272790100.000.002570100.000.00
11.11.2020100.000.00409282099.930.07602950.06100.000.00
12.11.2020100.000.005193980100.000.002860.0199.770.23195
13.11.2020100.000.003742260100.000.002670100.000.00
14.11.2020100.000.004552980100.000.003720.02100.000.00
15.11.2020100.000.003031740100.000.003480.01100.000.00
16.11.2020100.000.004022870.01100.000.002560.0199.970.0330
17.11.2020100.000.005554340100.000.002460.01100.000.00
18.11.2020100.000.004393070.01100.000.002760.03100.000.00
19.11.2020100.000.003503340100.000.001760100.000.00
20.11.2020100.000.003563010100.000.001790.01100.000.00
21.11.2020100.000.002952370100.000.002950100.000.00
22.11.2020100.000.003132510100.000.002520100.000.00
23.11.2020100.000.003202340100.000.001730.01100.000.00
24.11.2020100.000.003322600100.000.001970.0199.970.0330
25.11.2020100.000.00320219099.600.403451990.0499.970.0330
26.11.2020100.000.00365308099.930.07601950.03100.000.00
27.11.2020100.000.003993060100.000.001930.01100.000.00
28.11.2020100.000.003813030100.000.002840100.000.00
29.11.2020100.000.004183470100.000.002690.01100.000.00
30.11.2020100.000.004143560100.000.001710.01100.000.00
01.12.202099.860.141207996870100.000.00164099.810.19166
02.12.202099.470.534624733960.0199.480.524451940.0199.510.49420
03.12.2020100.000.003453380100.000.001740.01100.000.00
04.12.202099.540.464002942660.6296.243.7632501680.895.764.243660
05.12.2020100.000.002251640100.000.002380.01100.000.00
06.12.2020100.000.002572510100.000.002390.01100.000.00
07.12.2020100.000.003272900100.000.00163099.970.0330
08.12.2020100.000.003182910.02100.000.001630.01100.000.00
09.12.2020100.000.003102900100.000.002730.02100.000.00
10.12.2020100.000.003092670.01100.000.002800.15100.000.00
11.12.2020100.000.002862360100.000.002890.04100.000.00
12.12.2020100.000.002702220100.000.002640.02100.000.00
13.12.2020100.000.003133010100.000.002530.02100.000.00
14.12.2020100.000.003182820100.000.002920.06100.000.00
15.12.2020100.000.003002430100.000.002880.04100.000.00
16.12.2020100.000.003082500100.000.002930.05100.000.00
17.12.2020100.000.003542600100.000.002740.05100.000.00
18.12.2020100.000.003182440100.000.002890.05100.000.00
19.12.2020100.000.002782350100.000.002790.02100.000.00
20.12.2020100.000.002992670100.000.002660.03100.000.00
21.12.2020100.000.003512810100.000.003260.05100.000.00
22.12.2020100.000.003272810100.000.002420.1100.000.00
23.12.2020100.000.003082430100.000.002610.05100.000.00
24.12.2020100.000.003022590100.000.002890.03100.000.00
25.12.2020100.000.002982480100.000.002860.02100.000.00
26.12.2020100.000.003062640100.000.002570.01100.000.00
27.12.2020100.000.003012500100.000.002420.01100.000.00
28.12.2020100.000.003643330100.000.002430.05100.000.00
29.12.2020100.000.003472940100.000.002610.06100.000.00
30.12.2020100.000.002872200100.000.002530.04100.000.00
31.12.2020100.000.002782300100.000.002520.04100.000.00
Average99.990.01982.00344.10227.320.0199.940.064580.00278.840.0399.940.064636.00

Period: 01.07.2020 - 31.09.2020

expand ...

DateOpen Banking APIInternet BankConnect
Uptime %Downtime %Downtime sAISPISPIISError %Uptime %Downtime %Downtime sResponseError %Uptime %Downtime %Downtime s
01.07.2020100.000.0023080099.790.211803620.0498.721.281110
02.07.2020100.000.0022251099.930.07603490.0799.790.21180
03.07.2020100.000.00222790.01100.000.003640.01100.000.00
04.07.2020100.000.00185660100.000.004850.03100.000.00
05.07.2020100.000.00194680100.000.003610.01100.000.00
06.07.2020100.000.00230730100.000.003170.01100.000.00
07.07.2020100.000.00217790100.000.003150.02100.000.00
08.07.2020100.000.00244690100.000.003650.02100.000.00
09.07.2020100.000.00220640100.000.003370100.000.00
10.07.2020100.000.00219610.01100.000.003490100.000.00
11.07.2020100.000.00175870100.000.004050100.000.00
12.07.2020100.000.0017681099.930.07603430.01100.000.00
13.07.2020100.000.00220810100.000.003490100.000.00
14.07.2020100.000.00199650100.000.003520.0199.930.0760
15.07.2020100.000.00203690100.000.003640.01100.000.00
16.07.2020100.000.00213580100.000.003460100.000.00
17.07.2020100.000.00226600100.000.003710.01100.000.00
18.07.2020100.000.00220540100.000.004460100.000.00
19.07.2020100.000.00205620100.000.003760.01100.000.00
20.07.2020100.000.00255600100.000.003520100.000.00
21.07.2020100.000.003321720.02100.000.004160100.000.00
22.07.2020100.000.00237670100.000.004120.01100.000.00
23.07.2020100.000.00245680.01100.000.004000100.000.00
24.07.2020100.000.00225720100.000.003700100.000.00
25.07.2020100.000.00234760100.000.005320.01100.000.00
26.07.2020100.000.00205600100.000.004420.01100.000.00
27.07.2020100.000.00234670100.000.003530100.000.00
28.07.2020100.000.00225730100.000.003850.01100.000.00
29.07.2020100.000.00223700100.000.004040.07100.000.00
30.07.2020100.000.00225830100.000.004230.02100.000.00
31.07.2020100.000.00225630100.000.004300.01100.000.00
01.08.2020100.000.00237850100.000.005500.04100.000.00
02.08.2020100.000.0020257099.930.07605140.02100.000.00
03.08.2020100.000.00233710100.000.003770.01100.000.00
04.08.2020100.000.00225970100.000.003850.01100.000.00
05.08.2020100.000.00233810100.000.004320.01100.000.00
06.08.2020100.000.00210900100.000.003890100.000.00
07.08.2020100.000.00228660.01100.000.004240.01100.000.00
08.08.2020100.000.00215600100.000.006290100.000.00
09.08.2020100.000.0019765099.930.07605340.03100.000.00
10.08.2020100.000.00231850100.000.003880100.000.00
11.08.2020100.000.00221780100.000.004090.01100.000.00
12.08.2020100.000.00213620100.000.004270100.000.00
13.08.2020100.000.00223780100.000.004240.01100.000.00
14.08.2020100.000.00214670100.000.004580100.000.00
15.08.2020100.000.00219740100.000.006950.01100.000.00
16.08.2020100.000.00214740100.000.006770100.000.00
17.08.2020100.000.00224860.11100.000.004190.15100.000.00
18.08.2020100.000.00234950100.000.004640100.000.00
19.08.2020100.000.00217600100.000.004210100.000.00
20.08.2020100.000.00198780100.000.004490.01100.000.00
21.08.2020100.000.00208750100.000.003950.01100.000.00
22.08.2020100.000.00224840100.000.007700100.000.00
23.08.2020100.000.00206950100.000.004990.01100.000.00
24.08.2020100.000.00231910100.000.004110100.000.00
25.08.2020100.000.00240870100.000.004410.03100.000.00
26.08.2020100.000.00234770100.000.004710.01100.000.00
27.08.2020100.000.00236760.04100.000.004490.0199.930.0760
28.08.2020100.000.00231750100.000.004230100.000.00
29.08.2020100.000.00232800100.000.006010.01100.000.00
30.08.2020100.000.002431340100.000.005770.01100.000.00
31.08.2020100.000.00261104099.720.282404120.03100.000.00
01.09.202099.930.076029341160.01100.000.004600100.000.00
02.09.2020100.000.00264940.05100.000.004820.02100.000.00
03.09.202099.790.21180244880100.000.003990.01100.000.00
04.09.2020100.000.002231000100.000.004360.01100.000.00
05.09.2020100.000.00223980100.000.005510.01100.000.00
06.09.2020100.000.00190790100.000.005120100.000.00
07.09.2020100.000.00235910.0199.860.141204630.02100.000.00
08.09.2020100.000.00218820100.000.003490100.000.00
09.09.2020100.000.00236910.1499.930.07603590.01100.000.00
10.09.2020100.000.002301010100.000.003730100.000.00
11.09.2020100.000.00210900100.000.003490.01100.000.00
12.09.2020100.000.00219920100.000.004560.04100.000.00
13.09.2020100.000.001951000100.000.004220.01100.000.00
14.09.2020100.000.00218930100.000.003190.0299.420.58503
15.09.2020100.000.0020883099.930.07603800.03100.000.00
16.09.2020100.000.00208790.01100.000.003230.14100.000.00
17.09.2020100.000.00180710100.000.002730100.000.00
18.09.2020100.000.00178730100.000.002840.01100.000.00
19.09.2020100.000.00176740100.000.004030100.000.00
20.09.2020100.000.00167690100.000.003480100.000.00
21.09.2020100.000.00193830100.000.002750.01100.000.00
22.09.2020100.000.00199890.01100.000.003190.01100.000.00
23.09.2020100.000.00187690100.000.003020.01100.000.00
24.09.2020100.000.00189690100.000.003040.01100.000.00
25.09.2020100.000.00187720100.000.003060.01100.000.00
26.09.2020100.000.00167800100.000.004250.01100.000.00
27.09.2020100.000.00173680100.000.003730.01100.000.00
28.09.2020100.000.00186730100.000.002740.01100.000.00
29.09.2020100.000.00192760100.000.003050100.000.00
30.09.2020100.000.00218930.03100.000.003260.01100.000.00
Average100.000.00240.00278.8677.840.0199.990.01900.00412.380.0199.980.021913.00

Period: 01.04.2020 - 30.06.2020

expand ...

DateOpen Banking APIInternet BankConnect
Uptime %Downtime %Downtime sAISPISPIISError %Uptime %Downtime %Downtime sResponseError %Uptime %Downtime %
01.04.2020100.000.00244830.02100.000.0011710100.000.00
02.04.2020100.000.00240790.01100.000.003130100.000.00
03.04.2020100.000.00241750.03100.000.003180100.000.00
04.04.2020100.000.00221780100.000.003390100.000.00
05.04.2020100.000.00207810100.000.004150100.000.00
06.04.2020100.000.00241840.01100.000.003890100.000.00
07.04.2020100.000.00231780100.000.003570100.000.00
08.04.2020100.000.00239840100.000.003780100.000.00
09.04.2020100.000.0025575098.961.049003760100.000.00
10.04.2020100.000.00205610100.000.003430.02100.000.00
11.04.202099.930.0760216810100.000.003490100.000.00
12.04.2020100.000.00204760100.000.003490.01100.000.00
13.04.2020100.000.00233790100.000.003280100.000.00
14.04.2020100.000.00245750100.000.003050.01100.000.00
15.04.2020100.000.002261110100.000.003740100.000.00
16.04.2020100.000.0014465099.930.07604350.01100.000.00
17.04.2020100.000.0021969099.930.07603390100.000.00
18.04.2020100.000.0021559099.930.07604350100.000.00
19.04.2020100.000.00214600100.000.003910100.000.00
20.04.2020100.000.00247710100.000.003280.01100.000.00
21.04.2020100.000.00215860100.000.003660100.000.00
22.04.2020100.000.00213800.03100.000.003970.01100.000.00
23.04.2020100.000.00209670100.000.004140.01100.000.00
24.04.2020100.000.00222840100.000.003430100.000.00
25.04.2020100.000.00201860100.000.003570.01100.000.00
26.04.2020100.000.00194840100.000.004760100.000.00
27.04.2020100.000.00209780100.000.003620100.000.00
28.04.2020100.000.00213680100.000.003320100.000.00
29.04.2020100.000.00224730.01100.000.003360100.000.00
30.04.2020100.000.00245680100.000.003650.04100.000.00
01.05.2020100.000.00200680100.000.003660.04100.000.00
02.05.2020100.000.0021663099.930.07603260100.000.00
03.05.2020100.000.0020472099.930.07603390100.000.00
04.05.2020100.000.00264730.0198.331.6714404200.05100.000.00
05.05.2020100.000.00253650.02100.000.005020.01100.000.00
06.05.2020100.000.00261810100.000.003770100.000.00
07.05.2020100.000.00260690.01100.000.003600100.000.00
08.05.2020100.000.0026176099.240.766603760.03100.000.00
09.05.2020100.000.0028455099.930.07604540.01100.000.00
10.05.2020100.000.00236660100.000.003670.02100.000.00
11.05.2020100.000.00294790100.000.003270.01100.000.00
12.05.2020100.000.003821130100.000.004070100.000.00
13.05.2020100.000.00331770.01100.000.004190.01100.000.00
14.05.2020100.000.00288960.01100.000.004000100.000.00
15.05.2020100.000.0026670099.720.282403510.02100.000.00
16.05.2020100.000.00263730100.000.004240100.000.00
17.05.2020100.000.0022278099.930.07603440100.000.00
18.05.2020100.000.00277920100.000.003690.01100.000.00
19.05.2020100.000.002881010.06100.000.004740.0199.860.14
20.05.2020100.000.00274730.0199.720.282403930.05100.000.00
21.05.202099.860.14120170800.11100.000.002510.01100.000.00
22.05.2020100.000.00152650100.000.002330100.000.00
23.05.2020100.000.00148530100.000.003680100.000.00
24.05.2020100.000.00142550100.000.002610.02100.000.00
25.05.2020100.000.00153540100.000.00234099.930.07
26.05.2020100.000.00151600100.000.002720100.000.00
27.05.2020100.000.00157610100.000.002990.01100.000.00
28.05.2020100.000.00251710100.000.004400100.000.00
29.05.2020100.000.00304760100.000.004820.01100.000.00
30.05.2020100.000.00233740100.000.006380100.000.00
31.05.2020100.000.0025761099.860.141204370100.000.00
01.06.2020100.000.00318620100.000.004010100.000.00
02.06.2020100.000.00269820100.000.004270100.000.00
03.06.2020100.000.00258930100.000.005000.01100.000.00
04.06.202099.930.076026585099.790.211804230.02100.000.00
05.06.2020100.000.00308810.02100.000.004340.01100.000.00
06.06.2020100.000.00242990.0199.930.07604470100.000.00
07.06.2020100.000.0022168099.930.07603980100.000.00
08.06.2020100.000.00281640.07100.000.003840.05100.000.00
09.06.2020100.000.00261840100.000.003760.01100.000.00
10.06.2020100.000.00318112099.930.07604120.09100.000.00
11.06.2020100.000.00245690100.000.003960.05100.000.00
12.06.2020100.000.0022663099.930.07604390.02100.000.00
13.06.2020100.000.00209700100.000.005760100.000.00
14.06.2020100.000.0019961099.930.07604590100.000.00
15.06.2020100.000.00234610.01100.000.004000.01100.000.00
16.06.2020100.000.00221690100.000.004340.0199.930.07
17.06.2020100.000.00216640.01100.000.004500.0199.930.07
18.06.2020100.000.00210650100.000.004180.0199.930.07
19.06.2020100.000.00209690100.000.004000.02100.000.00
20.06.2020100.000.00199820100.000.00427099.930.07
21.06.2020100.000.00186790100.000.003860.01100.000.00
22.06.2020100.000.00205790100.000.003790100.000.00
23.06.2020100.000.00175450100.000.005200.01100.000.00
24.06.2020100.000.00171570100.000.005570.01100.000.00
25.06.2020100.000.00209670100.000.003910100.000.00
26.06.2020100.000.00237790100.000.004710.01100.000.00
27.06.2020100.000.00181650100.000.004540.01100.000.00
28.06.2020100.000.0018874099.930.07604430.01100.000.00
29.06.2020100.000.00233700100.000.003900100.000.00
30.06.2020100.000.00216540100.000.003310.01100.000.00
Average100.000.00240.00230.5973.850.0199.940.064560.00400.140.0199.990.01

Period: 01.01.2020 - 31.03.2020

expand ...

Open Banking APIInternet Bank
DateUptime %Downtime %Downtime sAISPISPIISError %Uptime %Downtime %Downtime sResponseError %
01.01.2020100.000.00272550100.000.003480
02.01.2020100.000.00344660100.000.003460
03.01.2020100.000.00359680100.000.004020
04.01.2020100.000.00299620100.000.004540
05.01.2020100.000.00314610100.000.004300
06.01.2020100.000.00363700100.000.004030.02
07.01.2020100.000.00349690100.000.003660
08.01.2020100.000.00339730100.000.003560
09.01.2020100.000.00295650100.000.003430
10.01.2020100.000.00313690100.000.003630
11.01.2020100.000.00263660100.000.003650.01
12.01.2020100.000.00266640100.000.003360
13.01.2020100.000.00304710100.000.003740
14.01.2020100.000.00324720100.000.003940
15.01.2020100.000.00302740100.000.004110
16.01.2020100.000.00317760100.000.003820.03
17.01.2020100.000.00317730100.000.003790.01
18.01.2020100.000.00259710100.000.004210
19.01.2020100.000.0028173099.930.07603690.02
20.01.2020100.000.00328920100.000.002880
21.01.2020100.000.00324860100.000.003100
22.01.2020100.000.00305120099.860.141203410.01
23.01.2020100.000.00282710.44100.000.003380.01
24.01.2020100.000.00330900.61100.000.003470.01
25.01.2020100.000.00226840100.000.003610.02
26.01.2020100.000.00236850100.000.003390.01
27.01.2020100.000.00247760100.000.003270.01
28.01.2020100.000.00239700100.000.003710.01
29.01.2020100.000.00238690100.000.004250.01
30.01.2020100.000.0025164099.930.07603540.02
31.01.2020100.000.0015162099.930.07602510.01
01.02.2020100.000.00143620100.000.002700.01
02.02.2020100.000.00134660100.000.002700.01
03.02.2020100.000.00153730100.000.002450
04.02.2020100.000.00149470100.000.002800
05.02.2020100.000.00158580100.000.003230
06.02.2020100.000.00145420100.000.003000.02
07.02.2020100.000.00145560100.000.002780
08.02.2020100.000.00148630100.000.002420
09.02.2020100.000.00137640100.000.001990.02
10.02.2020100.000.00150640100.000.002010
11.02.2020100.000.001621730100.000.002190
12.02.2020100.000.00233680100.000.002610.01
13.02.2020100.000.00231760100.000.003460.01
14.02.2020100.000.00237650100.000.003290
15.02.2020100.000.00255790100.000.003270.07
16.02.2020100.000.00239640100.000.004030.37
17.02.2020100.000.00235690100.000.003130.02
18.02.2020100.000.00224630100.000.003320.01
19.02.2020100.000.00232670100.000.004000
20.02.202099.720.28240236710100.000.003740.01
21.02.2020100.000.00238640100.000.003100.02
22.02.2020100.000.00264760100.000.003440.02
23.02.2020100.000.00210730100.000.004140
24.02.2020100.000.00203610100.000.003790.02
25.02.2020100.000.00237790100.000.003610.02
26.02.2020100.000.0024374099.860.141203580
27.02.2020100.000.00246740100.000.004420.01
28.02.2020100.000.0030088098.231.7715254260
29.02.2020100.000.00281790100.000.004080.01
01.03.2020100.000.00235730100.000.004030
02.03.2020100.000.00268920100.000.003510
03.03.2020100.000.00287820100.000.004570
04.03.2020100.000.00279870100.000.004310
05.03.2020100.000.00266770100.000.003650.01
06.03.2020100.000.00269760100.000.003690
07.03.2020100.000.00274830100.000.003720
08.03.2020100.000.00209700100.000.003810
09.03.2020100.000.00253790100.000.003860
10.03.2020100.000.00242820100.000.004850
11.03.2020100.000.0023979099.930.07604220.01
12.03.2020100.000.00238800100.000.003800
13.03.2020100.000.00264920100.000.005000.01
14.03.2020100.000.00216870100.000.004090
15.03.2020100.000.00202800100.000.003650.01
16.03.2020100.000.00237840100.000.003750.01
17.03.2020100.000.00225750100.000.004200
18.03.2020100.000.00236800100.000.004020
19.03.2020100.000.00227860100.000.003420
20.03.202080.9419.0616470243800100.000.003480
21.03.2020100.000.00214830100.000.004070
22.03.2020100.000.00202900100.000.003700
23.03.2020100.000.00233830100.000.003640
24.03.2020100.000.00222850100.000.003700.01
25.03.2020100.000.00235770100.000.003610
26.03.2020100.000.00248890100.000.003520
27.03.2020100.000.002301030100.000.003450
28.03.2020100.000.00213790100.000.004220
29.03.2020100.000.00201780100.000.003900
30.03.2020100.000.002821040100.000.003420
31.03.2020100.000.00232760100.000.003300

Period: 14.09.2019 - 31.12.2019

expand ...

Open Banking APIInternet Bank
DateUptime %Downtime %Downtime sAISPISPIISError %Uptime %Downtime %Downtime sAISPISError %
14.09.2019100,000,001645099,960,04354928000,01
15.09.2019100,000,003210100,000,004288630
16.09.2019100,000,004120100,000,0036810600
17.09.2019100,000,003210100,000,0036210090
18.09.2019100,000,00863099,320,6859032610010,05
19.09.2019100,000,004660100,000,003339160
20.09.2019100,000,006440100,000,003339880
21.09.2019100,000,005160100,000,004777490
22.09.2019100,000,009380100,000,004417700,02
23.09.2019100,000,003000100,000,0035010010,01
24.09.2019100,000,00314099,910,097431916020,02
25.09.2019100,000,004480100,000,003338900,01
26.09.2019100,000,004340100,000,003399750,01
27.09.2019100,000,002640100,000,001564290
28.09.2019100,000,002540100,000,001424100
29.09.2019100,000,00239099,940,06561774040
30.09.2019100,000,002840100,000,002155370,01
01.10.2019100,000,002860100,000,002424710
02.10.2019100,000,002530100,000,002464870
03.10.2019100,000,002260100,000,001963810
04.10.2019100,000,00271720100,000,002144560,01
05.10.2019100,000,002310100,000,001493970
06.10.2019100,000,002250100,000,001543820,01
07.10.2019100,000,00260750100,000,001624950
08.10.2019100,000,002580100,000,001614970
09.10.2019100,000,00255930100,000,001984840,01
10.10.2019100,000,002500100,000,0043004290
11.10.2019100,000,002230100,000,002074620
12.10.2019100,000,002570100,000,002834150,01
13.10.2019100,000,002570100,000,002873910
14.10.2019100,000,002390100,000,002335040
15.10.2019100,000,002202100100,000,002044880
16.10.2019100,000,00283620100,000,003947180,02
17.10.201995,834,17360029451095,834,1736003727000,01
18.10.2019100,000,00249400100,000,003876970
19.10.2019100,000,00219670100,000,006296240
20.10.2019100,000,00959390100,000,006196200,01
21.10.2019100,000,002660100,000,005309460,01
22.10.2019100,000,002490100,000,001552760,01
23.10.2019100,000,002360100,000,001882910
24.10.2019100,000,002510100,000,001942880
25.10.2019100,000,002480100,000,002233140
26.10.2019100,000,002420100,000,003473020,02
27.10.2019100,000,002240100,000,003602860,01
28.10.2019100,000,002493540100,000,001983040,01
29.10.2019100,000,003090100,000,002353190
30.10.2019100,000,002580100,000,002393240
31.10.2019100,000,002950100,000,001942900,01
01.11.2019100,000,003310100,000,001942930
02.11.2019100,000,003410100,000,002702920
03.11.2019100,000,003570100,000,002592730
04.11.2019100,000,003552130100,000,002293080
05.11.2019100,000,002561040100,000,002072790
06.11.2019100,000,00271670100,000,002383040
07.11.2019100,000,002361240100,000,002152900,01
08.11.2019100,000,002250100,000,003104340
09.11.2019100,000,001620100,000,003703000,01
10.11.2019100,000,001930100,000,003342890
11.11.2019100,000,002430100,000,002593410,01
12.11.2019100,000,00228930100,000,002683200
13.11.2019100,000,002390100,000,0022933380
14.11.2019100,000,002330100,000,002422860
15.11.2019100,000,002510100,000,002623020,01
16.11.2019100,000,001920100,000,003723220,01
17.11.2019100,000,001900100,000,003492940,01
18.11.2019100,000,002530100,000,002613300
19.11.2019100,000,002471710100,000,002753270,01
20.11.2019100,000,002581280100,000,003694470,01
21.11.201999,790,21180267132099,970,03244475870,87
22.11.2019100,000,002531620100,000,005107150,01
23.11.2019100,000,002140100,000,004675170,01
24.11.2019100,000,002330100,000,004794590,01
25.11.2019100,000,002870100,000,003705190,01
26.11.2019100,000,002780100,000,003725290,01
27.11.2019100,000,002871260100,000,003975940,01
28.11.2019100,000,003091250100,000,003244590,01
29.11.2019100,000,003471630100,000,003484490,01
30.11.2019100,000,002471050100,000,004014040
01.12.2019100,000,002441100100,000,003564050
02.12.2019100,000,003151280100,000,003495520,01
03.12.2019100,000,002971080100,000,004046210,01
04.12.2019100,000,00308750100,000,003545150,01
05.12.2019100,000,00302740,0199,920,08703054270,02
06.12.2019100,000,00323760100,000,003504690
07.12.2019100,000,00211530100,000,003374090
08.12.2019100,000,00236640100,000,004124090
09.12.2019100,000,00349730100,000,003604970,01
10.12.2019100,000,00379880100,000,003295080
11.12.2019100,000,00326680100,000,004467060,01
12.12.2019100,000,00330630100,000,003264580,01
13.12.2019100,000,00333710100,000,003424860,01
14.12.2019100,000,00283570100,000,004504360,01
15.12.2019100,000,00307610100,000,003843980
16.12.2019100,000,00377810100,000,002954840
17.12.2019100,000,00324610100,000,003475000
18.12.2019100,000,00320600100,000,004336460,01
19.12.2019100,000,00341610100,000,003024570
20.12.2019100,000,00373690100,000,003214670
21.12.2019100,000,00297570100,000,003934080
22.12.2019100,000,00287540100,000,004594070
23.12.2019100,000,00314600100,000,003394490
24.12.2019100,000,00286540100,000,005324410
25.12.2019100,000,00271520100,000,005224330
26.12.2019100,000,00277530100,000,003314180
27.12.2019100,000,00318590100,000,003404850,01
28.12.2019100,000,00284540100,000,003764470
29.12.2019100,000,0029555099,930,07634484390,01
30.12.2019100,000,00326630100,000,003244670,02
31.12.2019100,000,00300600100,000,003424540,01