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

# V3 Export Transactions

`GET /v3/paymentaudit/transactions`

> **Deprecated.**

Deprecated (use /v4/paymentaudit/transactions instead)

## Query parameters

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

## Response `200`

Export Transactions response

## Other responses

- `400` — Invalid request. See Error message payload for details of failure
- `401` — Invalid access token. May be expired or invalid
- `403` — The authentication does not have permissions to access the resource This usually occurs when there is a valid authentication instance (client or user) but they do not have the required permissions

## Changes

- **2021-01-14** `5e4369698639` — 2 warning, 2 info
  - removed the optional property `payeeEmail` from the response with the `200` status
  - removed the optional property `payeeName` from the response with the `200` status
  - api tag `Payment Audit Service (Deprecated)` added
  - api tag `Payment Audit Service` removed
- **2020-09-25** `dd71433847a6` — 3 breaking, 1 warning, 18 info
  - the `errors/items/` response's property type changed from no type to `object` for status `400`
  - the `errors/items/` response's property type changed from no type to `object` for status `401`
  - the `errors/items/` response's property type changed from no type to `object` for status `403`
  - removed the optional property `paymentType` from the response with the `200` status
  - …18 more
- **2020-06-24** `aded220b0d7b` — 3 info
  - added the media type `application/json` for the response with the status `400`
  - added the media type `application/json` for the response with the status `401`
  - added the media type `application/json` for the response with the status `403`
- **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-service-production.skmtc.workers.dev/v1/apis/velopaymentsapi/velo-payments-apis/revisions/05c3f09fc50a/schema)
