Actually, I demoed my custom tender app to my manager and he told me to remove the "Manual Card Entry" option in sale and register app. Is there a way to remove these default clover payment options?
Actually, I demoed my custom tender app to my manager and he told me to remove the "Manual Card Entry" option in sale and register app. Is there a way to remove these default clover payment options?
If you are launching the payment flow via intent or Payment Connector then manual card entry can be disabled. See cardEntryOptions (not sure if you are firing intents or using payment connector, both APIs have the option).
My doubt is, when we enter a sale amount in the sale app then the payment options pops up side by side. There you can see the "Manual Card Entry" along with the custom tender payment options. I want to hide this "Manual Card Entry" button. Is it possible?
I am launching the payment flow via intent. But, I want to hide the "Manual Card Entry button" before I press the payment button of my custom tender app. I am using a clover mini 2 and a merchant facing activity.
Ok, not sure what intent you are using, see https://clover.github.io/clover-android-sdk/com/clover/sdk/v1/Intents.html#EXTRA_CARD_ENTRY_METHODS.. If you are using ACTION_SECURE_PAY you can pass the methods you want displayed. I don't think this is possible if you are using ACTION_CLOVER_PAY.
1 Person is following this question.