We are creating an app for the Clover Flex device and we need to make a payment through the Clover environment (the Clover device should execute the payment and print the receipt).
Guy from technical team at Clover suggested using “Intents.ACTION_SECURE_PAY”. That works well with card swiper interaction, but we have a few questions, can you help?
- What the right solution to print the receipt through intent? Right now I only found a way to print by adding to TransactionSettings, signatureEntryLocation = ON_PAPER
- Is it possible to add a custom list of items and prices to the receipt? This would be in addition to all the payment fields already printed on the receipt
- Can we print the onScreen customer signature on the receipt? Right now we don't see the signature on the payment chit even when the customer enters it
Thank you in advance,