Represents the necessary information to initiate a verification process for a specific customer attribute, such as email or phone.

interface CustomerDataVerificationRequest {
    attribute: CustomerDataVerificationAttribute;
    deviceInfo: DeviceInfo;
    flow: CustomerDataVerificationFlow;
}

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 type of verification flow initiated for a specific customer attribute.