We have a payment solution for the restaurants. The app needs to print additional details like table number, check number etc. on the payment receipt. The Clover order number is not relevant to us.
We are using the following to process payments:
Intents.ACTION_SECURE_PAY
And then we tried adding an order note to print additional details on the receipt. The receipts are printed through:
Intents.ACTION_START_PRINT_RECEIPTS
We have made sure from the settings on our device that order notes would be printed on the receipt, but we still don't see them. They are there on the payment object after I add them, but not being printed.
Any other way to get the details on the receipt?