CardAction
Represents name of the action that can be performed on a card.
ACTIVATE
- Activates newly received card. Can be used only for PHYSICAL cardCANCEL
- Cancel card for all the operations. The status is IRREVERSIBLE.UNLOCK
- Unlocks locked card.LOCK
- Locks the card for all operations. It is reversible by UNLOCK action.SHOW_DETAILS
- Shows sensitive card details (PAN, CVV, expiry date).SHOW_PIN
- Shows pin of the card.SET_PIN
- Updates pin of the card.
string
Possible values: [ACTIVATE
, CANCEL
, UNLOCK
, LOCK
, SHOW_DETAILS
, SHOW_PIN
, SET_PIN
]