---
title: "Update card details"
method: PUT
path: "/cards/{card_id}"
tags: ["Cards"]
---

# Update card details

`PUT /cards/{card_id}`

Toggle the active state of a stored card using the `is_active` parameter. Set `is_active` to `false` to disable the card, or `true` to re-enable a previously disabled card.

Disabling a card (`is_active: false`) prevents it from being used in payment requests. If your account uses Network Tokens, any tokens associated with the card are also de-provisioned, and will be re-provisioned as needed when the card is next used after being re-enabled.

## Path parameters

- `card_id` string, uuid, required

## Request body

- object
  - `is_active` boolean, required — Indicates whether the card is active. Set to `false` to disable the card or `true` to re-enable a previously disabled card. If your account uses Network Tokens, disabling a card also de-provisions its associated tokens.

## Response `200`

OK

- object
  - `status` 'success' — The outcome of the request.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

[API](https://skmtc.dev/acquired/apis/acquired-api.md) · [All operations](https://skmtc.dev/acquired/apis/acquired-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/acquired/acquired-api/revisions/7ae178a046f2/schema)
