Get account statement

Retrieve a statement document. Use the Accept header to specify the desired format. Supported formats are PDF (default), CSV, and BAI2.

Authentication

AuthorizationBearer

OAuth 2.0 Bearer token with the read:bank_accounts scope

Path parameters

idstringRequiredformat: "uuid"
Unique identifier for the account
statementIdstringRequiredformat: "uuid"
Unique identifier for the statement

Response

The statement document in the requested format

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
406
Not Acceptable Error
500
Internal Server Error