- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Integration Question (Android Mobile with Windows Server)
We have a custom Android applicatoin that we use on mobile devices to check people in to our system. It communicates with a local Windows server via web services. We would like to be able to take payments on the mobile device in the following way:
- Person walks up to someone with our mobile check-in device.
- Employee swipes credit card for a set pre-authorization amount.
- Android device sends card data to local webserver via web services (C#).
- Local server runs pre-authorization on authorize.net and responds to android device with success/fail.
My question is, how best to accomplish this? We do not want the mobile devices talking with Authorize.net directly (they don't have internet access). We need to remain PCI compliant. Is there a swiper that will encrypt data in a way that authorize.net will accept encrypted or do we need to use a swiper that will give us unencrypted track1/track2 data to send to authorize.net? I just bought a uDynamo swiper and it looks like the Android SDK will give me encrypted data - but it looks like authroize.net wants the data decrypted.
All suggestions are welcome.
Thanks!
Brett Jones
05-03-2013 05:01 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Unfortunately, I cannot provide an exact date on availability. Only that we are finalizing the necessary agreements right now.
05-10-2013 02:28 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2014 02:11 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Now that you do support swipers that send encrypted data to the Windows server, is there a code snippet or any documentation that tells us what we need to do to send that data to the auth.net server?
10-23-2014 05:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello @JevinInc
If you visit the mobile page in the developer center, there are links to Androind and iOS SDKs which include sample code for implementing encrypted card data. Please note that you must be using an encrypted reader injected with the Authorize.Net key.
Richard
10-23-2014 08:24 AM

