#IJustDev
1 messages · Page 1 of 1 (latest)
You'll need to create a Tax Rate for each percentage you want to apply and add it when you create the Invoice Item (https://stripe.com/docs/api/invoiceitems/create#create_invoiceitem-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.
That means 19,20,21,23, for each country?
You don't have to set country for the tax rate if you don't want to - we use the country for things like dynamic tax rates (where we check the address to see which tax rates to apply).
I see, but I mean, let's say
Germany 19%
Austria 20%
Will I have to create tax rates for each country to match this pattern?
Can't I just somehow set the percentage to apply?
No, you don't have to create a tax rate for each country - you just need to create one for 19% and one for 20%
But if you want to distinguish between the tax rates/include the jurisdiction then you would need to create them separately
I'd recommend reading this section here about the optional and required parameters: https://stripe.com/docs/billing/taxes/tax-rates#creating-tax-rates-through-the-api