Represents an attempt to verify a specific customer attribute using an already initiated verification process.

interface CustomerDataVerificationAttemptRequest {
    attribute: CustomerDataVerificationAttribute;
    deviceInfo: DeviceInfo;
    notificationType: CustomerDataVerificationNotificationType;
    value: string;
}

Properties

The customer attribute being attached to the particular verification process.

deviceInfo: DeviceInfo

Provides information about the device that the end-customer uses to access the service.

The mechanism used to deliver the customer attribute verification information.

value: string

The value transmitted through the secure notification mechanism to confirm the specific customer attribute.