Customer Data Verification Notification Type (Enhanced)
The enhanced mechanism used to deliver the customer attribute verification information.
methodCustomer Data Verification Notification Method (string)required
The notification method used for verifying the customer attribute.
OTP- One-Time Password sent via email or SMS to the user's registered device.
Possible values: [OTP]
Example:
OTPchannelCustomer Data Verification Notification Channel (string)
The notification channel used to send the verification method to the user.
EMAIL- Verification method sent via email to the user's registered email address.SMS- Verification method sent via SMS to the user's registered phone.
Possible values: [EMAIL, SMS]
Example:
EMAILtargetstring
The destination for the verification mechanism (when available), such as the phone number or email address where the verification value will be delivered.
Example:
jo***@example.comCustomer Data Verification Notification Type (Enhanced)
{
"method": "OTP",
"channel": "EMAIL",
"target": "jo***@example.com"
}