Card Updated
An existing Card has been updated.
Example Use Case
Monitoring for PIN number changes, additional authorized users, and recording updates to a Card's status.
Request Specifications
| Required API Field | Definition | Notes |
|---|---|---|
external_card_id | Unique identifier for the Card being updated. | |
external_entity_id | Unique identifier of the Entity associated with the Card. | Unlike Bank Accounts, the top-level Entity is required and does automatically attach to the Card, in addition to any Entities that are specified under entities[]. |
timestamp | Timestamp of the event. |
Example Request/Response
{
"event_type": "card_updated",
"event_status": "successful",
"event_lifecycle_id": "d1c63d84-c7b6-4ee6-a841-641b23c83aef",
"data": {
"external_card_id": "07e81a74-3fa9-4034-92d4-d59a0e92fdd2",
"external_entity_id": "e96dbfa4-7cf4-4881-b8a0-3720ea72913f",
"timestamp": "2026-06-01T17:56:22.217Z",
"status": "deactivated",
"status_detail": "Card is locked & deactivated",
"is_locked": true,
"lock_expires_at": null
}
}{
"status_code": 201,
"event_request_token": "EV-tHc3r3odrpkdtb1ViNHD",
"_links": {
"self": {
"href": "/v1/events/EV-tHc3r3odrpkdtb1ViNHD"
}
},
"event": {
"event_type": "card_updated",
"event_status": "PROCESSED",
"event_lifecycle_id": "d1c63d84-c7b6-4ee6-a841-641b23c83aef",
"data": {
"external_card_id": "07e81a74-3fa9-4034-92d4-d59a0e92fdd2",
"card_token": "CARD-wdshFFRC93rw6DeYjRVL",
"timestamp": "2026-06-01T23:15:00.000Z",
"external_entity_id": "e96dbfa4-7cf4-4881-b8a0-3720ea72913f",
"is_locked": true,
"lock_expires_at": null,
"status": "deactivated",
"status_detail": "Card is locked & deactivated"
},
"evaluations": [],
"journey_applications": []
}
}