#Akin-Inovice
1 messages · Page 1 of 1 (latest)
Hi there, you can pass the tax_rates to the invoice line items https://stripe.com/docs/api/invoices/line_item#invoice_line_item_object-tax_rates
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Hey, would that calculate based on customer location or i would have to specify tax rate?
You have to specify the tax rate.
If you are looking for automatic tax calculation, you can use Stripe Tax https://stripe.com/docs/tax
Thanks I will try that out