Get Scorecard Config
GET
https://ekycportaldemo.innov8tif.com/api/ekyc/scorecardConfig
Request Body
Name
Type
Description
docType
string
For passport: -passport For Malaysia documents(old/new IC): -mykad_new -mykad_old For the rest: -Please check in the link(https://api.innov8tif.com/okaydoc/non-passport/version-1#document-table)
password
string
To be assigned by Innov8tif
username
string
To be assigned by Innov8tif
{
"status": "success",
"messageCode": null,
"message": null,
"lastModifiedDate": "01-May-2020 00:00",
"configList": [
"liveFaceCheck@P:>=0.5;F:otherwise",
"facialVerification@P:>=75;F:otherwise",
"mrzVizConsistencyCheck@P:=3,=6;F:otherwise",
"checkDigitValidation@P:=1,=4;F:otherwise"
],
"scorecardList": [
"F=suspicious",
"PF=suspicious",
"PPF=suspicious",
"PPPF=cautious",
"PPPP=clear",
"otherwise=cautious"
]
}
Input Example
{
"username": "",
"password": "",
"docType": "passport"
}
Last updated
Was this helpful?