We are using intents to communicate with the Secure Pay app (like in this example https://github.com/clover/android-examples/tree/ma...
I had a few questions
1) We are setting the tip mode to prompt before the transaction and nothing seems to happen. We have tips enabled in the settings.
2) Is there really no way to refund, void or adjust a tip without a user manually doing it? We tried these intent actions (ACTION_ADD_TIP and ACTION_REFUND) but there doesn't seem to be an app that can handle them. We also tried using the ACTION_START_TRANSACTION_DETAIL action. This bring up the transaction but the refund and tip buttons are grayed out.
A busy restaurant can have hundreds of tip adjustments at the end of the night, requiring them to do each manually just seems really cumbersome. Any thoughts/insights you can offer would be appreciated.
Our serial number is C041UQ72820654 if that help at all.
Thanks