cancel
Showing results for 
Search instead for 
Did you mean: 

Need help in ARB integration using Java SDK

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!

senthilraja12
Member
3 REPLIES 3

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

RaynorC1emen7
Expert

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!