Skip to main content

Overview

Validating a PhilSys Card requires a 2-step process.
  1. Face liveness capturing (required by Philippine Statistics Authority (PSA))
    This is required before validation. To make implementation simple, include philsys-sdk.min.js to start and handle biometrics liveness capture.
  2. Call IDmeta PhilSys Check API using the liveness result
    Use the returned liveness data to call the API and get the validation result for the entered Philsys Information.

Step 1: Philsys Face Liveness Capture

Add this script to your website:
Start face liveness:
Your Client ID can be found under Profile > API Tokens in your account..

Liveness options

Expected Results from Face Liveness Capturing SDK

Step 2: Call PhilSys Check API

After the liveness flow is completed, use the liveness session result in your next API call. You can validate using any of these accepted PhilSys input types:
  1. PCN
  2. Personal information
  3. PhilSys card QR value
/api/v1/verification/philippines/philsys This endpoint validates the entered PhilSys card details together with the captured face liveness to verify authenticity of the document. For request and response details, see the Postman API documentation.

Expected API responses

PhilSys check is successful

Face liveness ID does not match PCN/QR/form info, or input is invalid

Face liveness ID has expired

Errors and Issues from eVerify (PSA)

The result field is returned as a stringified JSON value. Parse it first before reading nested fields.