CardAvailableAction
Represents an available action performed on a card.
actionCardAction (string)required
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.RESET_PIN_CVV_RETRIES
- Reset CVV/PIN verification attempts.
Possible values: [ACTIVATE
, CANCEL
, UNLOCK
, LOCK
, SHOW_DETAILS
, SHOW_PIN
, SET_PIN
, RESET_PIN_CVV_RETRIES
]
CardAvailableAction
{
"action": "ACTIVATE"
}