# Download transactional tax

Retrieves a generated <a href="https://docs.solidgate.com/billing/taxes/tax-insights/#tax-reports" target="_blank">transactional tax</a> report in CSV format.
<blockquote>
<p>In a successful response, you will be redirected to S3 to download the file.</p>
</blockquote>

Endpoint: GET /transactional/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.

