Skip to main content
POST
PH Philsys Tier 1 (QR Scan)

Looking to integrate Philsys Check via API?

PhilSys Check is a two-step process: capture face liveness, then call the verification API. Follow our integration guide for setup and workflow details.

Authorizations

Authorization
string
header
required

Use Bearer {your_api_token} in the Authorization header.

Headers

Accept
string
default:application/json
Content-Type
string
default:application/json

Body

application/json
qr_data
string
required

PhilSys QR value for verification.

face_liveness_session_id
string<uuid>
required

Liveness session ID retrieved from the IDmeta Liveness SDK.

trustFlowId
integer
required

Identifier of the TrustFlow used for this verification.

trustValidationId
string
required

Unique ID of the Trust Validation being verified.

Response

PhilSys QR and face-liveness check processed successfully

success
boolean
message
string
data
object
verificationStatus
string
verificationStatusCode
integer
trustFlowId

Trust flow ID (numeric or echoed identifier).

trustValidationId
string<uuid>
verificationType
string
metadata
object | null
createdAt
string

Timestamp when the verification result was created.