ASP.NET Credit Card Swiping

R

Ryan

If I have an internal company web application is there any way that
the terminals using this application could have credit card readers
where the credit card information gets automatically updated on the
payment page of the application?

Obviously on the client side there is not a lot that can be done...
but possibly the credit card reader could send the information to the
server and cause the web application to refresh...

Any ideas?
 
S

Steve C. Orr [MVP, MCSD]

You'd need a thick client to handle this.
That would require a program that you write (and the dot net framework) to
be installed on the client.
 
R

Ryan Pulliam

Actually because the credit card swiper sends data to the computer as if
it was a keyboard we believe we will be able to handle this by having
focus on a text box... swipping the card ...and on a javascript onchange
event we can parse the data into the payment form.

So it seems it can be done without going to the server
 
S

Steve C. Orr [MVP, MCSD]

That would be pretty cool if it works!
Please keep us updated.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top