#Julio - tax
1 messages · Page 1 of 1 (latest)
Hi! Are you using Stripe Tax or Tax Rates? You can learn more about both here: https://stripe.com/docs/billing/taxes/collect-taxes
that's the issue
i don't know understand what i should use , and how i should
there i created a tax rate, all my invoices will be billed under this rate by default ?
It's a two step process: first you create your Tax Rate, and then you apply it to your invoices. Are you creating the invoices yourself or you are using Subscriptions?
I'm confused. Stripe has 3 different products:
- Tax Rates, that allows you to define any number of tax rates and that you need to apply to each transaction
- Automatic Tax, a paid product that automatically calculates the tax on your transactions
Which of the two are you using?
i'm sorry
i have only one tax rate in France TVA that i want to use , its 20%.
I don't know which products i want to use.
should i just add "automatic_tax[enabled]"=true everywhere ?
If you want to use Tax Rates (the free product), then
- Create a Tax Rate with https://stripe.com/docs/api/tax_rates/create
- Then apply your tax rates. For invoices, there is a
default_tax_ratesparameter https://stripe.com/docs/api/invoices/create#create_invoice-default_tax_rates
should i just add "automatic_tax[enabled]"=true everywhere ?
This is for Automatic Tax (our paid product). You can learn more about it here: https://stripe.com/docs/tax/set-up