cancel
Showing results for 
Search instead for 
Did you mean: 
Announcements
NEW Connect to DBS IDEAL direct bank feeds Click here
userprashant-preetam
Level 1

How can I mark invoice as `Paid` using REST API with JSON?

I am using create payment API with linked txn to Invoice but its not working. 

 

 

Here is the payload:

 

--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer <TOKEN>' \
--data-raw '{
"CustomerRef": {
"value": "26"
},
"TotalAmt": 100.26,
"Line": [
{
"LinkedTxn": [
{
"TxnId": "1055",
"TxnType": "Invoice"
}
]
}
]
}'
2 Comments 2
Charies_M
Moderator

How can I mark invoice as `Paid` using REST API with JSON?

Hello there, userprashant-preetam.

 

Let me get you to the right support team that currently handles QBO API concerns. We have Developers Team that are experts in handling QBO API app integration and provide ways on how you can mark an invoice as Paid using REST API with JSON.

 

Here's how you can reach them:

 

  1. Visit this link: https://developer.intuit.com/app/developer/homepage.
  2. Scroll down, at the bottom click Contact us under the Intuit column.
  3. Select a topic from What do you need help with?
  4. Click As a Question and follow on-screen instructions.

You might also want to visit this link for more information about the product: QuickBooks Online REST API Apply payments to an invoice.

 

If there's anything I can help you with, just let me know by leaving a comment below or post again. Thank you and have a great day ahead.

userprashant-preetam
Level 1

How can I mark invoice as `Paid` using REST API with JSON?

Done: https://help.developer.intuit.com/s/question/0D54R00007gFipySAC/how-can-i-mark-invoice-as-paid-using...

adding it here to help if anyone else may be looking for a similar solution