5

I am integrating Authorized.Net Payment Gateway in Android.

but in this above sdk,I am not passing amount of this Encrypted Trasaction.can anyone help me how to proceed simple payment transaction in Authorized.net android.

Thanks in advance.

Vickyexpert
  • 3,147
  • 5
  • 21
  • 34
dipali
  • 10,966
  • 5
  • 25
  • 51

2 Answers2

3

Hello this link may be helpful to you,try it and let me know if it work for you.

Sanjay Bhalani
  • 2,424
  • 18
  • 44
2

I got solution of my question. I am using above sdk

https://github.com/AuthorizeNet/accept-sdk-android

and I am passing credit card info to our server and then our server get all information from application and using webAPI call,Server send transaction information to authorised.net Server and get back to accessToken as a response.

dipali
  • 10,966
  • 5
  • 25
  • 51
  • you may direcly send transaction to authorised.net via android app and also store/save credit card info to authorised.net or else your webserver. – Sanjay Bhalani Oct 04 '16 at 06:12
  • Can't I make payment via my Android Device and Send the Transaction Id to the server. Rather than server making the payment with the details I have sent? – Pravinsingh Waghela Nov 09 '17 at 12:29