provider plaid POST
/income/verification/documents/download @utdk/plaid
/income/verification/documents/download (Deprecated) Download the original documents used for income verification
`/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.
Try it
Authentication
Configure credentials for The Plaid API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import plaid from '@utdk/plaid';
await plaid.incomeverificationdocumentsdownload()