post https://sandbox.treeforttech.com/api/client/verification-report
This endpoint is used to retrieve the verification report for an existing client's ID verification.
Response Schema
Attribute | Type | Description |
---|---|---|
statusCode | Integer | Standard HTTP response code. Status codes are outlined in the Errors section of this API reference. |
message | String | A human-readable message providing more details about the status code. Messages are outlined in the Errors section of this API reference. |
data.clientRequestId | String | The unique reference ID created by treefort for internal purposes. This ID is used to track the ID verification request associated with only this client, and can be provided to treefort for troubleshooting purposes. |
data.report | String | A Base64 encoded PDF of the ID verification report for this client. |
data.identityAnalysisResult | String | The overall result of the Identity Analysis section of the report. If all KYC methods (government ID, credit file, and dual process) are not satisfied, the value will return as Fail. If at least one KYC method (government ID, credit file, or dual process) is satisfied, the value will return as Pass. |
data.fraudAnalysisResult | String | The overall result of the Fraud Analysis section of the report. If at least one High Risk flag is returned, the value will return as Fail, otherwise the value will return as Pass. |
data.reportNumber | String | The unique report number associated with this treefort report. This string can also be found in the top right corner of a treefort report. |
data.reportDate | String | The date when the report was downloaded using this endpoint or from the treefort portal. This will be the date found in the top right corner of a treefort report. |
data.reviewStatusDate | String | The date when the status for this report was set to "Review Report". In other words, the date and time when the client completed the ID verification process and the report was ready for review. |
data.verificationReportExpiryDate | String | The date the ID verification report for this client will expire and will no longer be available for download using the Verification Report endpoint, in the following format: 2021-03-29T12:00:00. Depending on your organization's settings, this date will be a maximum of 14 days from the time the ID verification process was completed by the client and a report was returned. If no report is available for this client, the return value will be null. Note: the report will still be available for download by authorized treefort personnel in the case of audit or troubleshooting purposes. |
data.verificationReportExpiryWarningDate | String | Depending on your organization's settings, this date will be a specified number of days before the verificationReportExpiryDate (typically 2), indicating that the report will soon be unavailable to retrieve from the Verification Report endpoint. |
errors | Array of Strings | An array of human-readable error messages, if available (null otherwise). Unique errors associated with this endpoint, if applicable, are shown in the example response in the right column with the corresponding HTTP status code. |
Responses