---
title: "Changes to Create a receive-payment"
method: POST
path: "/quickbooks-desktop/receive-payments"
---

# Changes to Create a receive-payment

`POST /quickbooks-desktop/receive-payments`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 6 of 46 revisions.

- **2026-07-02** `daabb801a173` — 1 warning
- **2026-05-02** `1de07095c4b7` — 8 warning
- **2026-05-02** `0adc2851bb7f` — 1 warning
- **2026-04-20** `10d4e9ebd1df` — 36 breaking, 12 info
- **2026-04-20** `8e0b7df2044d` — 30 breaking, 3 warning, 41 info
- **2026-04-20** `5f832f695675` — 38 breaking, 14 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` — 8 warning
  - the `applyToTransactions/items/applyCredits/items/creditTransactionId` request property's maxLength was set to `36`
  - the `applyToTransactions/items/discountAccountId` request property's maxLength was set to `36`
  - the `applyToTransactions/items/discountClassId` request property's maxLength was set to `36`
  - the `applyToTransactions/items/transactionId` request property's maxLength was set to `36`
  - the `customerId` request property's maxLength was set to `36`
  - the `depositToAccountId` request property's maxLength was set to `36`
  - the `paymentMethodId` request property's maxLength was set to `36`
  - the `receivablesAccountId` request property's maxLength was set to `36`
- **2026-05-02** `0adc2851bb7f` — 1 warning
  - the `refNumber` request property's maxLength was set to `20`
- **2026-04-20** `10d4e9ebd1df` — 36 breaking, 12 info
  - 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 `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 `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`
  - response property `totalAmountInHomeCurrency` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `unusedCredits` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `unusedPayment` 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 `customer` response's property type changed from `object, null` to no type for status `200`
  - the `depositToAccount` response's property type changed from `object, null` to no type for status `200`
  - the `paymentMethod` response's property type changed from `object, null` to no type for status `200`
  - the `receivablesAccount` 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 `customer/fullName` from the response with the `200` status
  - removed the required property `customer/id` from the response with the `200` status
  - removed the required property `depositToAccount/fullName` from the response with the `200` status
  - removed the required property `depositToAccount/id` from the response with the `200` status
  - removed the required property `paymentMethod/fullName` from the response with the `200` status
  - removed the required property `paymentMethod/id` from the response with the `200` status
  - removed the required property `receivablesAccount/fullName` from the response with the `200` status
  - removed the required property `receivablesAccount/id` from the response with the `200` status
  - added `#/components/schemas/qbd_credit_card_transaction, subschema #2` to the `creditCardTransaction` 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`
  - …8 more
- **2026-04-20** `8e0b7df2044d` — 30 breaking, 3 warning, 41 info
  - 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 `currency` became nullable for the status `200`
  - the response property `customer` became nullable for the status `200`
  - the response property `depositToAccount` 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 `memo` became nullable for the status `200`
  - the response property `paymentMethod` became nullable for the status `200`
  - the response property `receivablesAccount` became nullable for the status `200`
  - the response property `refNumber` became nullable for the status `200`
  - the response property `totalAmountInHomeCurrency` became nullable for the status `200`
  - the response property `unusedCredits` became nullable for the status `200`
  - the response property `unusedPayment` became nullable for the status `200`
  - added `#/components/schemas/qbd_credit_card_transaction, subschema #2` to the `creditCardTransaction` 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 `customer` response's property type changed from no type to `object, null` for status `200`
  - the `depositToAccount` response's property type changed from no type to `object, null` for status `200`
  - the `paymentMethod` response's property type changed from no type to `object, null` for status `200`
  - the `receivablesAccount` 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 the pattern `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$` from the request property `transactionDate`
  - removed the pattern `^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$` from the request property `externalId`
  - removed `#/components/schemas/qbd_credit_card_transaction, subschema #2` from the `creditCardTransaction` 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 `customer` response property `anyOf` list for the response status `200`
  - …34 more
- **2026-04-20** `5f832f695675` — 38 breaking, 14 info
  - added the pattern `^(?:(?:\d\d[2468][048]|\d\d[13579][26]|\d\d0[48]|[02468][048]00|[13579][26]00)-02-29|\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\d|30)|(?:02)-(?:0[1-9]|1\d|2[0-8])))$` to the request property `transactionDate`
  - added the pattern `^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$` to the request property `externalId`
  - 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 `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 `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`
  - response property `totalAmountInHomeCurrency` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `unusedCredits` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - response property `unusedPayment` 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 `customer` response's property type changed from `object, null` to no type for status `200`
  - the `depositToAccount` response's property type changed from `object, null` to no type for status `200`
  - the `paymentMethod` response's property type changed from `object, null` to no type for status `200`
  - the `receivablesAccount` 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 `customer/fullName` from the response with the `200` status
  - removed the required property `customer/id` from the response with the `200` status
  - removed the required property `depositToAccount/fullName` from the response with the `200` status
  - removed the required property `depositToAccount/id` from the response with the `200` status
  - removed the required property `paymentMethod/fullName` from the response with the `200` status
  - removed the required property `paymentMethod/id` from the response with the `200` status
  - removed the required property `receivablesAccount/fullName` from the response with the `200` status
  - removed the required property `receivablesAccount/id` from the response with the `200` status
  - added `#/components/schemas/qbd_credit_card_transaction, subschema #2` to the `creditCardTransaction` 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`
  - …12 more

---

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