Verification report
This guide will show you how to generate ID verifications reports.
Instructions
- Login to your current manager account in administration platform.
- Navigate to "Settings" on the left sidebar and find "Verification Report".
If you do not see "Verification Report" section - your account does not have sufficient permissions. Contact your colleague who has them or reach tech support via our dashboard.
- Select verification reports.
Step Number | Name | Explanation |
---|---|---|
1 | Date Range | Select date range |
2 | Select the data fields | Choose what fields should be shown in the PDF file |
3 | Apply Filters | Select filters that should be applied for the report |
4 | Export as CSV | Click export as csv and wait for the file to be generated. You will be notified in the dashboard itself and you will receive e-mail for the report |
5 | Generated report | New generated reports will be found here, as well as the past generated reports |
Time to generate report will vary depending on the size of the selected information.
Data Extraction, Backup, and Related Information
This section outlines essential details about data extraction and backup. You can extract data using two methods: via the API or the dashboard.
Dashboard Data Extraction
You can extract a PDF report directly from our dashboard interface by following these steps:
- Navigate to the selected ID verification in the dashboard.
- Click the document icon (located in the toolbar or under the "More Actions" dropdown).
- Choose the report language and set a password for the PDF (if needed).
- Click Generate. The PDF will automatically download to your browser's default download folder, typically the Downloads folder.
Extracting Photos via Dashboard
To download user verification photos:
- Right-click the open photo in the ID verification view.
- Select Save Image As... and choose the desired save location.
API Data Extraction
For API-based data extraction, use the following endpoints:
- PDF Reports: Retrieve the PDF format of the ID verification using the ID Verification Report API.
- Verification Photos: Retrieve user verification photos using the Verification File URLs API.
- Photo links are also sent in the webhook. for easy automation. These links are valid for 1 hour for security purposes. You can download and store them locally for long-term use.
Data backup FAQ
-
How can I download photos from ID verifications using the API?
To extract multiple photos, you need to retrieve the scanref list from the Verification Reports with specified date range and data selection. Once you have the scanref list, use the Data Retrieval API with custom code to process it and download the photos directly to your local machine. This ensures that you can efficiently access and save all the verification photos you need.
-
What is the best way to download multiple PDF reports from ID verifications?
To download multiple PDF reports, start by obtaining the scanref list from the Verification Reports with desired date range and data selection. After that, use the ID Verification Report API with custom code to process the scanref list and download the PDF files. This approach allows you to collect multiple verification reports quickly and efficiently.