---
title: "card.renewed"
method: POST
path: "card.renewed"
tags: ["Event Types"]
---

# card.renewed

`POST card.renewed` (webhook)

Occurs when a card is renewed.

## Payload

- object
  - `event_type` 'card.renewed', required — The type of event that occurred.
  - `card_token` string, uuid — The token of the card that was renewed.
  - `exp_month` string — The new expiration month of the card.
  - `exp_year` string — The new expiration year of the card.
  - `previous_exp_month` string — The previous expiration month of the card.
  - `previous_exp_year` string — The previous expiration year of the card.

## Acknowledgement `200`

Return a 200 status to indicate that the data was received successfully

---

[API](https://skmtc.net/lithic-com/apis/lithic-developer-api.md) · [All operations](https://skmtc.net/lithic-com/apis/lithic-developer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lithic-com/lithic-developer-api/revisions/53ab5d4e2adb/schema)
