Download bank statement PDF
Downloads a specific bank statement from Plaid and returns it as a PDF via Google Cloud Storage URL
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
entityId
The ID of the entity that owns the account
statementId
The unique statement identifier from Plaid
accountId
Optional specific account ID (if not provided, uses first active account)
Response
Statement downloaded and uploaded successfully
success
Whether the operation was successful
statement_id
The statement ID that was downloaded
account_id
Our internal account ID
account_name
Account name
account_mask
Account number mask
entity_name
Entity legal name
pdf_url
Public URL to the uploaded PDF statement
file_size
Size of the PDF file in bytes
generated_at
When this download was processed