---
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

---

[API](https://skmtc.net/velopaymentsapi/apis/velo-payments-apis.md) · [All operations](https://skmtc.net/velopaymentsapi/apis/velo-payments-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/velopaymentsapi/velo-payments-apis/revisions/05c3f09fc50a/schema)
