Skip to content

Interface: ApplicantsSetReviewForApplicantInSandboxRequest

Describes the structure of the request for the SumsubClient.applicantsSetReviewForApplicantInSandbox method

Work with applicants

applicantId

applicantId: string

A unique applicant identifier.

See

Set review for applicant in sandbox API Reference

Defined in

src/client.ts:869


clientComment

Optional clientComment: string

A rejection comment that should not be available to your applicants.

See

Set review for applicant in sandbox API Reference

Defined in

src/client.ts:887


moderationComment

Optional moderationComment: string

A comment that supposed to be shown to the applicant, explaining the reason of rejection.

See

Set review for applicant in sandbox API Reference

Defined in

src/client.ts:893


rejectLabels

rejectLabels: unknown

An array of rejection labels.

See

Set review for applicant in sandbox API Reference

Defined in

src/client.ts:875


reviewAnswer

reviewAnswer: string

A GREEN or RED label under which you want to simulate the response. For more information, see this article.

See

Set review for applicant in sandbox API Reference

Defined in

src/client.ts:881


reviewRejectType

Optional reviewRejectType: string

A FINAL or RETRY rejection type indicating whether a rejection should be final or temporary.

See

Set review for applicant in sandbox API Reference

Defined in

src/client.ts:899