---
title: "Freeze a Card"
method: POST
path: "/api/v1/cards/{cardId}/freeze"
tags: ["Card Management"]
---

# Freeze a Card

`POST /api/v1/cards/{cardId}/freeze`

This will prevent the card from being used for any transactions.

:::info
The card can be frozen and unfrozen instantly and multiple times.
:::

## Path parameters

- `cardId` string, required

## Response `200`

Card frozen successfully

- object
  - `status` 'Card frozen successfully', required

## Other responses

- `400` — Invalid card status transition attempted
- `401` — Unauthorized Error
- `404` — No card found
- `500` — Internal Server Error

---

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