Skip to content

Interface: ApplicantsConfirmApplicantDataRequest

Describes the structure of the request for the applicantsConfirmApplicantData method

Manage Non-Doc verification

applicantId

applicantId: string

A unique applicant identifier.

See

Confirm applicant data API Reference

Defined in

src/client.ts:1995


confirmationId

confirmationId: string

A confirmation identifier from the submission response.

See

Confirm applicant data API Reference

Defined in

src/client.ts:2001


oauth

Optional oauth: ApplicantsConfirmApplicantDataOauthValue

oAuth confirmation data if confirmationType is oAuth.

See

Confirm applicant data API Reference

Defined in

src/client.ts:2007


otp

Optional otp: ApplicantsConfirmApplicantDataOtpValue

OTP confirmation data if confirmationType is otp.

See

Confirm applicant data API Reference

Defined in

src/client.ts:2013