I am working on a solution where orders are paid via cash using Clover api. I found two possible solutions for it using api:
It takes a cashTendered amount which is helpful because the receipt will show change to give back. However it doesn't deduct the inventory stock.
It deducts inventory stock but It doesn't take any cashTendered parameter so the change amount is not visible in receipt.
Is there any way I can both of the above can be done on single api?