Thank you Thomas. This could lead to a solution, but need to clarify some.
Are you saying that by using the wedge device, the credit card details may be read to the webpage? The transaction then could get processed online through the the webpage (with a merchant account online gateway), or otherwise through the credit card swipe device directly, which normally happens in a store sale. Will the former flag this as a credit card present transaction? If not, then what about the transaction fee that varies for card present and card not present.
Further, on swipe, how would the the swipe reader know what amount to charge (which is displayed on the web-page/form). Will it read from the web page? and also let us capture the information like - card holder name and the partly the number for reference on the webpage.
Appreciate your inputs.
Main Topics
Browse All Topics





by: tchamtiehPosted on 2008-10-15 at 03:33:14ID: 22719400
All card readers do is to read the card number, name, and expiry date electronically. As of yet, your average credit card doesn't have much else on it than that. So a device like this would be pretty much redundant when a keyboard can fill out the information with no extra hardware needed.
That device is known as a wedge device. It just sends the characters in like keyboard entry. You will have to take the input string and chop it up and use JScript to dump the information in the right fields on your web form.
Hope this helps.
-Thomas