#jjohn-invoices-tax

1 messages ยท Page 1 of 1 (latest)

high lightBOT
iron root
#

Hello ๐Ÿ‘‹
Can you share the docs you're looking at?

iron root
#

I think the issue might be with how you're passing the taxability_reason

specifically tax_amounts [01][...]

[01] isn't a valid value when working with arrays

ebon knot
#

req_I3dV4DBsz6koad is the request ID

#

oh it looks like copying the error from editor misformatted it

#

here is the error string
Received unknown parameter: tax_amounts[0][taxability_reason]. Did you mean taxable_amount?

iron root
high lightBOT
#

jjohn-invoices-tax

ebon knot
#

If I understand correctly taxable_amount is just the amount on which taxes were calculated? Setting that to 0 doesn't really ensure that the customer won't be charged tax of $100?

little vortex
#

๐Ÿ‘‹ catching up since my teammate had to run

#

That's correct, you'd still have to calculate the value of tax_amounts.amount

ebon knot
#

Yea so the question is how to add a non-zero VAT tax line item in invoice without charging the customer for it

little vortex
#

Are you not including this in the invoice amount because they're being charged the VAT amount somewhere else?

ebon knot
#

that is right.

little vortex
#

Gotcha. I'm not sure I can advise on this, as there are regulations around tax, invoices, and how to display these amounts in a compliant way

#

When you reach out to them, it'll be critical to include a full summary of how you're currently charging VAT and your requirements for including this in invoices while not charging the amount via the invoice

ebon knot
#

sounds good. Thanks for your help