POST /statements/download
The /statements/download endpoint retrieves a single statement PDF in binary format.  The response will contain a Plaid-Content-Hash header containing a SHA 256 checksum of the statement. This can be used to verify that the file being sent by Plaid is the same file that was downloaded to your system.
Servers
- https://production.plaid.com
 - https://sandbox.plaid.com
 
Request headers
| Name | Type | Required | Description | 
|---|---|---|---|
Content-Type | 
            String | Yes | 
                The media type of the request body.
                   Default value: "application/json"  | 
          
Request body fields
| Name | Type | Required | Description | 
|---|---|---|---|
statement_id | 
            String | Yes | 
                 Plaid's unique identifier for the statements.  | 
          
client_id | 
            String | No | 
                 Your Plaid API   | 
          
access_token | 
            String | Yes | 
                 The access token associated with the Item data is being requested for.  | 
          
secret | 
            String | No | 
                 Your Plaid API   | 
          
How to start integrating
- Add HTTP Task to your workflow definition.
 - Search for the API you want to integrate with and click on the name.
      
- This loads the API reference documentation and prepares the Http request settings.
 
 - Click Test request to test run your request to the API and see the API's response.