Represents a instrument verification details for cards.

interface CardVerificationInfo {
    verificationPattern?: string;
    verificationType?: VERIFICATION_CODE;
}

Properties

verificationPattern?: string

Pattern containing the verification code found in statements.

Example

"Brand-XXXX"
verificationType?: VERIFICATION_CODE

Type of the card verification performed.