#MarkoBoras
1 messages · Page 1 of 1 (latest)
Hi there
Overall yes you could do this
But you will need to know the location of your customer ahead of creating the Checkout Session
So you know whether to enable auto tax or set a tax rate
I know location of customer before creating Checkout because he needs to give me data on Onboarding
My idea was this
For stripe supported countries just pass
"automatic_tax: { enabled: true },"
For non stripe supported countries pass custom tax rate
?
Can we please tag here tarzan or some other stripe developer
they told me same thing 1hour ago that is not possible to mix stipre tax with tax rates
let me find that thread
You can't pass both to a Checkout Session
That will throw an error
But as long as you use one or the other it will work just fine
I will not pass both
You can test this out pretty easily
I need to this in non-eu countries
my accountat told me that for all those countrie I charge them 25% as it is my company's country TAX
can I create one tax rate and use it for all those type of users
and for stripe supported countries don't pass any tax rate and let stripe tax auto calculate
Yep you can
I would recommend doing some testing
Everything you are describing should work just fine
ok I'll test
if you can look I have thread today at 12:57
where I had same conversation
and he said me I can't do that
I'll go test this and come back later
thanks man
this helps me really lot
Sounds good!