[android-developers] Re: Is it possible to integrate authorize.net gateway with Android app?

2011-02-15 Thread Howard R. Lee
I just posted an Android based app that uses Authorize.net in the Android marketplace. What are you trying to do exactly? On Jan 22, 7:09 pm, pawpaw17 wrote: > Guys, > > I'm working on an Android based shopping cart for an app. This is to > sell items like groupon/ebay/amazon does - not to sell A

[android-developers] Re: Is it possible to integrate authorize.net gateway with Android app?

2011-01-22 Thread Brill Pappin
This would usually be done as a two step process. Your server would handle communication with the mobile app as well as fire off the transactions to the processor; and send responses back to the mobile client. I don't recommend that you connect to your processors API directly from the mobile cl