#S60-Cosminacho-checkout
1 messages · Page 1 of 1 (latest)
hello!
in any case tax usually depends on details of the customer like where they are so you can't know it upfront until after they do the payment
as in no vat applied
Yes I know.
The issue that I am having is that I need to do invoicing through a different software that is not dynamically adding VAT based on the country of the customer (like stripe does)
i'd like to see if there is a parameter that can tell me if VAT was applied
don't follow, sorry
the way tax works in Stripe is either :
- you use our automatic tax solution which calculates tax based on the customer's details(if you want to see what tax we chose after a payment, I can tell you that)
- you pass your own explicit tax rate from your own code for what tax we should apply, in which case you don't need Stripe to tell you what VAT is applied since it's your system doing it
gotcha 🙂