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.
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.