ahbern
March 18, 2021, 8:41am
1
Hi all,
I’ve built an Android app with Unity that allows diners to place orders when they are dining at a restaurant.
Is there any way possible for the orders to be sent from the app directly to POS (Point of Sale) system of the eatery?
If there is, I’d appreciate some directions or articles that I could read on to find out more.
Thanks in advance!
It’s going to depend heavily on the POS system in question and what kind of API they offer. The main two I know of that offer APIs like that are Clover and Square:
This API Reference has all the detailed API endpoint information you need to build with our APIs. Square APIs let you take payments securely, integrate your application with Square first-party products, and do so much more
1 Like
ahbern
March 19, 2021, 1:49am
3
Thanks alot, PraetorBlue .
I’ll do some readup with the urls given