# Download financial entries

The <a href="https://docs.solidgate.com/finance/financial-reports/financial-entries/" target="_blank">report</a> offers an extensive overview of <a href="https://docs.solidgate.com/finance/financial-reports/financial-entries/" target="_blank">financial transactions</a>, detailing financial record IDs, order and transaction IDs, dates, amounts, currencies, payment methods, and geographical data essential for comprehensive financial analysis and management.
<blockquote>
<p>The report unloads data based on the <code>created_at + 4 hours</code> parameter, which corresponds to the date the operation was executed.</p>
<p>In a successful response, you will be redirected to S3 to download the file.</p>
</blockquote>

Endpoint: GET /financial_entries/report/{report_id}/download
Version: 1.0.0
Security: merchant, signature

## Path parameters:

  - `report_id` (string, required)
    Unique report identifier for download.

<blockquote>
  <p>It follows the pattern [report_prefix] [date (yyMMdd)] [time (HHmmss)] [channel name].</p>
</blockquote>

## Header parameters:

  - `merchant` (string, required)

  - `signature` (string, required)

## Response 200 fields (application/json):

  - `error` (object, required)
    Error object.

  - `error.code` (string, required)
    Unauthorized access due to invalid credentials.
    Example: 1.01

  - `error.messages` (array, required)
    Array of error messages applied to the decline payment.

