---
title: "(Deprecated) Download the original documents used for income verification"
method: POST
path: "/income/verification/documents/download"
tags: ["plaid"]
deprecated: true
---

# (Deprecated) Download the original documents used for income verification

`POST /income/verification/documents/download`

> **Deprecated.**

`/income/verification/documents/download` provides the ability to download the source documents associated with the verification.

If Document Income was used, the documents will be those the user provided in Link. For Payroll Income, the most recent files available for download from the payroll provider will be available from this endpoint.

The response to `/income/verification/documents/download` is a ZIP file in binary data. If a `document_id` is passed, a single document will be contained in this file.
If not, the response will contain all documents associated with the verification.

The `request_id` is returned in the `Plaid-Request-ID` header.

## Request body

- IncomeVerificationDocumentsDownloadRequest — IncomeVerificationDocumentsDownloadRequest defines the request schema for `/income/verification/documents/download`.
  - `client_id` string — Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.
  - `secret` string — Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body.
  - `income_verification_id` string, nullable — The ID of the verification.
  - `access_token` string, nullable — The access token associated with the Item for which data is being requested.
  - `document_id` string, nullable — The document ID to download. If passed, a single document will be returned in the resulting zip file, rather than all document

## Response `200`

A ZIP file containing source documents(s) used as the basis for income verification.

## Other responses

- `default` — Error response

---

[API](https://skmtc.net/plaid/apis/the-plaid-api.md) · [All operations](https://skmtc.net/plaid/apis/the-plaid-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/plaid/the-plaid-api/revisions/e536704a333f/schema)
