GetID (IDScan)

The Checkin.com Framework has a state-of-the-art ID Scanning service ready to be enabled.

GetID (IDScan) offers document data verification and extraction, face to photo biometric analysis, comparison and scoring, as well as liveness checks.

GetID (IDScan) can be used both as part of your Checkin.com sign-up flow or as a stand-alone service.

Key Concepts

With GetID (IDScan), you can verify and authenticate ID documents at scale and in real-time.

  • ID cards, passports, driver's licenses, residence permits from 223+ countries and territories supported
  • All relevant data is automatically extracted from the supplied documents
  • Dozens of features that allow to check/assess document validity and authenticity
  • Fast and accurate results in real-time
  • Latin and Cyrillic script and diacritical symbols/marks/accents
  • Optional functionality to enable an advanced face matching service and liveness check

How it works

From the legal documents, GetID (IDScan) can extract a large amount of information about the user.

Scanned documents, user data and final results will be available both via an API and via a back-office.

By default, applications are stored for 30 days but the storage period can be extended on request.

Statuses

There are two different statuses connected to an application.

Processing Status
- The status of the processing of the documents
- Can be processing (still in progress) or done (documents are fully handled and applicationStatus is final)
- The scanning is usually instantaneous, but if the processing status is processing in the final set of callback data, you need to check the back-office or the API to get the final results
- Available as ocrData.data.status in the callback

Application Status
- The results of the scanned documents
- Can be approved, declined or needs-review
- This status can be subject to change until the processing status is done
- Available as ocrData.applicationStatus or ocrData.data.results.status in the callback

Downloading documents

All scanned user documents are available to download either via:

  • URL from callback data
  • URL from API request
  • Admin back-office for manual download
curl --request GET   --url https://ocr.regily.com/files/[applicationId]/document/front.jpeg --header 'X-SECRET-Key: [APIkey]' --output test.jpg