#svetidamir
1 messages · Page 1 of 1 (latest)
Hi there!
Hi 😄
Did you follow this documentation to setup Tax? https://stripe.com/docs/tax/set-up
I think I did all the these steps. I'm not sure, I followrd all the instructions on the tax page
Maybe this will help you to tell me did I do it all
Can you share the PaymentIntent ID (pi_xxx)?
pi_3NiFUNBsYATYYwWt3MGJaYm1
this is the last one I tried
This is just my testing account so I can setup all for the client, and then I will use his Stripe to setup correctly all and use his API key
I see there is this part for surpassing 500.000 USD in sales, but I'm not sure is that the case
basically tax is zero because you are not registerd for tax in Croatia
https://stripe.com/docs/tax/zero-tax#not-registered
you'd have to add a registration https://dashboard.stripe.com/tax/registrations
So I need to add every country where I wish to have tax?
Is there a short way to set tax to only EU country?
Okay now it is working for Croatia, i have tested it, but do I need now to put Tax Registration for Germany also?
if you try it you'll see you can select the option for OSS cross-EU
AFAIK no, though you can test it; and also see https://stripe.com/en-gb-us/guides/tax-registration-process-europe#how-to-register-for-a-vat-number
I'm sorry for stupid questions, but is there a way I can just tell Stripe that I verified the VAT and if I wish that they don't pay tax I can send in my API call?
'automatic_tax' => [
'enabled' => false,
],
Like that is my idea for now, and for all EU countries I will use OSS cross-EU.
Because I use EU validator for the VAT
well if you pass automatic_tax[enabled] false then we don't calculate any tax on the Invoice, it just charges whatever you passed to the Invoice/Subscription itself