---
title: "Update Card Status"
method: PUT
path: "/card"
---

# Update Card Status

`PUT /card`

Lets you expire an active card of a customer.

## Request body

- object
  - `cardNumber` string, required — Card number to expire or delete.
  - `statusLabel` string — To update card status
  - `reason` string — Reason for updating the card status.
  - `seriesID` string — To update the series
  - `cardExternalId` string — New External Id to add to card

## Response `200`

200

- object

## Other responses

- `400` — 400
- `500` — Internal Server Error

---

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