Have a web php web app for POS. Looking to see if its possible to integrate the stripe.js in order to take the details from the card and process in the transaction.
Card reader is audio jack like the ones you see from Square or Cardflight but I want to run this over the web rather than build an iOS / Android app for it.
Is it possible for the magnetic card reader to input the info it a form if the fields are in focus?
Or to do something more behind the scenes. I know being a web app this may not be possible but need to now for sure.
Any ideas?
----Edit----
I would prefer not to put the details into a webform if possible that was just the simplest solution I thought. Would it be possible to do this with the stripe.js and the card reader? Trying to get away from having to build a custom iOS / Android app.