Skip to main content
July 6, 2022
Question

Tax not added to Invoice

  • July 6, 2022
  • 1 reply
  • 0 views

Hey,

We are using Quickbooks Online API to create Invoice. The Tax that we send in the invoice payload does not reflect on the Invoice and on the GET request. Please let us know if we are missing anything:


I have attached the POST payload used for creating the invoice and a screenshot of the Invoice itself:

 

Invoice POST Payload:

{
"TotalAmt": 841.91,
"TxnDate": "2022-06-20",
"domain": "QBO",
"SalesTermRef": {
"value": "2"
},
"Line": [{
"DetailType": "SalesItemLineDetail",
"Description": "FOR JOB-17. ;\n\n Job No:17 \nNotes-Completed",
"Amount": 525,mail
"SalesItemLineDetail": {
"ItemRef": {
"value": "32",
"name": "FOR JOB-17. Labour -Brandon Fountaine"
},
"UnitPrice": 150,
"Qty": 3.5,
"DiscountAmt": 0
}
},
{
"DetailType": "SalesItemLineDetail",
"Description": "FOR JOB-17. undefined",
"Amount": 260,
"SalesItemLineDetail": {
"ItemRef": {
"value": "25",
"name": "1CAM - Camera"
},
"UnitPrice": 130,
"Qty": 2,
"DiscountAmt": 0,
"TaxCodeRef": {
"value": "TAX"
}
}
},
{
"DetailType": "SubTotalLineDetail",
"Amount": 785,
"SubTotalLineDetail": {}
}
],
"DueDate": "2022-06-30",
"CustomerMemo": {},
"CustomerRef": {
"name": "Test Customer",
"value": "61"
},
"BillEmail": {
"Address": "[email address removed]"
},
"ShipAddr": {
"City": "city",
"Line1": "Test Customer",
"Line3": "1250 Waters Place, Bronx, NY, USA",
"PostalCode": "10461",
"Country": "United States"
},
"BillAddr": {
"City": "West Hollywood",
"Line1": "Test Customer",
"Line3": "8447 Santa Monica Blvd8447 Santa Monica Boulevard ",
"Country": "United States"
},
"ApplyTaxAfterDiscount": true,
"EmailStatus": "NotSet",
"TxnTaxDetail": {
"TotalTax": 56.91,
"TaxLine": [{
"Amount": 56.91,
"DetailType": "TaxLineDetail",
"TaxLineDetail": {
"TaxRateRef": {
"name": "7.25% Tax",
"value": "7"
},
"TaxPercent": 7.25
}
}]
},
"Id": "190",
"SyncToken": "3",
"DocNumber": "FiS-INV43"
}

    1 reply

    July 6, 2022

    Let me route you to the right support to help you with reflecting the tax send in the invoice payload via QuickBooks Online via API, VijayN.

     

    I know where you can find solutions to API-related questions. We have a dedicated Intuit Developer forum. Just go to our website to discuss this with our Developers Team as well as other third-party app developers, QuickBooks users, and other third-party application users that might be able to share their experiences regarding your concern. Here's how: 

    1. Go to this link: https://help.developer.intuit.com/s/.
    2. Select QuickBooks Online and click the Ask a Question button.
    3. Enter the details of your concern just like how you did on the Community page.
    4. Press Ask.

     

    The API Docs and Tools are also available at the top of the page. Let's make sure you provide the necessary information to access your app's production data. Feel free to browse this reference if you have any QuickBooks-related concerns. It contains all of the program’s topics and articles: View all help.

     

    If you have any additional QuickBooks-related concerns, feel free to click the REPLY button below. I'm more than willing to assist you again to improve your experience here in QuickBooks. You have a good one.