post https://api.sumsub.com/resources/applicants//moveToLevel
Changes the list of required documents.
Overview
Use this method to update the list of required documents based on the provided verification level. For example, you may want to extend the existing level with additional documents that have not beed initially specified.
As a response, a new requiredIdDocs
and levelName
will be returned. If you want to just get the current requiredIdDocs
, use Get required ID documents.
Note
Make sure to check the applicant status before changing the level. You will not be able to change the level if
reviewStatus
of the applicant ispending
,queued
oronHold
.
Did you know?
If you are using our SDKs, you can initialize it with suitable
levelName
onaccessToken
and SDK will change the level automatically.