#MarkoBoras
1 messages · Page 1 of 1 (latest)
I have an specific issue
I have the feeling we've already discussed this before, no?
I need to include my country's tax amount in stripe checkout for non-european union users. I am trying with tax rate to set vat 25% but when I change country to non-eu tax is changed to 0.
is there a way that I can collect tax amount for non-eu users
@chilly ruin we're going round and round on this subject for a week now, your use-case isn't really supported unless you create a tax_rate per jurisdiction or you rely on Stripe Tax without passing any tax rate
unfortunately there's nothing else we can do here
ok
can I create then tax rate for example for Great Britain and set tax rate 25%
and users from great britain will have 25% tax rate?
yes
ok let me this
I know that we're going round and round but I want to ensure that we're making everything with laws
Issue why I am asking you this all the time is that our accountat says that we need to charge non-eu users our country's tax and I am trying to achieve that
Do you maybe know how other people who have SaaS in EU handle non-eu users
I've seen articles that Stripe doesn't support that and they implement paddle in those cases
I understand, but beyond the legal obligations there is product capabilities and limitations
no not really
all I know is that you can't set a default tax rate, something you wanted from the beginning
kk
I have now tested to set vat 25% for non-eu user (united kingdom)
it is correct
do you maybe know why here I can't set VAT ID and kill vat amount for B2Bs
I need this specifications
NON-EU case
B2Bs - let them enter VAT ID and if it is valid with VIES set vat amount to 0
B2Cs - set them my country's VAT AMOUNT
So in both cases when user enters checkout vat amount is 25%.
If user enters valid VAT ID and it is validated with VIES it should be 0.
yeah
I have only this issue left.
If non-eu user opens Stripe Checkout I'll set tax rate for that country 25% as I need and I've tested it and it works. When user from UK opens checkout VAT is 25%.
But when user (Business) tries to validate their VAT ID with VIES, VAT is still 25%.
I need to validate VAT ID and set it to 0 if it is correct VAT ID.
if you understand me what I want to achieve
yes I do understand but again this is unfortunately one of the limitations