#Aditya-tax
1 messages · Page 1 of 1 (latest)
Hi @forest harness! If I understand correctly you have an invoice item, and you would like to find the corresponding tax amount?
Yes
Could you share an invoice item ID?
The invoice item has a line_item field. And the line item should have a tax_amount field.
https://stripe.com/docs/api/invoices/line_item#invoice_line_item_object-tax_amounts
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Can you confirm, because it’s showing that invoice (and not invoice items) has line items.
I'm double checking, please give me a few minutes.