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

# Changes to V3 Get Payouts for Payor

`GET /v3/paymentaudit/payouts`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 8 of 50 revisions.

- **2022-06-27** `1e7a1734a45c` — 25 info
- **2021-01-14** `5e4369698639` — 2 info
- **2020-09-25** `dd71433847a6` — 4 breaking, 24 info
- **2020-06-24** `aded220b0d7b` — 2 warning, 4 info
- **2019-12-06** `fbe041e3d325` — 2 warning, 3 info
- **2019-07-25** `6febece3adc1` — 1 info
- **2019-07-16** `02b01d19d9e3` — 2 breaking
- **2019-07-15** `ced8e167a97c` — 5 breaking, 26 warning, 7 info

## Changes

- **2022-06-27** `1e7a1734a45c` — 25 info
  - removed the `ACCEPTED` enum value from the `content/items/status` 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 `EXPIRED` enum value from the `content/items/fxSummaries/items/status` 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 `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 `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-01-14** `5e4369698639` — 2 info
  - api tag `Payment Audit Service (Deprecated)` added
  - api tag `Payment Audit Service` removed
- **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`
- **2019-12-06** `fbe041e3d325` — 2 warning, 3 info
  - removed the optional property `content/items/dateTime` from the response with the `200` status
  - removed the optional property `summary` from the response with the `200` status
  - api operation id `getPayoutsForPayor` removed and replaced with `getPayoutsForPayorV3`
  - added the non-success response with the status `401`
  - added the non-success response with the status `403`
- **2019-07-25** `6febece3adc1` — 1 info
  - added the optional property `content/items/withdrawnDateTime` to the response with the `200` status
- **2019-07-16** `02b01d19d9e3` — 2 breaking
  - the `content/items/fxSummaries/items/invertedRate` response's property format changed from `decimal` to `float` for status `200`
  - the `content/items/fxSummaries/items/rate` response's property format changed from `decimal` to `float` for status `200`
- **2019-07-15** `ced8e167a97c` — 5 breaking, 26 warning, 7 info
  - 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/fxSummaries/items/invertedRate` response's property format changed from `float` to `decimal` for status `200`
  - the `content/items/fxSummaries/items/rate` response's property format changed from `float` to `decimal` for status `200`
  - 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 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`
  - api operation id `getPayoutsForPayorV3` removed and replaced with `getPayoutsForPayor`
  - api tag `Payment Audit Service` added
  - api tag `Payment Audit Service (Deprecated)` removed
  - removed the non-success response with the status `401`
  - removed the non-success response with the status `403`
  - added the optional property `content/items/dateTime` to the response with the `200` status
  - added the optional property `summary` to the response with the `200` status

---

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