Requesting to start the verification process

Once you've uploaded all required documents to an entity, you can request to start the verification.

When all documents have been uploaded and UBOs linked (if necessary), use this endpoint to confirm and start the verification process.

Note: You don't need to use this endpoint if you're verifying an entity using a verification link. Verification links submit entities for processing automatically.

Before calling this endpoint, make sure all required documents have been uploaded before confirming to start the verification process. Using this endpoint before uploading documents (if required by your flow) can lead to improper processing of the entity.


Submit the applicant for processing

POST /api-request-applicant-check

Once all documents have been uploaded, start the verification process.

NameValue

Content-Type

multipart/form-data

Authorization

Bearer YOUR_TOKEN

Body

NameTypeDescription

applicantId

string

Unique applicantId generated on entity creation (required)

Request

curl --location 'https://enterprise.personr.co/api/1.1/wf/api-request-applicant-check' \
--form 'applicantId="4242424242424x424242424242424242"'

Response

{
  "response": "success"
}

Last updated