Card Activated

Triggered when a worker activates their card

Event

CARD_ACTIVATED

Data

employee_id - String
Unique ID for the employee

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

time_emitted - datetime
Time of activation

Example

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