-
Notifications
You must be signed in to change notification settings - Fork 116
V next #23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
V next #23
Conversation
Does any one of this work involve getting encrypted card readers working in the Java SDK? |
No. Pl. see the below response sent earlier. Rajeev From: Aaron France [mailto:notifications@github.com] Does any one of this work involve getting encrypted card readers working in the Java SDK? — Sent: Tuesday, June 17, 2014 10:39 PM Check out https://github.com/AuthorizeNet/sdk-mpos-android/blob/master/src/net/authorize/aim/Transaction.java. If you search for CARD_PRESENT_ENCRYPTED you can see where all the API fields are set. Brian — |
Sure, except that's not this repo. |
Here is the repo: https://github.com/AuthorizeNet/sdk-mpos-android It also comes with a sample app. You need to follow IDTech’s developer guide to integrate with their SDK into your app, retrieved the encrypted cardnumber values and pass the values to Authorize.net SDK for transaction. Our sampleapp covers how to pass the values to Authorize.net SDK. You can see if those channels can help you get the readers faster: http://www.authorize.net/solutions/merchantsolutions/merchantservices/mobileapp/ |
But what if you want to pass that data to an intermediary server before the final call to auth.net? The Android SDK won't work with a server JVM. |
Merge pull request that includes SDK refactoring + support for latest API release Includes ArbGetSubscriptionList
No description provided.