DBAutomized
DBAutomized

Reputation: 5

Anyone with Quickbooks API experience? I am attempting to mark a journal entry as paid

As the question states, I have a journal entry in Quickbooks for an amount of $10 total credit. I am attempting to mark this journal entry as paid for a customer without charging any sort of credit card.

I simply want to mark the journal entry as paid similar to the "receive a payment" button in Quickbooks' customer screen. I also have the ID of the journal entry but the API docs are very confusing.

The Quickbooks docs mention "linked transactions" for their API here: https://developer.intuit.com/app/developer/qbo/docs/workflows/manage-linked-transactions

I am making all of my API calls through Retool.

Upvotes: 0

Views: 557

Answers (1)

chintan123
chintan123

Reputation: 358

it seems you have wrong expectations from Journal Entry.

In order to create same impact as of Receive Payment using manual journals you need to push another set of journal entry to quickbooks which will balance out the chart of accounts. for reference of debits and credit of journal entry, you shall try to manually do receive payment and check the General Ledger report to see the debits and credits.

here is the Correct API documentation for Journal entry for doing CRUD operations. https://developer.intuit.com/app/developer/qbo/docs/api/accounting/all-entities/journalentry#the-journalentry-object

Upvotes: 1

Related Questions