Hi, I’m trying to apply tax via API, any idea? I couldn’t find any specific topic related to this
Hi,
You can set the tax_name and tax_rate fields. You may want to use the network tab in the browser console to see requests made by the app as samples.
from the API we are creating an invoice and invoice line item with 20% tax, the actual amount is added but the tax amount is shown as the balance.
any solution?
I suggest using the web app to make the same invoice and then comparing your request against the app’s.