Customer Data Verification Notification Type
The 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:
OTP
channelCustomer 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:
EMAIL
Customer Data Verification Notification Type
{
"method": "OTP",
"channel": "EMAIL"
}