Encapsulates details related to a card attempt reset action.

interface CardAttemptResetInfo {
    action: PIN_CVV_RETRIES;
    cardId: string;
}

Properties

Properties

Resetting attempts related to card verification processes, such as CVV and PIN verification.

cardId: string

Card id is a unique identifier for a specific card. It will be used for most operations to the prepaid card.