New to clover and need some guidance. Our use case is we are doing a drive through Christmas light display. Cars will line up and we will have an employee going to each car in line with a Clover Flex and running their credit card for admission to drive thru the lights. We need a way to validate their purchase when they get to entrance to redeem the receipt from their transaction. Here is the desired workflow, is it possible? what is the easiest way to do it using the least amount of customization?:
1. Employee #1 goes to driver side window, gets credit card from driver, opens Register app on clover, selects general admission product, runs the credit card, prints out receipt with QR or Barcode and gives it to driver.
2. I presume the QR or Barcode that prints on the receipt is the transaction ID. If this is the case, the next step is that this ID gets uploaded to our MySQL database that is hosted online upon transaction success.
3. When car reaches the front of the line to enter the drive thru display, another employee (Employee #2) will scan the QR or Barcode on the receipt the driver hands them using our "Check-In" app (not on a clover device, just a mobile web app on a cell phone or android tablet Employee #2 carries) which queries the MySQL database online and validates that receipt code is A) valid and exists in the database, and B) has not yet been used. Once it determines it is valid, it returns success, Employee #2 marks it as redeemed so it cannot be used again, and lets the car enter the gate.
I am pretty sure that #1 is possible using the Register app already on the Clover device (no custom programming or POS app necessary) and step #3 is all done using a web app we already created. So really this question is how do I do step #2 on the Clover Flex. Is this already possible using the integrated Register app on the clover without any custom programming? or if it does require customization which integration method (and sample code if it exist) would be the best place to start for us? any guidance is appreciated.
Thanks,
Matt