get https://api.sumsub.com/resources/applicants//status
Returns applicant review status.
Overview
Use this method when utilizing WebSDK or MobileSDK; both SDKs will show the rejection reasons and moderation comments.
To fetch the rejection comments, use this method.
Response explained
Name | Type | Optional | Description |
---|---|---|---|
createDate | Date | No | Date when the applicant was created. |
reviewDate | Date | Yes | Date when the check ended. |
startDate | Date | Yes | Date when the started. |
moderationComment | String | Yes | A comment that can be shown to the end user. |
clientComment | String | Yes | A comment that should not be shown to the end user. |
reviewStatus | String | No | Current verification status. |
Possible review statuses
The following table explains possible statuses for the reviewStatus
attribute.
Value | Description |
---|---|
init | Initial registration started. Not all required documents are uploaded. |
pending | An applicant is ready to be processed. |
prechecked | The check is half-way finished. |
queued | The checks have been started for the applicant. |
completed | The check has been completed. |
onHold | Applicant waits for a final decision from the compliance officer (manual check was initiated) or waits for all beneficiaries to pass KYC in case of company verification. |
Note
Mind that
reviewAnswer
affects the applicant only whenreviewStatus: completed
.