We are new to CC processing and Authorized.Net. We have a client who asked us to write an application that will be used on a Kiosk type unit with a touchscreen, magnetic card reader, No keyboard or mouse. It is a Winforms app written in VB.NET 2010. The user will selected the items they would like to pay for with their Debit/CC, swipe their card and the application will need to go charge the card. There is no place for a signature to be captured.
I have a couple questions:
Thanks, in advance, for your assistance!
Solved! Go to Solution.
05-31-2012 12:13 PM
1. Yes, Card Present test acount.
2.A version of AIM http://developer.authorize.net/api/cardpresent/
3.SSL not need on the client since it is a windows app. Yes you will use HTTPS to communicate with authorize.net, it the only way.
4.A website app and desktop is about the same, so download the AIM sample code and copy/paste the code and edit it to cardpresent spec.
05-31-2012 01:18 PM
1. Yes, Card Present test acount.
2.A version of AIM http://developer.authorize.net/api/cardpresent/
3.SSL not need on the client since it is a windows app. Yes you will use HTTPS to communicate with authorize.net, it the only way.
4.A website app and desktop is about the same, so download the AIM sample code and copy/paste the code and edit it to cardpresent spec.
05-31-2012 01:18 PM