Overview
Validating a PhilSys Card requires a 2-step process.- Face liveness capturing (required by Philippine Statistics Authority (PSA))
This is required before validation. To make implementation simple, includephilsys-sdk.min.jsto start and handle biometrics liveness capture. - 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:Your Client ID can be found under Profile > API Tokens in your account..
Liveness options
Step 2: Call PhilSys Check API
After the liveness flow is completed, pass thesession_id from the Face Liveness Capturing SDK result as face_liveness_session_id in your PhilSys Check API request. You can validate using any of these accepted PhilSys input types:
- PCN
- Personal information
- PhilSys card QR value

