Hello All,
I am trying to integrate the ARB service into my application. I don't have any clue on how to start using Java SDK.
Is there any tutorial for ARB integration using Java SDK?
Thanks!
11-03-2014 02:57 AM
If you scoll down on the main java sdks page on github
https://github.com/AuthorizeNet/sdk-java
or if you go into the code
https://github.com/AuthorizeNet/sdk-java/tree/master/src/test/java/net/authorize
11-03-2014 04:37 AM
Thanks for your reply. It helped me a lot.
I need another help here. I just would like to know how to implement the silent post in my application.
If I get any respone into my Silent Post API, what kind of data I will be getting as response?
I saw some of the post in the Developer Community (http://community.developer.authorize.net/t5/Integration-and-Testing/ARB-Silent-Post-for-Sandbox-Acco... If I click on the URL, it's taking me to 'Access Denide' page.
Thanks!
11-05-2014 11:02 PM
The same data as relay response
11-06-2014 04:34 AM