Get Scorecard Config
Scorecard config is used to adjust the configuration of the scorecard matrix to calculate the scorecard results.
Overview
Steps:
API Method
Request Body
Name
Type
Description
{
"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
Postman Collection
Last updated