# Get PDF statement for the account Please note this statement is created by Atto and not the bank. Endpoint: GET /stored-data/v1/consents/{consentId}/accounts/{accountId}/statement Version: all Security: Bearer ## Path parameters: - `consentId` (string, required) The consent ID for which we want to fetch account information - `accountId` (string, required) The account ID for which we want to fetch PDF statement ## Response 400 fields (application/pdf): - `code` (string,null) Error code. - `description` (string,null) Error message. - `details` (string,null) Error details. - `correlationId` (string,null) User transaction tracking Id ## Response 403 fields (application/pdf): - `code` (string,null) Error code. - `description` (string,null) Error message. - `details` (string,null) Error details. - `correlationId` (string,null) User transaction tracking Id ## Response 404 fields (application/pdf): - `code` (string,null) Error code. - `description` (string,null) Error message. - `details` (string,null) Error details. - `correlationId` (string,null) User transaction tracking Id ## Response 500 fields (application/pdf): - `code` (string,null) Error code. - `description` (string,null) Error message. - `details` (string,null) Error details. - `correlationId` (string,null) User transaction tracking Id ## Response 502 fields (application/pdf): - `code` (string,null) Error code. - `description` (string,null) Error message. - `details` (string,null) Error details. - `correlationId` (string,null) User transaction tracking Id