Hi there,
We're using a custom tender to close out orders via the API.
We create the order through the /orders API and add items to the order. After a few steps we eventually close out the order by adding a payment using our custom tender via the API.
The receipt for the order correctly displays the tax e.g.:
However, when you view the order via the merchant dashboard (or if you are getting your total tax liability for the day using reports) the tax is missing:
Is there an easy way to get Clover to do the tax calculation via the API given that it is all calculated correctly on the receipts? We have spotted that we can pass a total `taxAmount` into the API however that opens up scope for error, miscalculation and inconsistencies.
The items in question all have "default" taxes applied at the Inventory level.
Thanks!