---
title: "Downloading an IDV Check Report"
source_url: https://docs.rapyd.net/en/downloading-an-idv-check-report.html
lang: en
---

# Downloading an IDV Check Report

You can download a report of IDV Checks. The report is in CSV format.

## How to Download an IDV Check Report

1. Sign in as described in [Accessing the Client Portal](https://docs.rapyd.net/en/accessing-the-client-portal.md "Accessing the Client Portal") and navigate to **Wallets** > **IDV checks**.

   The **IDV checks** page appears.

   ![64808b78c99fb.png](image/img-f8e13a59ea4a9e5681aa8b16c4a8d332.png)
2. Modify the display by doing the following:

   - To add or remove columns, click the **Choose Columns** icon at the top right. The icon has three vertical bars. On the **Choose Columns** panel, select the columns you want to appear in the report.
   - To change the column order, tap on a column header and drag it to a new place.
3. Tap the **Export** icon at the top right corner of the page.

   The **Export data** pop-up window appears.

   ![64808b7ac110b.png](image/img-17961a2aeed03d0bf26dbffded68994e.png)
4. Select a range of dates or **All** for all dates.
5. Select one of the following:

   - **All Columns** - Exports all of the data columns.
   - **Visible Columns** - Exports only the data columns that are currently displayed.
6. Tap **Export**. The file is downloaded to the **Downloads** folder on your local computer.

**Sample Report**

```xml

    
"Contact ID","Wallet ID","Date of Check","First Name","Last Name","Issuing Country","Date of Birth","ID Number","ID Type","ID Valid","Photo Match"

"cont_93327a73cbdf7d228dbf2322e062c642","ewallet_90243779b0dd9b0e1d14b8def503ba2a","22 April, 2020, 10:34 UTC","","","","","","","","" 
 
"cont_93327a73cbdf7d228dbf2322e062c642","ewallet_90243779b0dd9b0e1d14b8def503ba2a","22 April, 2020, 10:33 UTC","","","","","","","","" 
 
"cont_93327a73cbdf7d228dbf2322e062c642","ewallet_90243779b0dd9b0e1d14b8def503ba2a","22 April, 2020, 10:32 UTC","","","","","","","","" 
 
"cont_3692d16d137743e3a1e3ef1ba9b91052","ewallet_f55f8c34012eed8b32a10a63426d4765","22 April, 2020, 08:35 UTC","","","","","","","","" 
 
"cont_3692d16d137743e3a1e3ef1ba9b91052","ewallet_f55f8c34012eed8b32a10a63426d4765","22 April, 2020, 08:35 UTC","","","","","","","","" 
 
"cont_3692d16d137743e3a1e3ef1ba9b91052","ewallet_f55f8c34012eed8b32a10a63426d4765","22 April, 2020, 08:34 UTC","","","","","","","",""
```

## Report Format

Line 1 contains a list of headers. Each header is a column heading in the **IDV Checks** page. For a description of the headers, see [Listing IDV Checks](https://docs.rapyd.net/en/listing-idv-checks.md "Listing IDV Checks").

All subsequent lines contain the transactions, one transaction per line.
