---
title: "Export Transactions"
method: GET
path: "/v3/paymentaudit/transactions"
tags: ["Payment Audit Service"]
deprecated: true
---

# Export Transactions

`GET /v3/paymentaudit/transactions`

> **Deprecated.**

Download a CSV file containing payments in a date range. Uses Transfer-Encoding - chunked to stream to the client. Date range is inclusive of both the start and end dates.

## Query parameters

- `payorId` string, uuid
- `startDate` string, date
- `endDate` string, date

## Response `200`

Export Transactions response

## Other responses

- `400` — invalid Request
- `401` — Not Authorized
- `403` — Forbidden

## Changes

- **2019-12-06** `fbe041e3d325` — 1 info
  - endpoint added
- **2019-07-15** `ced8e167a97c` — 1 info
  - api path removed with deprecation

[Change history](https://skmtc.dev/velopaymentsapi/apis/velo-payments-apis/changes/v3/paymentaudit/transactions/get.md)

---

[API](https://skmtc.dev/velopaymentsapi/apis/velo-payments-apis.md) · [All operations](https://skmtc.dev/velopaymentsapi/apis/velo-payments-apis/llms.txt) · [OpenAPI document](https://skmtc.dev/velopaymentsapi/apis/velo-payments-apis/revisions/1b2abf26b5d6?raw)
