---
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. See Error message payload for details of failure
- `401` — Not Authorized
- `403` — Forbidden

## Changes

- **2023-08-15** `b924ba134e09` — 1 info
  - added the media type `application/json` for the response with the status `400`
- **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`

[Full 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-service-production.skmtc.workers.dev/v1/apis/velopaymentsapi/velo-payments-apis/revisions/05c3f09fc50a/schema)
