Get Scorecard Result
Return list of scorecard based on the number of document type found in a journey.
GET
https://ekycportaldemo.innov8tif.com/api/ekyc/scorecard?journeyId={{journeyid}}
Request Body
Name
Type
Description
journeyId
string
Retrieve from 'Create JourneyID' API
{
"status": "success",
"messageCode": null,
"message": null,
"scorecardResultList": [
{
"scorecardStatus": "clear",
"docType": "mykad_back",
"checkResultList": [
{
"checkType": "liveFaceCheck",
"checkStatus": "P"
},
{
"checkType": "facialVerification",
"checkStatus": "P"
},
{
"checkType": "landmark",
"checkStatus": "P"
}
]
},
{
"scorecardStatus": "cautious",
"docType": "mykad_new",
"checkResultList": [
{
"checkType": "liveFaceCheck",
"checkStatus": "P"
},
{
"checkType": "facialVerification",
"checkStatus": "P"
},
{
"checkType": "landmark",
"checkStatus": "P"
},
{
"checkType": "colorDetection",
"checkStatus": "P"
},
{
"checkType": "holographicPhotoQualityCheck",
"checkStatus": "P"
},
{
"checkType": "screenDetection",
"checkStatus": "P"
},
{
"checkType": "idNoFontCheck",
"checkStatus": "P"
},
{
"checkType": "microprint",
"checkStatus": "C"
},
{
"checkType": "hologram",
"checkStatus": "F"
},
{
"checkType": "holographicPhotoComparision",
"checkStatus": "P"
}
]
}
]
}
Result will be returned only if that particular document is configured with a scorecard.
Get the Postman Collection https://api.innov8tif.com/emas-ekyc-portal/postman-collection
Last updated
Was this helpful?