---
title: "Update a Card"
method: PATCH
path: "/v1/cards/{card_id}"
---

# Update a Card

`PATCH /v1/cards/{card_id}`

This API updates debit card or credit card details of a customer.

## Path parameters

- `card_id` string, required

## Headers

- `Accept` string, required
- `Content-Type` string, required

## Request body

- object
  - `exp_month` integer — The month value displayed on the card used for the transaction.
  - `exp_year` integer — The YYYY value mentioned on the card used for the transaction.
  - `name` string — Name of the cardholder as mentioned on the card used to carry out a transaction.
  - `address_line1` string — The cardholder's billing address for line 1.
  - `address_line2` string — The cardholder's billing address for line 2.
  - `city` string — The cardholder's city name. Can be a City/District/Suburb/Town/Village.
  - `state_code` string — The cardholder's state name. Can be State/County/Province/Region.
  - `zip` integer — The cardholder's billing ZIP code.
  - `country_code` string — The cardholder's country name.

## Response `200`

200

- object

## Other responses

- `403` — 403

---

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