#MarkoBoras
1 messages · Page 1 of 1 (latest)
You can create a fixed tax rate and use it in the Checkout Session:
https://stripe.com/docs/payments/checkout/taxes?tax-calculation=tax-rates
Do I have to turn off stripe tax then?
Yes you can't fix rates when using Stripe Tax (automatic tax)
Do I have to turn off in stripe settings in dashboard
or I just delete in my function " automatic_tax: { enabled: true },
" and pass tax_rates: ['txr_xxxx],
or I just delete in my function " automatic_tax: { enabled: true },
" and pass tax_rates: ['txr_xxxx],
This works without disabling your global setting in your dashboard
You need to complete the address, by default Stripe Checkout will only collect the billing address when necessary, with minimum number of fields required.