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:
- Using the guid from a previous session, with the document index counting up with the number of uploaded documents
- Using the submission_id when posting to fraud-analysis
Paramater | Description | Data |
---|---|---|
guid | Applicant session identifier | guid |
document_index | Counts from 0, in order of the documents uploaded | 0,1,2,3.... |
submission_id | Submission id of any document sent for fraud analysis | string |
Example Response
{
"message": "Fraud analysis temp report url generated successfully",
"url": "https://sandbox.verifast.com/temp-reports/fraud_analysis/5cad0082-a4b7-4eb7-b096-d10ca446b931"
}