Peleza β€” Trust built on data
Biometric Verification
On this page

Biometric Verification

Send an invitation, let the applicant complete biometric capture in a hosted session, and receive the verification outcome on your side.

How it works

Biometric verification is invitation-based:

  • Authenticate with OAuth client credentials (Bearer token)
  • POST /api/v1/biometric/invite with the applicant email and name
  • Share the returned invitation_url (or let the applicant open the emailed link)
  • The public page calls POST /api/v1/biometric/verify/{token}/start to begin the session
  • Applicant completes selfie / liveness and document steps in the capture UI
  • Track status in the merchant Biometric Verification dashboard

API reference

Use the Biometric Verification section in the left navigation for Send Invitation, Start Verification Session, and Liveness Check request/response details.