Get the result of manual verification API
Retrieve the outcome of manual verification
API Method
To get the result of manual verification based on the JourneyID
GET https://ekycportaldemo.innov8tif.com/api/ekyc/manual/verification/details
Request Body
Name
Type
Description
journeyID*
string
Retrieve from 'Create JourneyID' API
{
"status": "success",
"scorecardStatus": "suspicious",
"manualVerifyStatus": "verified",
"manualVerifyResult": "accepted",
"verifiedDate": 1680775462215
}{
"status": "error"
}{
"status": "Internal Server Error"
}Input Example
https://ekycportal.innov8tif.com/api/ekyc/manual/verification/details?journeyId=584c7dfb-953f-XXXX-XXXX-b324ccaad308Last updated
Was this helpful?