---
title: "Update Card"
method: PATCH
path: "/cards/{card_id}"
tags: ["Cards"]
---

# Update Card

`PATCH /cards/{card_id}`

Updates info about a card

## Request body

- CardWritePatch — PATCH
  - `status` 'active' | 'inactive'

## Response `200`

OK

- Card
  - `card_id` string
  - `customer_id` string, nullable
  - `account_id` string, nullable
  - `business_id` string, nullable
  - `card_number` string
  - `cvv` string
  - `expiry_date` string
  - `last_four` string
  - `status` 'active' | 'inactive' | 'closed'
  - `card_design_id` string — The visual design of card. Please contact Support to start creating card designs.
  - `date_updated` string
  - `date_created` string
  - `date_physical_card_activated` string

---

[API](https://skmtc.net/bond/apis/customer.md) · [All operations](https://skmtc.net/bond/apis/customer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bond/customer/revisions/62f5ac53144d/schema)
