Represents Card verification parameters.

interface CardVerificationsParameters {
    instrumentId?: string;
    limit?: number;
    offset?: number;
    status?: CardVerificationStatus;
}

Properties

instrumentId?: string

ID of card being verified.

limit?: number

This is the requested number of records to return. Max = 50. Default = 10.

offset?: number

This is the requested starting position of the response entries, where 0 is the first record. Default = 0.

Card verification status.