#alan_unexpected

1 messages ¡ Page 1 of 1 (latest)

candid prawnBOT
#

👋 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.

glad iron
#

Sorry, it contains English. I'll provide a correct translation.

#

Reproduction Steps

  1. Settings - Merchant Address: Select France

  2. Customer Address: Street: 51 rue de Miromesnil
    Postcode: 75008
    City: Paris
    Country: FR
    Mobile: +33 1 23 45 67 8

  3. Stripe Tax: Registered Location: France

  4. Create a test invoice to check if the tax rate is calculated correctly. Reverse VAT does not apply to transactions within the same country.

stray quiver
#

There are some factors could result in 0 amount tax. Could you take a look at https://docs.stripe.com/tax/zero-tax?

Stripe Tax calculates a zero tax amount some scenarios, like non-registration, exempt products, reverse charges, exempt customers, and transactions in excluded territories. In these cases, to tax may not be applied to specific transactions

glad iron
#

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?

stray quiver
#

What is the taxability_reason reason as the Doc mentioned?

glad iron
#

Where can I find taxability_reason, in a platform call instead of an API call?

stray quiver
#

In an API call when you retrieve the Invoice using its ID

glad iron
#

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.

stray quiver
#

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

glad iron
#

ok ,thank you for your time