I am trying to see if I can integrate Apple Pay into my web-based
payment system. Currently to process a swiped credit card, I use a USB
magnetic reader which inputs data into an HTML form, and I submit the
data through my server to Authorize.net. I ...