This API can also verify the similarities of selfies and KTP image apart from Name, Birthplace, Date of Birth.

{
   "status":200,
   "data":{
      "message":"We are successfully able to verify",
      "method":"GET",
      "api":"/v2/data/identity/personal-selfie”,   
      "job_id": "KVWJUrwQ78333309",  
      "identity":{
         "identity_type":"KTP",
         "identity_number":"23213124123212312",
         "verified":true
      },
      "full_name":{
         "name":"John Doe",
         "verified":true
      },
      "birth_date":{
         "date":"07-12-2000",
         "verified":true
      },
      "birth_place":{
         "place":"Cimahi",
         "verified":true
      },
      "similarity":87.5,
      "province":"Jawa Barat",
      "city":"Cimahi",
      "district":"Cimahi Selatan",
      "gender":"Male"
   },
   "metadata":{
      "source":{{API/Widget/Dashboard/SDK/Portal}},
      "entity":"Verification"
   },
   "error":null
}

Response Parameters

Key ParametersData TypeDescription
identity-identity_typeStringType of identity that being verified (currently only support KTP)
identity-identity_numberStringKTP Number inserted in the request
identity-verifiedBooleanVerification status(True/False)
full_name-nameStringName inserted in the request
full_name-verifiedBooleanVerification status(True/False)
birth_date-dateStringBirth place inserted in the request
birth_date-verifiedBooleanVerification status(True/False)
birth_place-placeStringBirth date inserted in the request. If birth date in the request is empty, the birth date that is registered in the KTP will be returned
birth_place-verifiedBooleanVerification status(True/False)
similarityStringScore of face similarity between photo in KTP and selfie
provinceStringProvince where the KTP is registered
cityStringCity where the KTP is registered
districtStringDistrict where the KTP is registered
genderStringGender of the user