Posted By: t3ngf0ung | Apr 26th, 2007 @ 12:13 AM
page 1 of 1
Comments: 3 | Views: 1363

Is there any way for ASP.NET get transaction information from Debit Card machine. Directly or indirectly doesn't matter.

For example:
A customer owning a debit card and go to supermarket to buy some stuffs. When he going to pay for the stuffs, he will go to cashier counter and use his debit card to purchase it. So the debit card will be checked by a machine and transaction done.

I want the buylist with the price information to be sent into my server (only the buylist with price info.) in real-time and the server is using ASP.NET.

I'm stuck with this problem for applying into my assignment (I'm a college student). If there any guide or logic willing to share, I'll be greatly appreciate it. Thank you Smiley

Look into web services.  ASP.net is only a way to display the data - not process it...
Yea Ben has it right. Your talkin at the DataAccess Layer but asking about presentation layer technology. Check out WCF, Web Services, etc.
page 1 of 1
Comments: 3 | Views: 1363