Requesting to start the verification process

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

When all documents and selfie images have been uploaded, use this endpoint to confirm and start the verification process.

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

Make sure all required documents for your flow have been uploaded before confirming to start the verification process. If all of the documents haven't been uploaded, using this endpoint can be harmful and may affect the verification result.

If you've accidentally called this endpoint and haven't uploaded all required documents, create a new applicant and start the verification process again.


Submit the applicant for processing

POST /api-request-applicant-check

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

Body

Request

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

Response

{
  "response": "success"
}

Last updated