0

I am using Consolibyte QB PHP SDK (Qbxml). I am getting an error as

Transaction not in balance

in couple of payment receive mod requests. Is this related with wrong qbxml or is it some issue/bug in QB Desktop (2021 version)?

error reported as

3170: There was an error when modifying a ReceivePayment. QuickBooks error message: Transaction not in balance.

James Z
  • 12,209
  • 10
  • 24
  • 44
adang
  • 547
  • 4
  • 14

1 Answers1

0

I just had the same problem in Intuit QB SDK but on a PurchaseOrderAdd request. Sometimes I have item lines which have a 0 quantity and amount where a purchase order has had a complete item line reversed in my application. So I put in a quantity of 1 and an amount of 0.01 and it then went through.