---
title: "Changes to Get Payouts for Payor"
method: GET
path: "/v4/paymentaudit/payouts"
---

# Changes to Get Payouts for Payor

`GET /v4/paymentaudit/payouts`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 10 of 50 revisions.

- **2022-06-27** `1e7a1734a45c` — 31 info
- **2021-11-03** `f3f98769e28f` — 4 info
- **2020-09-25** `dd71433847a6` — 4 breaking, 24 info
- **2020-06-24** `aded220b0d7b` — 2 warning, 4 info
- **2020-03-19** `10644a139f81` — 1 info
- **2019-12-11** `a0b19fa311c0` — 1 breaking, 4 info
- **2019-12-06** `fbe041e3d325` — 1 warning, 2 info
- **2019-10-17** `f27462c28e5f` — 2 info
- **2019-07-25** `6febece3adc1` — 1 info
- **2019-07-15** `ced8e167a97c` — 6 breaking, 32 warning, 4 info

## Changes

- **2022-06-27** `1e7a1734a45c` — 31 info
  - removed the `ACCEPTED` enum value from the `content/items/status` response property for the response status `200`
  - removed the `AS` enum value from the `content/items/payoutType` response property for the response status `200`
  - removed the `COMPLETED` 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`
  - removed the `EUR` enum value from the `content/items/fxSummaries/items/paymentCurrency` response property for the response status `200`
  - removed the `EUR` enum value from the `content/items/fxSummaries/items/sourceCurrency` response property for the response status `200`
  - removed the `EUR` enum value from the `content/items/sourceAccountSummary/items/currency` response property for the response status `200`
  - removed the `EXECUTED` enum value from the `content/items/fxSummaries/items/status` response property for the response status `200`
  - removed the `EXECUTED` enum value from the `content/items/schedule/scheduleStatus` response property for the response status `200`
  - removed the `EXPIRED` enum value from the `content/items/fxSummaries/items/status` response property for the response status `200`
  - removed the `FAILED` enum value from the `content/items/schedule/scheduleStatus` response property for the response status `200`
  - removed the `FUNDED` enum value from the `content/items/fxSummaries/items/fundingStatus` response property for the response status `200`
  - removed the `GBP` enum value from the `content/items/fxSummaries/items/paymentCurrency` response property for the response status `200`
  - removed the `GBP` enum value from the `content/items/fxSummaries/items/sourceCurrency` response property for the response status `200`
  - removed the `GBP` enum value from the `content/items/sourceAccountSummary/items/currency` response property for the response status `200`
  - removed the `INCOMPLETE` enum value from the `content/items/status` response property for the response status `200`
  - removed the `INSTRUCTED` enum value from the `content/items/fxSummaries/items/fundingStatus` response property for the response status `200`
  - removed the `INSTRUCTED` enum value from the `content/items/status` response property for the response status `200`
  - removed the `ON_BEHALF_OF` enum value from the `content/items/payoutType` response property for the response status `200`
  - removed the `QUOTED` enum value from the `content/items/fxSummaries/items/status` response property for the response status `200`
  - removed the `QUOTED` enum value from the `content/items/status` response property for the response status `200`
  - removed the `REJECTED` enum value from the `content/items/status` response property for the response status `200`
  - removed the `SCHEDULED` enum value from the `content/items/schedule/scheduleStatus` response property for the response status `200`
  - removed the `STANDARD` enum value from the `content/items/payoutType` response property for the response status `200`
  - removed the `SUBMITTED` enum value from the `content/items/status` response property for the response status `200`
  - removed the `UNFUNDED` enum value from the `content/items/fxSummaries/items/fundingStatus` response property for the response status `200`
  - removed the `UNQUOTED` enum value from the `content/items/fxSummaries/items/status` response property for the response status `200`
  - removed the `USD` enum value from the `content/items/fxSummaries/items/paymentCurrency` response property for the response status `200`
  - removed the `USD` enum value from the `content/items/fxSummaries/items/sourceCurrency` response property for the response status `200`
  - removed the `USD` enum value from the `content/items/sourceAccountSummary/items/currency` response property for the response status `200`
  - removed the `WITHDRAWN` enum value from the `content/items/status` response property for the response status `200`
- **2021-11-03** `f3f98769e28f` — 4 info
  - added the new optional `query` request parameter `scheduleStatus`
  - added the new optional `query` request parameter `scheduledForDateFrom`
  - added the new optional `query` request parameter `scheduledForDateTo`
  - added the optional property `content/items/schedule` to the response with the `200` status
- **2020-09-25** `dd71433847a6` — 4 breaking, 24 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`
  - the `errors/items/` response's property type changed from no type to `object` for status `404`
  - added the optional property `errors/items/errorCode` to the response with the `400` status
  - added the optional property `errors/items/errorCode` to the response with the `401` status
  - added the optional property `errors/items/errorCode` to the response with the `403` status
  - added the optional property `errors/items/errorCode` to the response with the `404` status
  - added the optional property `errors/items/errorData` to the response with the `400` status
  - added the optional property `errors/items/errorData` to the response with the `401` status
  - added the optional property `errors/items/errorData` to the response with the `403` status
  - added the optional property `errors/items/errorData` to the response with the `404` status
  - added the optional property `errors/items/localisationDetails` to the response with the `400` status
  - added the optional property `errors/items/localisationDetails` to the response with the `401` status
  - added the optional property `errors/items/localisationDetails` to the response with the `403` status
  - added the optional property `errors/items/localisationDetails` to the response with the `404` status
  - added the optional property `httpStatusCode` to the response with the `400` status
  - added the optional property `httpStatusCode` to the response with the `401` status
  - added the optional property `httpStatusCode` to the response with the `403` status
  - added the optional property `httpStatusCode` to the response with the `404` status
  - response property `errors/items/locationType` deprecated
  - response property `errors/items/locationType` deprecated
  - response property `errors/items/locationType` deprecated
  - response property `errors/items/locationType` deprecated
  - response property `errors/items/reasonCode` deprecated
  - response property `errors/items/reasonCode` deprecated
  - response property `errors/items/reasonCode` deprecated
  - response property `errors/items/reasonCode` deprecated
- **2020-06-24** `aded220b0d7b` — 2 warning, 4 info
  - for the `query` request parameter `pageSize`, the max was set to `100.00`
  - for the `query` request parameter `pageSize`, the min was set to `1.00`
  - 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`
  - added the media type `application/json` for the response with the status `404`
- **2020-03-19** `10644a139f81` — 1 info
  - added the optional property `content/items/totalWithdrawnPayments` to the response with the `200` status
- **2019-12-11** `a0b19fa311c0` — 1 breaking, 4 info
  - the response property `content/items/payoutId` became optional for the status `200`
  - added the new optional `query` request parameter `fromPayorName`
  - the `query` request parameter `payorId` became optional
  - response property `content/items/payorId` reactivated
  - added the required property `content/items/payorName` to the response with the `200` status
- **2019-12-06** `fbe041e3d325` — 1 warning, 2 info
  - removed the optional property `summary` from the response with the `200` status
  - added the non-success response with the status `401`
  - added the non-success response with the status `403`
- **2019-10-17** `f27462c28e5f` — 2 info
  - response property `content/items/payorId` deprecated
  - added the required property `content/items/payoutType` to the response with the `200` status
- **2019-07-25** `6febece3adc1` — 1 info
  - added the optional property `content/items/withdrawnDateTime` to the response with the `200` status
- **2019-07-15** `ced8e167a97c` — 6 breaking, 32 warning, 4 info
  - the `query` request parameter `payorId` became required
  - removed the media type `application/json` for the response with the status `400`
  - removed the media type `application/json` for the response with the status `404`
  - the `content/items/sourceAccountSummary/items/totalCost` response's property type changed from `integer` to `number`, and format from `int64` to `int32` for status `200`
  - removed the required property `content/items/payorName` from the response with the `200` status
  - removed the required property `content/items/payoutType` from the response with the `200` status
  - deleted the `query` request parameter `fromPayorName`
  - deleted the `query` request parameter `scheduleStatus`
  - deleted the `query` request parameter `scheduledForDateFrom`
  - deleted the `query` request parameter `scheduledForDateTo`
  - removed the optional property `content/items/schedule` from the response with the `200` status
  - removed the optional property `content/items/totalWithdrawnPayments` from the response with the `200` status
  - removed the optional property `content/items/withdrawnDateTime` from the response with the `200` status
  - added the new `ACCEPTED` enum value to the `content/items/status` response property for the response status `200`
  - added the new `COMPLETED` 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`
  - added the new `EUR` enum value to the `content/items/fxSummaries/items/paymentCurrency` response property for the response status `200`
  - added the new `EUR` enum value to the `content/items/fxSummaries/items/sourceCurrency` response property for the response status `200`
  - added the new `EUR` enum value to the `content/items/sourceAccountSummary/items/currency` response property for the response status `200`
  - added the new `EXECUTED` enum value to the `content/items/fxSummaries/items/status` response property for the response status `200`
  - added the new `EXPIRED` enum value to the `content/items/fxSummaries/items/status` response property for the response status `200`
  - added the new `FUNDED` enum value to the `content/items/fxSummaries/items/fundingStatus` response property for the response status `200`
  - added the new `GBP` enum value to the `content/items/fxSummaries/items/paymentCurrency` response property for the response status `200`
  - added the new `GBP` enum value to the `content/items/fxSummaries/items/sourceCurrency` response property for the response status `200`
  - added the new `GBP` enum value to the `content/items/sourceAccountSummary/items/currency` response property for the response status `200`
  - added the new `INCOMPLETE` enum value to the `content/items/status` response property for the response status `200`
  - added the new `INSTRUCTED` enum value to the `content/items/fxSummaries/items/fundingStatus` response property for the response status `200`
  - added the new `INSTRUCTED` enum value to the `content/items/status` response property for the response status `200`
  - added the new `QUOTED` enum value to the `content/items/fxSummaries/items/status` response property for the response status `200`
  - added the new `QUOTED` enum value to the `content/items/status` response property for the response status `200`
  - added the new `REJECTED` enum value to the `content/items/status` response property for the response status `200`
  - added the new `SUBMITTED` enum value to the `content/items/status` response property for the response status `200`
  - added the new `UNFUNDED` enum value to the `content/items/fxSummaries/items/fundingStatus` response property for the response status `200`
  - added the new `UNQUOTED` enum value to the `content/items/fxSummaries/items/status` response property for the response status `200`
  - added the new `USD` enum value to the `content/items/fxSummaries/items/paymentCurrency` response property for the response status `200`
  - added the new `USD` enum value to the `content/items/fxSummaries/items/sourceCurrency` response property for the response status `200`
  - added the new `USD` enum value to the `content/items/sourceAccountSummary/items/currency` response property for the response status `200`
  - added the new `WITHDRAWN` enum value to the `content/items/status` response property for the response status `200`
  - removed the non-success response with the status `401`
  - removed the non-success response with the status `403`
  - …2 more

---

[Operation](https://skmtc.dev/velopaymentsapi/apis/velo-payments-apis/docs/v4/paymentaudit/payouts/get.md) · [API](https://skmtc.dev/velopaymentsapi/apis/velo-payments-apis.md) · [Page](https://skmtc.dev/velopaymentsapi/apis/velo-payments-apis/changes/v4/paymentaudit/payouts/get)
