v1

latestOpenAPI 3.0.12026-08-0674476716.0 KB
Reports

Get a bank status

The GET /reports/banks/{bankId}/status endpoint returns the current AIS and PIS service status for a specific bank.

get/reports/banks/{bankId}/status

Path parameters

bankIdstring required

The bank identifier, identical to the id in the repsonse to GET /banks.

Response

Successful response

Example response

{
  "bankStatus": {
    "bankName": "Any Bank",
    "lastUpdatedAt": "27811843"
  }
}