---
title: "List Payee Changes"
method: GET
path: "/v3/payees/deltas"
tags: ["Payees"]
deprecated: true
---

# List Payee Changes

`GET /v3/payees/deltas`

> **Deprecated.**

Use v4 instead

Get a paginated response listing payee changes.

## Query parameters

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

## Response `200`

Details of Payee Changes

- PayeeDeltaResponseV3 — List Payee Changes Response Object
  - `page` PayeeDeltaResponseV3Page
    - `numberOfElements` integer
    - `totalElements` integer
    - `totalPages` integer
    - `page` integer
    - `pageSize` integer
  - `links` PayeeDeltaResponseV3Links[]
    - `rel` string
    - `href` string
  - `content` PayeeDeltaV3[]
    - `remoteId` string, required
    - `payeeId` string, uuid, required
    - `displayName` string
    - `dbaName` string
    - `email` string, email, nullable
    - `payeeCountry` string
    - `onboardedStatus` string — Onboarded status. One of the following values: CREATED, INVITED, REGISTERED, ONBOARDED

## Other responses

- `400` — Bad Request

## Changes

- **2022-06-27** `1e7a1734a45c` — 4 info
  - removed the `CREATED` enum value from the `content/items/onboardedStatus` response property for the response status `200`
  - removed the `INVITED` enum value from the `content/items/onboardedStatus` response property for the response status `200`
  - removed the `ONBOARDED` enum value from the `content/items/onboardedStatus` response property for the response status `200`
  - removed the `REGISTERED` enum value from the `content/items/onboardedStatus` response property for the response status `200`
- **2020-08-13** `75bb7af5ae63` — 1 info
  - endpoint deprecated
- **2020-02-27** `7c8cfeb59952` — 10 breaking, 1 info
  - removed the media type `application/json` for the response with the status `400`
  - the `content/items/payeeCountry` response property's maxLength was unset from `2` for the response status `200`
  - the `content/items/payeeCountry` response property's minLength was decreased from `2` to `0` for the response status `200`
  - the `links/items/` response's property type changed from `object` to no type for status `200`
  - …7 more
- …earlier changes not shown

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