ipad - using card reader to input into webpage -
I have a normal card reader that is connected to the tablet (iPad or Android) via USB cable on my webpage. After navigating, when I swipe a credit card, I want to fill in the details of the card in the text box.
How can I get this, without making the original application . <
- Set focus on your card
- Post field
- Post-back a field when card swipe is received or Post Ajax
- Store swipe data in a hidden form field
- Update the UI to show the user that the card was accepted (in the input field **** 1234 Show, Time Expiry Date etc.) and it can continue the checkout
Comments
Post a Comment