---
title: "V1 List Payment Changes"
method: GET
path: "/v1/deltas/payments"
tags: ["Payment Audit Service (Deprecated)"]
deprecated: true
---

# V1 List Payment Changes

`GET /v1/deltas/payments`

> **Deprecated.**

Deprecated (use /v4/payments/deltas instead)

## Query parameters

- `payorId` string, uuid, required
- `updatedSince` string, date-time, required
- `page` integer
- `pageSize` integer

## Response `200`

Details of Payment Changes

- PaymentDeltaResponseV1 — List Payment Changes Response Object
  - `page` PagedPayeeInvitationStatusResponseV3Page
    - `numberOfElements` integer
    - `totalElements` integer
    - `totalPages` integer
    - `page` integer
    - `pageSize` integer
  - `links` PagedPayeeResponseV3Links[]
    - `rel` string
    - `href` string
  - `content` PaymentDeltaV1[]
    - `paymentId` string, uuid, required
    - `payoutId` string, uuid, required
    - `payorPaymentId` string, nullable
    - `paymentCurrency` string, nullable
    - `paymentAmount` integer, nullable
    - `status` string, nullable
    - `sourceCurrency` string, nullable
    - `sourceAmount` integer, nullable

## Other responses

- `400` — Bad Request

## Changes

- **2021-01-14** `5e4369698639` — 3 info
  - api tag `Payment Audit Service (Deprecated)` added
  - api tag `Payment Audit Service` removed
  - endpoint deprecated
- **2020-06-24** `aded220b0d7b` — 2 warning
  - for the `query` request parameter `pageSize`, the max was set to `1000.00`
  - for the `query` request parameter `pageSize`, the min was set to `1.00`
- **2020-01-28** `1b2abf26b5d6` — 8 info
  - removed the `ACCEPTED` enum value from the `content/items/status` response property for the response status `200`
  - removed the `ACCEPTED_BY_RAILS` enum value from the `content/items/status` response property for the response status `200`
  - removed the `AWAITING_FUNDS` enum value from the `content/items/status` response property for the response status `200`
  - removed the `CONFIRMED` enum value from the `content/items/status` response property for the response status `200`
  - …4 more
- **2019-12-11** `a0b19fa311c0` — 8 warning
  - added the new `ACCEPTED` enum value to the `content/items/status` response property for the response status `200`
  - added the new `ACCEPTED_BY_RAILS` enum value to the `content/items/status` response property for the response status `200`
  - added the new `AWAITING_FUNDS` enum value to the `content/items/status` response property for the response status `200`
  - added the new `CONFIRMED` enum value to the `content/items/status` response property for the response status `200`
  - …4 more
- …earlier changes not shown

[Full history](https://skmtc.dev/velopaymentsapi/apis/velo-payments-apis/changes/v1/deltas/payments/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/c9570437d66c?raw)
