Added

New Card Updated Event

Release Date

January 22, 2026

Products Affected

Card Updated Event

Impact

Event notification is now supported for card state changes

Audience

All API users

Action Required

None

Overview

Lithic added a card.updated event to notify clients of changes on the card record.

Details

Currently this event only supports state changes, but could have additional card updated details in the future. For example, if the card state is changed through the Lithic Dashboard, IVR, or support clients can receive these updates since it wasn't initiated by client API request.

The event will return the current record along with the previous values.

{
  "event_type":"card.updated"
  "previous_fields":{
    "state": "OPEN"
  }
  "state": "PAUSED"
  "card_token": 00000000-0000-0000-0000-000000000000
} 

Release Timeline

Production availability: January 22, 2026

User Impact

This change is additive only. Existing integrations will continue to function without modification.

Updated Documentation

For complete transaction field specifications, visit our API Guides.

If you have any questions or concerns, please contact us via the HELP link in your Lithic Dashboard.


The Lithic changelog has an RSS feed! To monitor for new update announcements, subscribe with your preferred RSS reader.