#Reuben-Shipping VAT
1 messages · Page 1 of 1 (latest)
Hi @fallow horizon
Well my main question is why the Gross value of shipping is added to the total with no tax
I am expecting sub total to be 1250 and amount total to be 1500
"amount_tax should be 2500
could you please share the event id that you are receiving?
amount_tax is only the tax amount and not the total + tax
Are you asking for the "object": { "id": }
What I would expect is the following:
"amount_total": 1500,
... "amount_tax": 250
Product 9000
Shipping 6000
Both with 20% vat
when you receive a webhook event, there's an event id evt_xxxx
I will take a look thanks
Again, I just want the
"total_details":{ "amount_tax": }
to include tax on the shipping cost and not only the products.
(off topic, but would be extremely helpful if the webhook could include the order lines instead of being forced to call that endpoint after receiving the webhook)
to include tax on the shipping cost and not only the products.
I don't think that's possible
VAT is something collected on products
let me double check
The EU has standard rules on VAT, but these rules may be applied differently in each EU country. In most cases, you have to pay VAT on all goods and services at all stages of the supply chain including the sale to the final consumer. This includes from the beginning to the end of a production process, e.g. buying components, transport, assembly, provisions, packaging, insurance and shipping to the final consumer.
@royal hill you created a shipping price with a tax_behavior inclusive meaning the 6GBP includes the VAT
shr_1LJEVgDp9GSYW5xiPqpFJlaJ
could you please send me that request id (the one that you created the checkout session for)? here's how you can find the request id https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
How do I get the Shipping + Product to be included in the VAT calculation?
I am not sure I want to share a lot of information here on a public Discord
no one would be able to access your objects
so there's nothing to fear in sharing your object ids
if you prefer you can contact support https://support.stripe.com/?contact=true
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
and you can provide all the information there
Is that the _pi?
what is?
cs_test_b1OYrxLfz6VE72mZayX5w1z9iW0mtHw98VtM7Zkp7shCmZCwYHC7CndckY
thanks I will take a look
in this checkout session you're still using the shipping rates which have an inclusive tax behavior
Yes, I know. I tried with a exclusive tax behaviour but the result is the same
this is more of a product question our support team at https://support.stripe.com/?contact=true would be better equipped to answer and upstream if needed. I'd suggest writing a detailed email with the example PaymentIntent, the exact JSON you see, an explanation of what you want to see instead and why, and we can take it from there.