---
title: "Update bank activation status (admin only)"
method: PUT
path: "/api/v1/admin/banks/{bankId}/status"
tags: ["Banks", "Admin"]
---

# Update bank activation status (admin only)

`PUT /api/v1/admin/banks/{bankId}/status`

Update bank activation status (admin only)

## Path parameters

- `bankId` string, uuid, required — The unique identifier of the bank

## Request body

- BankActivationInput — Input for updating bank activation status
  - `isActive` boolean, required — Whether the bank should be active (true) or inactive (false)

## Response `200`

Success

- BankActivationResponse
  - `success` boolean, required — Indicates if the request was successful
  - `data` object, required — Result of bank activation/deactivation operation
    - `bank` object, required
      - `id` string, uuid, required — The unique identifier of the bank
      - `name` string, required — The name of the bank
      - `market` string, required — The market of the bank
      - `currency` string, required — The currency of the bank
      - `isActive` boolean, required — Current activation status of the bank
      - `previousStatus` boolean, required — Previous activation status before this update
    - `message` string, required — Success message describing the operation

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/banqzinc/apis/quidkey-api.md) · [All operations](https://skmtc.net/banqzinc/apis/quidkey-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/banqzinc/quidkey-api/revisions/f86d2bdbcb08/schema)
