Check Status For Document Verification

Request

curl --location GET 'https://api.insights-periculum.io/verify/checkstatus/{documentVerificationKey}' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer {token}' \
 

Response


{
    "key": 1,
    "userKey": 1,
    "userId": "1_00768b11133a4528a9bfdfb98917473e",
    "jobId": "00768b11133a4528a9bfdfb98917473e",
    "timestamp": "2024-05-26T21:52:34.324Z",
    "selfie":"path/to/storage/selfie.jpg",
    "documentFront": "path/to/storage/documentFront.jpg",
    "documentBack": null,
    "documentType": "PASSPORT",
    "resultText": "Document Verified",
    "status": "COMPLETE",
    "data": "{\"code\":\"2302\",\"job_complete\":true,\"job_success\":true,\"timestamp\":\"2024-05-27T15:29:57.563Z\",\"result\":{\"DOB\":\"2000-09-20\",\"Gender\":\"M\",\"IDType\":\"PASSPORT\",\"Country\":\"NG\",\"Document\":\"Not Available\",\"FullName\":\"Joe Leo Doe\",\"IDNumber\":\"A00000000\",\"ResultCode\":\"0810\",\"ResultText\":\"Document Verified\",\"ResultType\":\"Document Verification\",\"IssuanceDate\":\"2018-09-20\",\"PhoneNumber2\":\"Not Available\",\"IsFinalResult\":\"true\",\"ExpirationDate\":\"2023-09-20\",\"SecondaryIDNumber\":\"00000000000\",\"PartnerParams\":{\"user_id\":\"3_1bbaaf1daa59443aa03850ef09d797ed\",\"job_id\":\"1bbaaf1daa59443aa03850ef09d797ed\",\"job_type\":6,\"tenant\":\"localhost\"},\"Actions\":{\"Document_Check\":\"Passed\",\"Liveness_Check\":\"Passed\",\"Register_Selfie\":\"Passed\",\"Verify_Document\":\"Passed\",\"Human_Review_Compare\":\"Not Applicable\",\"Return_Personal_Info\":\"Returned\",\"Selfie_To_ID_Card_Compare\":\"Completed\",\"Human_Review_Document_Check\":\"Not Applicable\",\"Human_Review_Liveness_Check\":\"Not Applicable\"}}}",
    "createdDate": "2024-05-26T14:52:44.527-07:00"
}