Skip to main content

Face Verification

POST/v3/service

Step 1 : Register as merchant

Step 2 : Get Signature Algorithm

Step 3 : Verify Signature

Step 4 : Configure Face Verification API

Request Parameters

serviceString

EKYC service

Example: "ekyc"

versionString

Currently only support 'v1"

Example: "v1"

functionString

Selected function

Example: "face-compare"

requestObject

Refer to explanation below

Example: (Refer to explanation below)

query_image_content_1String

First face image (Base64 image string)

Example: ""

query_image_content_2String

Second face image (Base64 image string)

Example: ""

Response Parameters

  • Current type in Status will be :-

    • "SUCCESS"
    • "FACE_ENGINE_CONNECTION_ERROR"
    • "INCOMPLETE"
    • "FACE_ENGINE_TIMEOUT"
  • Current type in Action will be :-

    • "NONE_REQUIRED"
    • "ATTENTION_REQUIRED"
    • "INCONCLUSIVE"
    • "RESOLVED"
idString

Table ID

Example: "60f79b737b03abf23ad65206"

actionString

Action Required

Example: NONE_REQUIRED

statusString

Verfication Status

Example: SUCCESS

isSamePersonBoolean

Visualization for result image

Example: true

similarityInt

Percentage of similarity of two faces

Example: 99

updatedAtDateTime

Last update date time

Example: "2021-07-21T15:07:43.266243"