initiate Data Verification Process
abstract suspend fun initiateDataVerificationProcess(request: CustomerDataVerificationRequest): CustomerDataVerificationResponse
Initiates a verification process for a specific customer attribute, such as email or phone.
Return
A CustomerDataVerificationResponse object. It contains the necessary information to finalize the verification process for a specific customer attribute, such as email or phone.
Parameters
request
The necessary information to initiate a verification process for a specific customer attribute, such as email or phone.