Customer Data Verification Attribute
The customer attribute being attached to the particular verification process.
typeCustomer Data Verification Attribute Type (string)required
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.
Possible values: [EMAIL
, MOBILE
]
Example:
EMAIL
valuestringrequired
The value of the customer attribute that will be verified through an additional secure mechanism, such as an OTP code sent via email. It could be obfuscated depending on the flow if it's part of the response.
Example:
john.doe@example.com
Customer Data Verification Attribute
{
"type": "EMAIL",
"value": "john.doe@example.com"
}