Skip to main content

Customer Data Verification Request

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

    attribute

    object

    required

    The customer attribute being attached to the particular verification process.

    type Customer Data Verification Attribute Type (string)required

    Possible values: [EMAIL, MOBILE]

    The type of the customer attribute that will be verified through an additional secure mechanism, such as an OTP code sent via email.

    • EMAIL - The email address connected to the customer’s profile.
    • MOBILE - The phone number registered with the customer’s account.
    value stringrequired

    The value of the customer attribute that will be verified through an additional secure mechanism, such as an OTP code sent via email.

    flow Customer Data Verification Flow (string)required

    Possible values: [WALLET_SETUP, WALLET_UPDATE, PASSWORD_RESET]

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

    • WALLET_SETUP - Verification process initiated for setting up the customer's wallet.
    • WALLET_UPDATE - Verification process initiated for updating the customer's wallet.
    • PASSWORD_RESET - Verification process initiated for resetting the customer's password.