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

    Interface CustomerDataVerificationNotificationType

    Represents the mechanism used to deliver the customer attribute verification information.

    interface CustomerDataVerificationNotificationType {
        channel?: CustomerDataVerificationNotificationChannel;
        method: OTP;
        target?: string;
    }
    Index

    Properties

    The notification channel used to send the verification method to the user.

    method: OTP

    The notification method used for verifying the customer attribute.

    target?: string

    The destination for the verification mechanism (when available), such as the phone number or email address where the verification value will be delivered.