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

# Export Transactions

`GET /v4/paymentaudit/transactions`

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
- `include` 'payorOnly' | 'payorAndDescendants'

## Response `200`

Export Transactions response

## Other responses

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

## Changes

- **2020-09-25** `dd71433847a6` — 1 warning
  - removed the optional property `paymentType` from the response with the `200` status
- **2020-06-24** `aded220b0d7b` — 1 warning, 1 info
  - deleted the `query` request parameter `submittedDateFrom`
  - added the new optional `query` request parameter `endDate`
- **2019-12-06** `fbe041e3d325` — 1 breaking, 31 info
  - removed the success response with the status `204`
  - api operation id `exportTransactionsCSV` removed and replaced with `exportTransactionsCSVV4`
  - added the non-success response with the status `401`
  - added the non-success response with the status `403`
  - …28 more
- **2019-08-15** `696838c159e5` — 1 info
  - added the new optional `query` request parameter `include`
- **2019-07-15** `ced8e167a97c` — 2 breaking, 29 warning, 5 info
  - the response's body type changed from `object` to `string` for status `200`
  - removed the media type `application/json` for the response with the status `400`
  - deleted the `query` request parameter `endDate`
  - deleted the `query` request parameter `include`
  - …32 more

[Change history](https://skmtc.dev/velopaymentsapi/apis/velo-payments-apis/changes/v4/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/25a3d8f6e24a?raw)
