Represents Card verification request parameters.

interface CardVerificationRequest {
    instrumentId: string;
    verificationCode: string;
    verificationType: VERIFICATION_CODE;
}

Properties

instrumentId: string

Card identifier.

verificationCode: string

Verification code present in the statement of previous transaction.

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

verificationType: VERIFICATION_CODE

Type of the card verification performed.