Contains the needed information for card activation.

interface CardActivationRequest {
    cvv: string;
    lastFourDigits: string;
}

Properties

Properties

cvv: string

CVV of the card.

lastFourDigits: string

The last four-digit of the PAN.