How can I add taxes to an Order created with the ecommerce API?
The docs say that Tax is a order item:
https://docs.clover.com/reference#postorders
But when I add that I gat an error saying that tax cannot be added at the time of order creation :/
After some digging I found this answer:
https://community.clover.com/answers/26418/view.html
This seems to work, but now i've got three questions:
- My website is not in production, will this work when the website is live. Cuz, this is not in the docs.
- Does the "rate" need to be a 6 digit integer? Like in the Merchant dash taxes section in "Setup"
- Why is this not in the documentation!?