Get eKYC Details
To retrieve eKYC details ( OkayID, OkayLive, OkayFace, OkayDoc, Scorecard) for a journey
Overview
API Method
To get the full journey details including OCR results from OkayID, processed result from OkayFace, OkayLive, and OkayDoc
Headers
Name
Type
Description
Encrypted Form
{
"status": "success",
"message": "api.success",
"result": "p1GWGOfIXaDKD6............"
}
Decrypted Form
{
"id": "6e9054f0-4e25-4bb3-958b-d96c75fd2b34",
"createdDate": 1697438472000,
"companyId": "iPt4dDiN0lBLhnpimTPZhRP-huvZKyx-",
"okayDocs": [
{
"id": "b0f22434-0855-4f2c-a003-64e86edb6605",
"docType": "ektp_front",
"okayDocResponse": {
"status": "success",
"messageCode": "api.success",
"message": "",
"id": "b3be9693-3879-4ebd-8c1f-5489002b11c0",
"methodList": [
{
"method": "landmark",
"label": "Landmark Analysis Result",
"componentList": [
{
"code": "l-ektp-front-nik",
"label": "Nik",
"value": "66.08650088310242",
"imageUrl": "/public/image/v2/b3be9693-3879-4ebd-8c1f-5489002b11c0?type=l-ektp-front-nik"
},
............
}
API Response
Last updated