#bennet_66325
1 messages · Page 1 of 1 (latest)
reverse charge is a case where the buyer is in the obligation to pay taxes. so basically we have a 0.0% tax (but with the mention that it is reverse charge)
Can you just not add a tax_rate for that item?
our prices are inclusive so we need to suptract the tax (Example: 19,00 € inkl. 3.03 € Tax (19%), when it is a reverse charge it should be 15,97 and marked as reverse charge)
but our price object has a unitamount of 1900
we thought of creating a second price object with amount 1597 and making a custom taxrate =.0% to mention revesrse charge but we hope there is a better solution
Where did you find this?
+but it is with Stripe Tax wich we dont have
Sorry, I've never heard of this, let me take a closer look.
take your time its a special topic (never heard of it myself before a few days)
Hello! Which APIs/payment UIs are you using? Can you share some example IDs where the tax is not reversed as required?
Not sure if we'd automatically apply the reverse charge with Tax Rates, but some examples will help determine that
Like a cus_xxx ID for example
And maybe the in_xxx and/or sub_xxx
we have a product that looks something like this: with a default price wich is considert inclusive
Screenshots aren't really helpful Pasting the ID would be better please!
and a taxrate:
product id:50faac41-01f0-4f22-a6a0-49c966c55e75
priceid: price_1Nxs8vIRxflABw3eNgIbzFDo
AFAIK, we determine whether to reverse the tax charge dependent on the tax settings on the associated customer
Do you have an example session (cs_xxx) where you expected the charge to be reversed but wasn't?
taxrateid: txr_1NxsTCIRxflABw3ecveNaTrv
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
is there a ways to mark only certain postions (lineItems) as reverse charge
and we are currently not creating a customer whan creating a checkout session. Is that recommonded or required?
AFAIK, no
Seems like it'll be required that you create it upfront in this instance and set tax_exempt as required
You'll also need to set tax IDs
so we can only have everthing reverse charge and we need to create a customer (set tax exempt) and then in the checkout session we set an inclusive price with taxrate-id and the customer and then it will subtract the tax?
I'm not sure, you'd need to test it out. I'm just making an educated guess based on the docs
This might be something that is only supported by Stripe Tax
okay i will try it out 🙂 thanks in advance
If it doesn't work, please share the cs_xxx ID of the session you created
yes when i encounter more problems i will contact you again 🙂 to contiune i come back to this thread (even if it is next week) or start a new one?