---
title: "List Payment Changes"
method: GET
path: "/v1/deltas/payments"
tags: ["Payment Audit Service"]
---

# List Payment Changes

`GET /v1/deltas/payments`

Get a paginated response listing payment changes.

## Query parameters

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

## Response `200`

Details of Payment Changes

- PaymentDeltaResponse — List Payment Changes Response Object
  - `page` PagedPayeeInvitationStatusResponsePage
    - `numberOfElements` integer
    - `totalElements` integer
    - `totalPages` integer
    - `page` integer
    - `pageSize` integer
  - `links` PagedPayeeResponseLinks[]
    - `rel` string
    - `href` string
  - `content` PaymentDelta[]
    - `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

- **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/1b2abf26b5d6?raw)
