We recently switched company to process credit card, right now we are using a Wireless Clover machine, however there is a bog inconvenience, the name of the Card Holder is not printed on the receipt. How can we achieve that?
We recently switched company to process credit card, right now we are using a Wireless Clover machine, however there is a bog inconvenience, the name of the Card Holder is not printed on the receipt. How can we achieve that?
Using the Android SDK, you can access the cardholder name by calling CardTransaction.getCardholderName(). You can then create a custom receipt using this guide: https://docs.clover.com/docs/creating-custom-receipts
2 People are following this question.