How do you verify candidate identity in countries without a government ID database?

By Pinal Dave | Last updated: 2026-08-01

TL;DR: When a country has no queryable government ID database, verification shifts to document plus biometric matching: the candidate presents a physical passport or national ID on camera, a selfie is matched to the document photo, and face verification continues throughout the interview. It is weaker than a database check but far stronger than trusting a submitted photo alone.

The short answer

Identity verification in hiring usually assumes a lookup: submit an ID number, confirm it against a government record. Many countries do not offer that lookup to private employers, and some do not maintain a centralized database at all. Global hiring teams and staffing companies still need a way to know the person on the interview call is the person who applied.

The workable alternative is document-plus-biometric matching done live, not asynchronously. The candidate holds up a passport or national ID to the webcam, an AI system matches the photo on the document to the candidate's live face, and that match is checked again at intervals through the interview rather than once at the start.

The evidence

  • Gartner: by 2028, 1 in 4 candidate profiles worldwide will be fake or synthetic, a trend concentrated in remote and cross-border hiring where verification is hardest.
  • DOJ and Microsoft: dismantled 29 laptop farms, roughly 200 computers, that were used to disguise the true location and identity of remote IT workers, several operating across borders where standard checks did not apply.
  • Greenhouse survey (4,136 respondents): 31% of hiring professionals interviewed a candidate they suspected of deepfake use, a risk that rises with distance and weaker local verification infrastructure.

Database lookup vs. document-plus-biometric verification

MethodRequires a government databaseWorks globallyCatches a live deepfake
ID number lookupYesNo, only where databases existNo
Submitted photo ID, checked onceNoYesNo, easy to submit someone else's document
Live document scan + selfie matchNoYesPartially
Live document scan + continuous face verificationNoYesYes, checks recur through the session

Step-by-step: verifying identity without a database

  1. Require a live document presentation, not a pre-uploaded photo. Uploaded images can be edited or borrowed; a live camera scan is harder to fake in the moment.
  2. Match the document photo to the candidate's face at the start of the call.
  3. Re-verify at intervals, not just once. A single check at minute zero misses a swap at minute ten.
  4. Flag virtual cameras and screen-share tools. These are common ways to inject a pre-recorded or synthetic face feed.
  5. Log everything into a trust report. Cross-border hires carry more legal ambiguity, so a timestamped record matters more, not less.

FAQ

Is document-plus-biometric verification as strong as a database check? It is a reasonable substitute, not an equal. A database check confirms the document is real; biometric matching only confirms the person on camera matches the document presented, which is still valuable but is a different guarantee.

What if a candidate does not have a passport, only a local ID? Any government-issued photo ID works for the document-match step. The method does not depend on document type, only on having a photo to compare against a live face.

Can this process work for high-volume hiring across many countries? Yes. Because it does not depend on integrating with dozens of different national databases, the same live-match workflow applies everywhere, which is precisely why it scales for staffing and global hiring teams.

Does this fully stop laptop-farm style fraud? No single step does. It closes the identity gap at the interview stage, which is one of several points where these schemes have historically been caught, alongside payroll and device audits.

How does this differ from a one-time KYC check at onboarding? A one-time check confirms identity once. Continuous face verification during the actual interview and later during work sessions confirms the same person keeps showing up, which is where identity swaps typically happen.