---
title: "Update card status"
method: POST
path: "/api/v2/card-status"
tags: ["External Wallet Access Mode"]
---

# Update card status

`POST /api/v2/card-status`

Freezes (status 0) or unfreezes (status 1) the user's card. cardTokenId is the card's own token, not the user's URID.

## Headers

- `tokenId` string, required
- `network` string, required
- `sign` string, required
- `hash` string, required
- `deadline` string, required

## Request body

- object
  - `cardTokenId` string, required — The card's token (the card's specific ID, not the user's URID), retrieved from the cards interface.
  - `status` integer, required — Target status: 0 inactive (blocked), 1 active (unblocked).

## Response `200`

Response envelope. For the user API, retCode 0 means success; for the partner API, code 0 means success. Business rejections return HTTP 200 with a non-zero code.

- EwaEnvelope — Standard response envelope for the user API (api.ur.app).
  - `retCode` integer, required — 0 on success; non-zero indicates failure.
  - `retMsg` string, required — Human-readable message; error details when retCode is non-zero.
  - `result` unknown
  - `timeNow` integer — Server timestamp in milliseconds.

---

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