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

    Interface CustomerDataVerificationRequest

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

    interface CustomerDataVerificationRequest {
        attribute: CustomerDataVerificationAttribute;
        flow: CustomerDataVerificationFlow;
    }
    Index

    Properties

    Properties

    The customer attribute being attached to the particular verification process.

    The type of verification flow initiated for a specific customer attribute.