submit Data Verification Attempt
abstract suspend fun submitDataVerificationAttempt(verificationId: String, request: CustomerDataVerificationAttemptRequest): CustomerDataVerificationAttemptResponse
Submits a verification attempt for a specific customer attribute tied to an already initiated verification process.
Return
A CustomerDataVerificationAttemptResponse object. It contains the result of the verification attempt for a specific customer attribute.
Parameters
verification Id
A unique identifier for the verification process associated with a particular customer attribute.
request
The necessary information needed to attempt to verify a specific customer attribute using an already initiated verification process.