@paysafe/paysafe-wallet-saas-web
    Preparing search index...

    Interface CardActivationRequest

    Contains the needed information for card activation.

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

    Properties

    Properties

    cvv: string

    CVV of the card.

    lastFourDigits: string

    The last four-digit of the PAN.