Download bank statement PDF

Downloads a specific bank statement from Plaid and returns it as a PDF via Google Cloud Storage URL

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

entityIdstringRequired
The ID of the entity that owns the account
statementIdstringRequired
The unique statement identifier from Plaid
accountIdstringOptional

Optional specific account ID (if not provided, uses first active account)

Response

Statement downloaded and uploaded successfully
successboolean or null
Whether the operation was successful
statement_idstring or null
The statement ID that was downloaded
account_idstring or null
Our internal account ID
account_namestring or null
Account name
account_maskstring or null
Account number mask
entity_namestring or null
Entity legal name
pdf_urlstring or nullformat: "uri"
Public URL to the uploaded PDF statement
file_sizeinteger or null
Size of the PDF file in bytes
generated_atdatetime or null
When this download was processed

Errors