@paysafe/paysafe-wallet-saas-web
    Preparing search index...

    Interface CustomerDataVerificationAttemptRequest

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

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

    Properties

    The customer attribute being attached to the particular verification process.

    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.