Represents name of the action that can be performed on a card.

Enumeration Members

ACTIVATE: "ACTIVATE"

Activates newly received card. Can be used only for PHYSICAL card.

CANCEL: "CANCEL"

Cancel card for all the operations. The status is IRREVERSIBLE.

LOCK: "LOCK"

Locks the card for all operations. It is reversible by UNLOCK action.

RESET_PIN_CVV_RETRIES: "RESET_PIN_CVV_RETRIES"

Reset CVV/PIN verification attempts.

SET_PIN: "SET_PIN"

Updates pin of the card.

SHOW_DETAILS: "SHOW_DETAILS"

Shows sensitive card details (PAN, CVV, expiry date).

SHOW_PIN: "SHOW_PIN"

Shows pin of the card.

UNLOCK: "UNLOCK"

Unlocks locked card.