---
title: "Get a bank status"
method: GET
path: "/reports/banks/{bankId}/status"
tags: ["Reports"]
---

# Get a bank status

`GET /reports/banks/{bankId}/status`

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

## Path parameters

- `bankId` string, required

## Response `200`

Successful response

- GetBankStatusResponse
  - `bankStatus` BankStatus — Contains information on the current status of the connected bank.
    - `aisStatus` string — The current state of this bank's AIS support:<ul><li><b>LIVE</b> – accepting calls</li><li><b>DOWN</b> – connection interrupted, not accepting calls</li></ul>
    - `bankName` string — The name of the bank.
    - `lastUpdatedAt` string — The time since the latest status reported, in milliseconds, 1 day (24 hours) = 8640000000, 1 hour = 36000000, and 1 minute = 60000.
    - `pisStatus` string — The current state of this bank's PIS support:<ul><li><b>LIVE</b> – accepting calls</li><li><b>DOWN</b> – connection interrupted, not accepting calls</li></ul>

## Other responses

- `400` — The client specified an invalid argument
- `401` — The authorization information is missing or invalid
- `403` — Permission to access this endpoint is denied
- `404` — The requested entity, such as a payment, was not found
- `429` — Too many requests
- `500` — An unexpected or internal server error
- `501` — The operation was not implemented
- `503` — Service is unavailable
- `504` — Gateway has timed out

---

[API](https://skmtc.net/token/apis/token-io-s-open-banking-api-for-tpps.md) · [All operations](https://skmtc.net/token/apis/token-io-s-open-banking-api-for-tpps/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/token/token-io-s-open-banking-api-for-tpps/revisions/5e8d6d2c24a1/schema)
