Card Deactivated

Triggered when a worker deactivates their card

Event

CARD_DEACTIVATED

Data

employee_id - String
Unique ID for the worker

marqeta_card_token - UUID
Unique ID

card_product - String
Name of the card product

card_type - CardType
The type of card, options are:

PHYSICAL
VIRTUAL
UNKNOWN

reason_code - ReasonCode
Reason for deactivation, options are:

DISABLED_AUTO_DISBURSEMENT
LOST_OR_STOLEN
OTHER

The card is deactivated due to request by the issuer, or being marked as lost or stolen by the user

time_emitted - datetime
Time of activation

Example

"data": {
  "employee_id": "123",
  "marqeta_card_token": "Acme_1099_Physical",
  "card_product": "Acme_1099",
  "card_type": "PHYSICAL",
  "reason_code": "LOST_OR_STOLEN",
  "time_emitted": "2023-12-30T15:40:32-08:00"
}