---
title: "Changes to Query Batch Status"
method: GET
path: "/v3/payees/batch/{batchId}"
---

# Changes to Query Batch Status

`GET /v3/payees/batch/{batchId}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 13 of 50 revisions.

- **2026-07-13** `05c3f09fc50a` — 2 breaking
- **2022-06-27** `1e7a1734a45c` — 256 info
- **2022-04-07** `da77064fe233` — 254 info
- **2021-05-04** `5280d78a309d` — 1 breaking, 27 warning, 17 info
- **2021-01-14** `5e4369698639` — 5 breaking, 16 warning, 27 info
- **2020-09-25** `dd71433847a6` — 4 breaking, 35 info
- **2020-08-13** `75bb7af5ae63` — 1 info
- **2020-06-24** `aded220b0d7b` — 2 breaking
- **2020-02-27** `7c8cfeb59952` — 6 breaking, 25 warning, 23 info
- **2020-02-03** `68f50053dc40` — 7 breaking, 13 warning, 30 info
- **2020-01-28** `1b2abf26b5d6` — 2 breaking, 5 warning, 12 info
- **2019-11-25** `86699f3efd3a` — 1 info
- **2019-07-15** `ced8e167a97c` — 1 info

## Changes

- **2026-07-13** `05c3f09fc50a` — 2 breaking
  - the `failures/items/failedSubmission/company/taxId` response property's minLength was decreased from `6` to `4` for the response status `200`
  - the `failures/items/failedSubmission/individual/nationalIdentification` response property's minLength was decreased from `6` to `4` for the response status `200`
- **2022-06-27** `1e7a1734a45c` — 256 info
  - removed the `ACCEPTED` enum value from the `failures/items/failedSubmission/payorRefs/items/invitationStatus` response property for the response status `200`
  - removed the `ACCEPTED` enum value from the `status` response property for the response status `200`
  - removed the `AD` enum value from the `failures/items/failedSubmission/address/country` response property for the response status `200`
  - removed the `AE` enum value from the `failures/items/failedSubmission/address/country` response property for the response status `200`
  - removed the `AF` enum value from the `failures/items/failedSubmission/address/country` response property for the response status `200`
  - removed the `AG` enum value from the `failures/items/failedSubmission/address/country` response property for the response status `200`
  - removed the `AI` enum value from the `failures/items/failedSubmission/address/country` response property for the response status `200`
  - removed the `AL` enum value from the `failures/items/failedSubmission/address/country` response property for the response status `200`
  - removed the `AM` enum value from the `failures/items/failedSubmission/address/country` response property for the response status `200`
  - removed the `AO` enum value from the `failures/items/failedSubmission/address/country` response property for the response status `200`
  - removed the `AQ` enum value from the `failures/items/failedSubmission/address/country` response property for the response status `200`
  - removed the `AR` enum value from the `failures/items/failedSubmission/address/country` response property for the response status `200`
  - removed the `AS` enum value from the `failures/items/failedSubmission/address/country` response property for the response status `200`
  - removed the `AT` enum value from the `failures/items/failedSubmission/address/country` response property for the response status `200`
  - removed the `AU` enum value from the `failures/items/failedSubmission/address/country` response property for the response status `200`
  - removed the `AW` enum value from the `failures/items/failedSubmission/address/country` response property for the response status `200`
  - removed the `AX` enum value from the `failures/items/failedSubmission/address/country` response property for the response status `200`
  - removed the `AZ` enum value from the `failures/items/failedSubmission/address/country` response property for the response status `200`
  - removed the `BA` enum value from the `failures/items/failedSubmission/address/country` response property for the response status `200`
  - removed the `BB` enum value from the `failures/items/failedSubmission/address/country` response property for the response status `200`
  - removed the `BD` enum value from the `failures/items/failedSubmission/address/country` response property for the response status `200`
  - removed the `BE` enum value from the `failures/items/failedSubmission/address/country` response property for the response status `200`
  - removed the `BF` enum value from the `failures/items/failedSubmission/address/country` response property for the response status `200`
  - removed the `BG` enum value from the `failures/items/failedSubmission/address/country` response property for the response status `200`
  - removed the `BH` enum value from the `failures/items/failedSubmission/address/country` response property for the response status `200`
  - removed the `BI` enum value from the `failures/items/failedSubmission/address/country` response property for the response status `200`
  - removed the `BJ` enum value from the `failures/items/failedSubmission/address/country` response property for the response status `200`
  - removed the `BL` enum value from the `failures/items/failedSubmission/address/country` response property for the response status `200`
  - removed the `BM` enum value from the `failures/items/failedSubmission/address/country` response property for the response status `200`
  - removed the `BN` enum value from the `failures/items/failedSubmission/address/country` response property for the response status `200`
  - removed the `BO` enum value from the `failures/items/failedSubmission/address/country` response property for the response status `200`
  - removed the `BQ` enum value from the `failures/items/failedSubmission/address/country` response property for the response status `200`
  - removed the `BR` enum value from the `failures/items/failedSubmission/address/country` response property for the response status `200`
  - removed the `BS` enum value from the `failures/items/failedSubmission/address/country` response property for the response status `200`
  - removed the `BT` enum value from the `failures/items/failedSubmission/address/country` response property for the response status `200`
  - removed the `BV` enum value from the `failures/items/failedSubmission/address/country` response property for the response status `200`
  - removed the `BW` enum value from the `failures/items/failedSubmission/address/country` response property for the response status `200`
  - removed the `BY` enum value from the `failures/items/failedSubmission/address/country` response property for the response status `200`
  - removed the `BZ` enum value from the `failures/items/failedSubmission/address/country` response property for the response status `200`
  - removed the `CA` enum value from the `failures/items/failedSubmission/address/country` response property for the response status `200`
  - …216 more
- **2022-04-07** `da77064fe233` — 254 info
  - removed the `AD` enum value from the `failures/items/failedSubmission/paymentChannel/countryCode` response property for the response status `200`
  - removed the `AE` enum value from the `failures/items/failedSubmission/paymentChannel/countryCode` response property for the response status `200`
  - removed the `AF` enum value from the `failures/items/failedSubmission/paymentChannel/countryCode` response property for the response status `200`
  - removed the `AG` enum value from the `failures/items/failedSubmission/paymentChannel/countryCode` response property for the response status `200`
  - removed the `AI` enum value from the `failures/items/failedSubmission/paymentChannel/countryCode` response property for the response status `200`
  - removed the `AL` enum value from the `failures/items/failedSubmission/paymentChannel/countryCode` response property for the response status `200`
  - removed the `AM` enum value from the `failures/items/failedSubmission/paymentChannel/countryCode` response property for the response status `200`
  - removed the `AO` enum value from the `failures/items/failedSubmission/paymentChannel/countryCode` response property for the response status `200`
  - removed the `AQ` enum value from the `failures/items/failedSubmission/paymentChannel/countryCode` response property for the response status `200`
  - removed the `AR` enum value from the `failures/items/failedSubmission/paymentChannel/countryCode` response property for the response status `200`
  - removed the `AS` enum value from the `failures/items/failedSubmission/paymentChannel/countryCode` response property for the response status `200`
  - removed the `AT` enum value from the `failures/items/failedSubmission/paymentChannel/countryCode` response property for the response status `200`
  - removed the `AU` enum value from the `failures/items/failedSubmission/paymentChannel/countryCode` response property for the response status `200`
  - removed the `AW` enum value from the `failures/items/failedSubmission/paymentChannel/countryCode` response property for the response status `200`
  - removed the `AX` enum value from the `failures/items/failedSubmission/paymentChannel/countryCode` response property for the response status `200`
  - removed the `AZ` enum value from the `failures/items/failedSubmission/paymentChannel/countryCode` response property for the response status `200`
  - removed the `BA` enum value from the `failures/items/failedSubmission/paymentChannel/countryCode` response property for the response status `200`
  - removed the `BB` enum value from the `failures/items/failedSubmission/paymentChannel/countryCode` response property for the response status `200`
  - removed the `BD` enum value from the `failures/items/failedSubmission/paymentChannel/countryCode` response property for the response status `200`
  - removed the `BE` enum value from the `failures/items/failedSubmission/paymentChannel/countryCode` response property for the response status `200`
  - removed the `BF` enum value from the `failures/items/failedSubmission/paymentChannel/countryCode` response property for the response status `200`
  - removed the `BG` enum value from the `failures/items/failedSubmission/paymentChannel/countryCode` response property for the response status `200`
  - removed the `BH` enum value from the `failures/items/failedSubmission/paymentChannel/countryCode` response property for the response status `200`
  - removed the `BI` enum value from the `failures/items/failedSubmission/paymentChannel/countryCode` response property for the response status `200`
  - removed the `BJ` enum value from the `failures/items/failedSubmission/paymentChannel/countryCode` response property for the response status `200`
  - removed the `BL` enum value from the `failures/items/failedSubmission/paymentChannel/countryCode` response property for the response status `200`
  - removed the `BM` enum value from the `failures/items/failedSubmission/paymentChannel/countryCode` response property for the response status `200`
  - removed the `BN` enum value from the `failures/items/failedSubmission/paymentChannel/countryCode` response property for the response status `200`
  - removed the `BO` enum value from the `failures/items/failedSubmission/paymentChannel/countryCode` response property for the response status `200`
  - removed the `BQ` enum value from the `failures/items/failedSubmission/paymentChannel/countryCode` response property for the response status `200`
  - removed the `BR` enum value from the `failures/items/failedSubmission/paymentChannel/countryCode` response property for the response status `200`
  - removed the `BS` enum value from the `failures/items/failedSubmission/paymentChannel/countryCode` response property for the response status `200`
  - removed the `BT` enum value from the `failures/items/failedSubmission/paymentChannel/countryCode` response property for the response status `200`
  - removed the `BV` enum value from the `failures/items/failedSubmission/paymentChannel/countryCode` response property for the response status `200`
  - removed the `BW` enum value from the `failures/items/failedSubmission/paymentChannel/countryCode` response property for the response status `200`
  - removed the `BY` enum value from the `failures/items/failedSubmission/paymentChannel/countryCode` response property for the response status `200`
  - removed the `BZ` enum value from the `failures/items/failedSubmission/paymentChannel/countryCode` response property for the response status `200`
  - removed the `CA` enum value from the `failures/items/failedSubmission/paymentChannel/countryCode` response property for the response status `200`
  - removed the `CC` enum value from the `failures/items/failedSubmission/paymentChannel/countryCode` response property for the response status `200`
  - removed the `CD` enum value from the `failures/items/failedSubmission/paymentChannel/countryCode` response property for the response status `200`
  - …214 more
- **2021-05-04** `5280d78a309d` — 1 breaking, 27 warning, 17 info
  - the response property `failures/items/failedSubmission/payorRefs` became nullable for the status `200`
  - removed the optional property `failures/items/failedSubmission/address/addressCity` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/address/addressCountry` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/address/addressCountyOrProvince` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/address/addressLine1` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/address/addressLine2` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/address/addressLine3` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/address/addressLine4` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/address/addressZipOrPostcode` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/cellphoneNumber` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/computedName` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/created` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/disabled` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/enhancedKycCompleted` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/gracePeriodEndDate` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/hiddenMarketingOptIns` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/id` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/marketingOptInDecision` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/marketingOptInTimestamp` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/name` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/onboardedStatus` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/pausePayment` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/payeeType` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/paymentChannels` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/queryByExampleObject` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/termsAndConditionsAcceptanceTimestamp` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/version` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/watchlistStatus` from the response with the `200` status
  - added the optional property `failures/items/failedSubmission/address/countyOrProvince` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/address/line2` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/address/line3` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/address/line4` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/address/zipOrPostcode` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/challenge` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/company` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/payeeId` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/paymentChannel` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/remoteId` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/type` to the response with the `200` status
  - the response optional property `failures/items/failedSubmission/payorRefs` became read-only for the status `200`
  - …5 more
- **2021-01-14** `5e4369698639` — 5 breaking, 16 warning, 27 info
  - the response property `failures/items/failedSubmission/individual/dateOfBirth` became optional for the status `200`
  - removed the required property `failures/items/failedSubmission/address/city` from the response with the `200` status
  - removed the required property `failures/items/failedSubmission/address/country` from the response with the `200` status
  - removed the required property `failures/items/failedSubmission/address/line1` from the response with the `200` status
  - removed the required property `failures/items/failedSubmission/individual/name` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/acceptTermsAndConditionsTimestamp` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/address/countyOrProvince` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/address/line2` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/address/line3` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/address/line4` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/address/zipOrPostcode` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/challenge` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/company` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/country` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/displayName` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/marketingOptIns` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/payeeId` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/paymentChannel` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/remoteId` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/type` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/watchlistStatusUpdatedTimestamp` from the response with the `200` status
  - added the optional property `failures/items/failedSubmission/address/addressCity` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/address/addressCountry` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/address/addressCountyOrProvince` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/address/addressLine1` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/address/addressLine2` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/address/addressLine3` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/address/addressLine4` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/address/addressZipOrPostcode` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/computedName` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/disabled` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/enhancedKycCompleted` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/hiddenMarketingOptIns` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/id` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/marketingOptInDecision` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/marketingOptInTimestamp` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/name` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/pausePayment` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/paymentChannels` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/payorRefs/items/payableIssues` to the response with the `200` status
  - …8 more
- **2020-09-25** `dd71433847a6` — 4 breaking, 35 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
  - removed the `AR` enum value from the `failures/items/failedSubmission/language` response property for the response status `200`
  - removed the `EN` enum value from the `failures/items/failedSubmission/language` response property for the response status `200`
  - removed the `ES` enum value from the `failures/items/failedSubmission/language` response property for the response status `200`
  - removed the `FR` enum value from the `failures/items/failedSubmission/language` response property for the response status `200`
  - removed the `HE` enum value from the `failures/items/failedSubmission/language` response property for the response status `200`
  - removed the `HI` enum value from the `failures/items/failedSubmission/language` response property for the response status `200`
  - removed the `JA` enum value from the `failures/items/failedSubmission/language` response property for the response status `200`
  - removed the `PT` enum value from the `failures/items/failedSubmission/language` response property for the response status `200`
  - removed the `RU` enum value from the `failures/items/failedSubmission/language` response property for the response status `200`
  - removed the `UR` enum value from the `failures/items/failedSubmission/language` response property for the response status `200`
  - removed the `ZH` enum value from the `failures/items/failedSubmission/language` response property for the response status `200`
- **2020-08-13** `75bb7af5ae63` — 1 info
  - endpoint deprecated
- **2020-06-24** `aded220b0d7b` — 2 breaking
  - the response's body type changed from `object` to no type for status `404`
  - the `errors/items/` response's property type changed from `object` to no type for status `404`
- **2020-02-27** `7c8cfeb59952` — 6 breaking, 25 warning, 23 info
  - the response property `failures/items/failedSubmission/payorRefs` became nullable for the status `200`
  - the `failures/items/failedSubmission/company/taxId` response property's maxLength was unset from `30` for the response status `200`
  - the `failures/items/failedSubmission/paymentChannel/currency` response property's maxLength was unset from `3` for the response status `200`
  - the `failures/items/failedSubmission/company/taxId` response property's minLength was decreased from `6` to `0` for the response status `200`
  - the `failures/items/failedSubmission/paymentChannel/currency` response property's minLength was decreased from `3` to `0` for the response status `200`
  - the `failures/items/failedSubmission/individual/dateOfBirth` response's property format changed from `date` to no format for status `200`
  - removed the optional property `failures/items/failedSubmission/address/addressCity` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/address/addressCountry` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/address/addressCountyOrProvince` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/address/addressLine1` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/address/addressLine2` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/address/addressLine3` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/address/addressLine4` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/address/addressZipOrPostcode` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/computedName` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/disabled` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/enhancedKycCompleted` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/hiddenMarketingOptIns` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/id` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/individual/unprotectedDateOfBirth` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/marketingOptInDecision` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/marketingOptInTimestamp` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/name` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/pausePayment` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/queryByExampleObject` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/termsAndConditionsAcceptanceTimestamp` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/version` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/watchlistStatus` from the response with the `200` status
  - added the new `EUR` enum value to the `failures/items/failedSubmission/paymentChannel/currency` response property for the response status `200`
  - added the new `GBP` enum value to the `failures/items/failedSubmission/paymentChannel/currency` response property for the response status `200`
  - added the new `USD` enum value to the `failures/items/failedSubmission/paymentChannel/currency` response property for the response status `200`
  - added the optional property `failures/items/failedSubmission/acceptTermsAndConditionsTimestamp` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/address/countyOrProvince` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/address/line2` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/address/line3` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/address/line4` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/address/zipOrPostcode` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/challenge` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/country` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/displayName` to the response with the `200` status
  - …14 more
- **2020-02-03** `68f50053dc40` — 7 breaking, 13 warning, 30 info
  - the response property `failures/items/failedSubmission/individual/dateOfBirth` became nullable for the status `200`
  - the response property `failures/items/failedSubmission/individual/nationalIdentification` became nullable for the status `200`
  - the response property `failures/items/failedSubmission/individual/dateOfBirth` became optional for the status `200`
  - removed the required property `failures/items/failedSubmission/address/city` from the response with the `200` status
  - removed the required property `failures/items/failedSubmission/address/country` from the response with the `200` status
  - removed the required property `failures/items/failedSubmission/address/line1` from the response with the `200` status
  - removed the required property `failures/items/failedSubmission/individual/name` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/acceptTermsAndConditionsTimestamp` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/address/countyOrProvince` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/address/line2` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/address/line3` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/address/line4` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/address/zipOrPostcode` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/challenge` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/country` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/displayName` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/marketingOptIns` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/payeeId` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/payeeType` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/watchlistStatusUpdatedTimestamp` from the response with the `200` status
  - added the optional property `failures/items/failedSubmission/address/addressCity` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/address/addressCountry` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/address/addressCountyOrProvince` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/address/addressLine1` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/address/addressLine2` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/address/addressLine3` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/address/addressLine4` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/address/addressZipOrPostcode` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/computedName` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/disabled` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/enhancedKycCompleted` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/hiddenMarketingOptIns` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/id` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/individual/unprotectedDateOfBirth` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/marketingOptInDecision` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/marketingOptInTimestamp` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/name` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/pausePayment` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/queryByExampleObject` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/termsAndConditionsAcceptanceTimestamp` to the response with the `200` status
  - …10 more
- **2020-01-28** `1b2abf26b5d6` — 2 breaking, 5 warning, 12 info
  - the `failures/items/failedSubmission/paymentChannel/countryCode` response property's minLength was decreased from `9` to `2` for the response status `200`
  - removed the required property `failures/items/failedSubmission/paymentChannel/routingNo` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/lastOfacCheckTimestamp` from the response with the `200` status
  - removed the optional property `failures/items/failedSubmission/ofacStatus` from the response with the `200` status
  - added the new `ACCEPTED` enum value to the `failures/items/failedSubmission/payorRefs/items/invitationStatus` response property for the response status `200`
  - added the new `DECLINED` enum value to the `failures/items/failedSubmission/payorRefs/items/invitationStatus` response property for the response status `200`
  - added the new `PENDING` enum value to the `failures/items/failedSubmission/payorRefs/items/invitationStatus` response property for the response status `200`
  - api operation id `v3QueryBatchStatus` removed and replaced with `queryBatchStatusV3`
  - added the non-success response with the status `400`
  - added the non-success response with the status `401`
  - added the non-success response with the status `403`
  - added the non-success response with the status `404`
  - added the optional property `failures/items/failedSubmission/payorRefs/items/invitationStatusTimestamp` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/payorRefs/items/paymentChannelId` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/remoteId` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/type` to the response with the `200` status
  - added the optional property `failures/items/failedSubmission/watchlistStatusUpdatedTimestamp` to the response with the `200` status
  - the `failures/items/failedSubmission/paymentChannel/countryCode` response's property pattern `^[A-Z]{2}$` was added for the status `200`
  - added the required property `failures/items/failedSubmission/paymentChannel/routingNumber` to the response with the `200` status
- **2019-11-25** `86699f3efd3a` — 1 info
  - endpoint added
- **2019-07-15** `ced8e167a97c` — 1 info
  - api path removed with deprecation

---

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