Intent intent = new Intent(Intents.ACTION_CLOVER_PAY); intent.putExtra(CloverIntent.EXTRA_ORDER_ID, getOrder().getId()); startActivity(intent);
Hi @Raymond Lee
Thank you for the response, the above code snippet invokes the merchant facing payment screen, our requirement is to show this to customers so we would like to hide the cash and 3rd party tenders, so that the payment screen would only show charge on connected device and credit/debit card insert or swipe.
Is this possible using the clover sdk methods.
Regards
Unfortunately that screen is meant to be a merchant facing payment screen like you mentioned, so it should not be shown to customers.
The tenders you mentioned (cash, 3rd party tenders) can be enabled/disabled as a merchant setting (here are the instructions for a merchant to do so).
We do have a TenderConnector, which can be used to enable/disable tenders, but regardless, you should not be showing the merchant facing payment screen to customers.
1 Person is following this question.