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

    Interface CardVerification

    Represents Card verification response.

    interface CardVerification {
        creationTime: string;
        id: string;
        instrumentId: string;
        instrumentType?: InstrumentType;
        remainingAttempts?: number;
        status: CardVerificationStatus;
        statusReason?: CardVerificationStatusReason;
        verificationCode: string;
        verificationType: VERIFICATION_CODE;
    }
    Index

    Properties

    creationTime: string

    Creation time.

    Format should be ISO 8601 in UTC. Represents RFC 3339, section 5.6 date-time.

    "2021-07-15T17:54:12Z"
    
    id: string

    Card verification id.

    instrumentId: string

    Card identifier.

    instrumentType?: InstrumentType

    Represents the type of the instrument.

    remainingAttempts?: number

    The remaining card verification attempts.

    Card verification status.

    The reason for FAILED card verification.

    verificationCode: string

    Verification code present in the statement of previous transaction.

    = 4 characters <= 4 characters Match pattern: ^\d{4}$

    verificationType: VERIFICATION_CODE

    Type of the card verification performed.