I am working on a web based POS system that is accessed on raspberry pi's. I have looked through the square docs and the only POS API seems to be for Android/iOS. Is there something I am missing? My front end is HTML/Javascript and the backend uses PHP. There are also a few small python programs running for example, to fill in text inputs like product weight with a USB connected scale.
I know square has the web form API, but that is not what I am looking for. The goal is to have cards scanned with a square card reader and then charge based on a given value. Thanks.