---
title: "Transactions CSV"
method: GET
path: "/v2/reports/transactions/CSV"
tags: ["Reports"]
---

# Transactions CSV

`GET /v2/reports/transactions/CSV`

Fetch and return the transactions for a specified merchant, delivered in a CSV file.

## Query parameters

- `merchantId` string
- `timezone` string
- `gmtOffset` integer
- `page` integer
- `size` integer
- `refunds` boolean
- `voids` boolean
- `version` string
- `email` string
- `dateBegin` string
- `dateEnd` string

## Headers

- `authorization` string, required
- `Content-Type` string, required
- `Accept` string

## Response `200`

Success - CSV Request Queued

- object
  - `success` boolean
  - `message` string — CSV creation process started successfully.

---

[API](https://skmtc.net/aero/apis/aeropay-v2-api.md) · [All operations](https://skmtc.net/aero/apis/aeropay-v2-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aero/aeropay-v2-api/versions/4700c4ceeaad/schema)
