For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Response Code Block
{
    "status": "success",
    "scorecardStatus": "suspicious",
    "manualVerifyStatus": "verified",
    "manualVerifyResult": "accepted",
    "verifiedDate": 1680775462215
}

Input Example

Request Code Block
https://ekycportal.innov8tif.com/api/ekyc/manual/verification/details?journeyId=584c7dfb-953f-XXXX-XXXX-b324ccaad308

Last updated