We are looking to support enabling tips on receipt for merchants using our app. Currently, we are registering all the transactions using SaleRequest, but in doing so we are limited to the feature we are looking to support.
We found a way to get the tip line to print on the receipt by using the AuthRequest class, via the Clover SDK. However, this solution does not work for our current merchants who expect tips to be on the tablet screen.
We are looking for a way to dynamically determine the Clover merchant's "Tip entry location" setting. This way we can use either the SaleRequest or the AuthRequest logic, given the merchant's Tip entry location. Is there a better way of doing this?
Additionally, is there is a way to determine if the Clover merchant has Tips enabled/disabled?