Question
How do I ensure invoices and payments via Node.js API go to custom A/R or subaccount COA in QB Online, not default A/R, despite passing the correct COA ID in the payload?
I have used intuit-oauth and node-quickbooks in my node js project to create invoice, payment and journal entry in the QB Online. Whenever I create any payment entry it always go to default A/R, despite of passing different A/R COA ID or Subaccount of A/R COA(Chart of Account) in the ARAccountRef key in the payload, I have tried passing different COA ID and subaccount ID but not get any success. Can someone please guide me in this? or please share your thoughts.
