---
title: "Changes to Retrieve a bill check payment"
method: GET
path: "/quickbooks-desktop/bill-check-payments/{id}"
---

# Changes to Retrieve a bill check payment

`GET /quickbooks-desktop/bill-check-payments/{id}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 5 of 46 revisions.

- **2026-07-02** `daabb801a173` — 1 warning
- **2026-05-02** `1de07095c4b7` — 1 warning
- **2026-04-20** `10d4e9ebd1df` — 31 breaking, 10 info
- **2026-04-20** `8e0b7df2044d` — 27 breaking, 3 warning, 34 info
- **2026-04-20** `5f832f695675` — 31 breaking, 12 info

## Changes

- **2026-07-02** `daabb801a173` — 1 warning
  - added the new `unknown` enum value to the `appliedToTransactions/items/transactionType` response property for the response status `200`
- **2026-05-02** `1de07095c4b7` — 1 warning
  - for the `path` request parameter `id`, the maxLength was set to `36`
- **2026-04-20** `10d4e9ebd1df` — 31 breaking, 10 info
  - response property `amountInHomeCurrency` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `appliedToTransactions/items/amount` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `appliedToTransactions/items/balanceRemaining` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `appliedToTransactions/items/discountAmount` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `appliedToTransactions/items/linkedTransactions/items/amount` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `appliedToTransactions/items/linkedTransactions/items/linkType` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `appliedToTransactions/items/linkedTransactions/items/refNumber` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `appliedToTransactions/items/refNumber` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `appliedToTransactions/items/transactionDate` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `bankAccount/fullName` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `bankAccount/id` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `exchangeRate` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `externalId` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `isQueuedForPrint` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `memo` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `refNumber` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - the `appliedToTransactions/items/discountAccount` response's property type changed from `object, null` to no type for status `200`
  - the `appliedToTransactions/items/discountClass` response's property type changed from `object, null` to no type for status `200`
  - the `currency` response's property type changed from `object, null` to no type for status `200`
  - the `payablesAccount` response's property type changed from `object, null` to no type for status `200`
  - the `vendor` response's property type changed from `object, null` to no type for status `200`
  - removed the required property `appliedToTransactions/items/discountAccount/fullName` from the response with the `200` status
  - removed the required property `appliedToTransactions/items/discountAccount/id` from the response with the `200` status
  - removed the required property `appliedToTransactions/items/discountClass/fullName` from the response with the `200` status
  - removed the required property `appliedToTransactions/items/discountClass/id` from the response with the `200` status
  - removed the required property `currency/fullName` from the response with the `200` status
  - removed the required property `currency/id` from the response with the `200` status
  - removed the required property `payablesAccount/fullName` from the response with the `200` status
  - removed the required property `payablesAccount/id` from the response with the `200` status
  - removed the required property `vendor/fullName` from the response with the `200` status
  - removed the required property `vendor/id` from the response with the `200` status
  - added `#/components/schemas/qbd_address, subschema #2` to the `address` response property `anyOf` list for the response status `200`
  - added `subschema #1, subschema #2` to the `appliedToTransactions/items/discountAccount` response property `anyOf` list for the response status `200`
  - added `subschema #1, subschema #2` to the `appliedToTransactions/items/discountClass` response property `anyOf` list for the response status `200`
  - added `subschema #1, subschema #2` to the `currency` response property `anyOf` list for the response status `200`
  - added `subschema #1, subschema #2` to the `payablesAccount` response property `anyOf` list for the response status `200`
  - added `subschema #1, subschema #2` to the `vendor` response property `anyOf` list for the response status `200`
  - removed the `amount` enum value from the `appliedToTransactions/items/linkedTransactions/items/linkType` response property for the response status `200`
  - removed the `quantity` enum value from the `appliedToTransactions/items/linkedTransactions/items/linkType` response property for the response status `200`
  - removed the `undefined` enum value from the `appliedToTransactions/items/linkedTransactions/items/linkType` response property for the response status `200`
  - …1 more
- **2026-04-20** `8e0b7df2044d` — 27 breaking, 3 warning, 34 info
  - the response property `amountInHomeCurrency` became nullable for the status `200`
  - the response property `appliedToTransactions/items/amount` became nullable for the status `200`
  - the response property `appliedToTransactions/items/balanceRemaining` became nullable for the status `200`
  - the response property `appliedToTransactions/items/discountAccount` became nullable for the status `200`
  - the response property `appliedToTransactions/items/discountAmount` became nullable for the status `200`
  - the response property `appliedToTransactions/items/discountClass` became nullable for the status `200`
  - the response property `appliedToTransactions/items/linkedTransactions/items/amount` became nullable for the status `200`
  - the response property `appliedToTransactions/items/linkedTransactions/items/linkType` became nullable for the status `200`
  - the response property `appliedToTransactions/items/linkedTransactions/items/refNumber` became nullable for the status `200`
  - the response property `appliedToTransactions/items/refNumber` became nullable for the status `200`
  - the response property `appliedToTransactions/items/transactionDate` became nullable for the status `200`
  - the response property `bankAccount/fullName` became nullable for the status `200`
  - the response property `bankAccount/id` became nullable for the status `200`
  - the response property `currency` became nullable for the status `200`
  - the response property `exchangeRate` became nullable for the status `200`
  - the response property `externalId` became nullable for the status `200`
  - the response property `isQueuedForPrint` became nullable for the status `200`
  - the response property `memo` became nullable for the status `200`
  - the response property `payablesAccount` became nullable for the status `200`
  - the response property `refNumber` became nullable for the status `200`
  - the response property `vendor` became nullable for the status `200`
  - added `#/components/schemas/qbd_address, subschema #2` to the `address` response property `oneOf` list for the response status `200`
  - the `appliedToTransactions/items/discountAccount` response's property type changed from no type to `object, null` for status `200`
  - the `appliedToTransactions/items/discountClass` response's property type changed from no type to `object, null` for status `200`
  - the `currency` response's property type changed from no type to `object, null` for status `200`
  - the `payablesAccount` response's property type changed from no type to `object, null` for status `200`
  - the `vendor` response's property type changed from no type to `object, null` for status `200`
  - added the new `amount` enum value to the `appliedToTransactions/items/linkedTransactions/items/linkType` response property for the response status `200`
  - added the new `quantity` enum value to the `appliedToTransactions/items/linkedTransactions/items/linkType` response property for the response status `200`
  - added the new `undefined` enum value to the `appliedToTransactions/items/linkedTransactions/items/linkType` response property for the response status `200`
  - removed `#/components/schemas/qbd_address, subschema #2` from the `address` response property `anyOf` list for the response status `200`
  - removed `subschema #1, subschema #2` from the `appliedToTransactions/items/discountAccount` response property `anyOf` list for the response status `200`
  - removed `subschema #1, subschema #2` from the `appliedToTransactions/items/discountClass` response property `anyOf` list for the response status `200`
  - removed `subschema #1, subschema #2` from the `currency` response property `anyOf` list for the response status `200`
  - removed `subschema #1, subschema #2` from the `payablesAccount` response property `anyOf` list for the response status `200`
  - removed `subschema #1, subschema #2` from the `vendor` response property `anyOf` list for the response status `200`
  - response property `amountInHomeCurrency` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `appliedToTransactions/items/amount` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `appliedToTransactions/items/balanceRemaining` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - response property `appliedToTransactions/items/discountAmount` list-of-types was narrowed by removing types `null` from media type `application/json` of response `200`
  - …24 more
- **2026-04-20** `5f832f695675` — 31 breaking, 12 info
  - response property `amountInHomeCurrency` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `appliedToTransactions/items/amount` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `appliedToTransactions/items/balanceRemaining` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `appliedToTransactions/items/discountAmount` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `appliedToTransactions/items/linkedTransactions/items/amount` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `appliedToTransactions/items/linkedTransactions/items/linkType` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `appliedToTransactions/items/linkedTransactions/items/refNumber` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `appliedToTransactions/items/refNumber` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `appliedToTransactions/items/transactionDate` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `bankAccount/fullName` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `bankAccount/id` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `exchangeRate` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `externalId` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `isQueuedForPrint` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `memo` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `refNumber` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - the `appliedToTransactions/items/discountAccount` response's property type changed from `object, null` to no type for status `200`
  - the `appliedToTransactions/items/discountClass` response's property type changed from `object, null` to no type for status `200`
  - the `currency` response's property type changed from `object, null` to no type for status `200`
  - the `payablesAccount` response's property type changed from `object, null` to no type for status `200`
  - the `vendor` response's property type changed from `object, null` to no type for status `200`
  - removed the required property `appliedToTransactions/items/discountAccount/fullName` from the response with the `200` status
  - removed the required property `appliedToTransactions/items/discountAccount/id` from the response with the `200` status
  - removed the required property `appliedToTransactions/items/discountClass/fullName` from the response with the `200` status
  - removed the required property `appliedToTransactions/items/discountClass/id` from the response with the `200` status
  - removed the required property `currency/fullName` from the response with the `200` status
  - removed the required property `currency/id` from the response with the `200` status
  - removed the required property `payablesAccount/fullName` from the response with the `200` status
  - removed the required property `payablesAccount/id` from the response with the `200` status
  - removed the required property `vendor/fullName` from the response with the `200` status
  - removed the required property `vendor/id` from the response with the `200` status
  - added `#/components/schemas/qbd_address, subschema #2` to the `address` response property `anyOf` list for the response status `200`
  - added `subschema #1, subschema #2` to the `appliedToTransactions/items/discountAccount` response property `anyOf` list for the response status `200`
  - added `subschema #1, subschema #2` to the `appliedToTransactions/items/discountClass` response property `anyOf` list for the response status `200`
  - added `subschema #1, subschema #2` to the `currency` response property `anyOf` list for the response status `200`
  - added `subschema #1, subschema #2` to the `payablesAccount` response property `anyOf` list for the response status `200`
  - added `subschema #1, subschema #2` to the `vendor` response property `anyOf` list for the response status `200`
  - removed the `amount` enum value from the `appliedToTransactions/items/linkedTransactions/items/linkType` response property for the response status `200`
  - removed the `quantity` enum value from the `appliedToTransactions/items/linkedTransactions/items/linkType` response property for the response status `200`
  - removed the `undefined` enum value from the `appliedToTransactions/items/linkedTransactions/items/linkType` response property for the response status `200`
  - …3 more

---

[Operation](https://skmtc.dev/conductor-is/apis/conductor-api/docs/quickbooks-desktop/bill-check-payments/:id/get.md) · [API](https://skmtc.dev/conductor-is/apis/conductor-api.md) · [Page](https://skmtc.dev/conductor-is/apis/conductor-api/changes/quickbooks-desktop/bill-check-payments/:id/get)
