Using the submission ID from uploading a file for fraud analysis, it is possible to generate a pre-authenticated view of the results, as well as a preview of the document with any issues highlighted

📘

The generated session is only available for four (4) hours before expiry

Note that you can retrieve the result in one of two ways:

  1. Using the guid from a previous session, with the document index counting up with the number of uploaded documents
  2. Using the submission_id when posting to fraud-analysis
ParamaterDescriptionData
guidApplicant session identifierguid
document_indexCounts from 0, in order of the documents uploaded0,1,2,3....
submission_idSubmission id of any document sent for fraud analysisstring

Example Response

{
    "message": "Fraud analysis temp report url generated successfully",
    "url": "https://sandbox.verifast.com/temp-reports/fraud_analysis/5cad0082-a4b7-4eb7-b096-d10ca446b931"
}