#alan_unexpected
1 messages ¡ Page 1 of 1 (latest)
đ Welcome to your new thread!
â˛ď¸ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.
âąď¸ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.
đ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1448535459721515181
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
Sorry, it contains English. I'll provide a correct translation.
Reproduction Steps
-
Settings - Merchant Address: Select France
-
Customer Address: Street: 51 rue de Miromesnil
Postcode: 75008
City: Paris
Country: FR
Mobile: +33 1 23 45 67 8 -
Stripe Tax: Registered Location: France
-
Create a test invoice to check if the tax rate is calculated correctly. Reverse VAT does not apply to transactions within the same country.
There are some factors could result in 0 amount tax. Could you take a look at https://docs.stripe.com/tax/zero-tax?
I tested it directly on the sandbox platform, without going through the API. Could you help me find out why the tax rate is 0?
What is the taxability_reason reason as the Doc mentioned?
Where can I find taxability_reason, in a platform call instead of an API call?
In an API call when you retrieve the Invoice using its ID
The core issue: This is a logical flaw in the Stripe Tax engine's handling of "France to France (domestic)" B2B service transactions. Within France, B2B services (such as SaaS) are typically not subject to reverse taxation; instead, the seller is entitled to a 20% VAT.
The test order I created was a domestic French transaction, but Stripe Tax treated it as a $0% + reverse tax model.
I am not sure to be honest. I would sugget contact Stripe Support for detail explanation about Tax. We are mostly helping with looking through the parameters
ok ,thank you for your time