diff --git a/src/lithic/types/transaction.py b/src/lithic/types/transaction.py index 9f4182be..fafb6cc3 100644 --- a/src/lithic/types/transaction.py +++ b/src/lithic/types/transaction.py @@ -57,6 +57,7 @@ class Event(BaseModel): "CARD_EXPIRED", "CARD_EXPIRY_DATE_INCORRECT", "CARD_INVALID", + "CARD_NOT_ACTIVATED", "CARD_PAUSED", "CARD_PIN_INCORRECT", "CARD_RESTRICTED",