Supported Documents and Types

A list of supported documents, and their subtypes.

Below are are list of the most popular document types (docType) available to use with theUploading documents to an applicant endpoint.

If you don't see the document you wish to verify, reach out to your account manager for assistance.

Supported file extensions include .jpg, .jpeg, .png, and .pdf

Selfie Images

When uploading a selfie image, be sure to remove/null docSubType.

Your call to the endpoint should look something like the below.

curl --location 'https://enterprise.personr.co/api/1.1/wf/api-document-upload' \
--data '{
	"applicantId": "4242424242424x424242424242424242",
	"docType": "SELFIE",
	"docCountryISO": "AUS",
	"docFile": {
        "filename": "selfie.jpg",
        "contents": "/9j/4AAQSkZJRgABAQAAAQABAAD..."
    }
}'

ID Cards

Drivers Licenses

Passports

Residence Permits

Utility Bills

Last updated