Skip to main content
Version: v2

Bankhealth service

The bankhealth service is intended to show the current status of the banks in the form of online or offline state. The date and time will indicate since when the online/offline status was held.

Calling the Bankhealth Service

Endpoint:             https://openbanking.invers.nl/api/v1/status/bankhealth
Method: GET

Header: ApiKey: string (required)
X-Request-ID: string (required)

Information

FieldTypeDescription
BankIdGUIDGUID for bank Id
BankNameStringName of the bank
BankStatusintIndication if the bank is online or offline
StatusHeldSinceDateTimeShow date and time since this status(online or offline) was held

Output (example)


[{
"BankId": "3d70e5ae-7fed-4789-963c-a9f9de7cf794",
"BankName": "Rabobank",
"BankStatus": 1,
"StatusHeldSince": "2021-06-28T09:57:26.8250588+02:00"
},
{
"BankId": "e104cb12-f42a-444b-b65d-20ff1bd70960",
"BankName": "Triodos bank",
"BankStatus": 1,
"StatusHeldSince": "2021-06-28T07:21:35.825097+02:00"
},
{
"BankId": "f3695e7a-c064-4104-821b-2b707f4a656a",
"BankName": "Bunq",
"BankStatus": 1,
"StatusHeldSince": "2021-06-28T09:17:04.8251103+02:00"
},
{
"BankId": "ec3e0888-36ac-4a96-aaf7-4aa744f0d5d7",
"BankName": "ING bank",
"BankStatus": 1,
"StatusHeldSince": "2021-06-28T09:58:43.8251214+02:00"
},
{
"BankId": "a0ad6e35-766b-4a7a-aecd-21f6dd5d9011",
"BankName": "Knab",
"BankStatus": 1,
"StatusHeldSince": "2021-06-28T09:37:37.8251326+02:00"
},
{
"BankId": "6e2336ff-612e-4103-93b4-089d10281265",
"BankName": "Regiobank",
"BankStatus": 1,
"StatusHeldSince": "2021-06-28T09:24:04.8251453+02:00"
},
{
"BankId": "2466bd30-a9ce-4a7b-b5f4-78e69a176912",
"BankName": "F. van Lanschot Bankiers",
"BankStatus": 1,
"StatusHeldSince": "2021-05-02T15:16:41.8251566+02:00"
},
{
"BankId": "f3746abd-df60-4185-9b53-6f4e6652458b",
"BankName": "SNS bank",
"BankStatus": 1,
"StatusHeldSince": "2021-06-28T06:38:38.8251678+02:00"
},
{
"BankId": "287f6bbe-44d4-4963-987b-fe2122de5239",
"BankName": "ASN Bank",
"BankStatus": 1,
"StatusHeldSince": "2021-06-28T07:25:58.8251791+02:00"
},
{
"BankId": "d22d49f5-46c1-44f7-974c-c6e2fe7c8f0e",
"BankName": "ABN-AMRO Bank",
"BankStatus": 1,
"StatusHeldSince": "2021-06-28T10:03:32.8251902+02:00"
}
]