0

I am building a shopping cart application for android. My customers already have google checkout merchants accounts and they want to sell their goods and receive payments in their google checkout merchants accounts.

I have an activity that displays user-selected goods and payment. I need to know what is the info I'll send to google and service links that can make the app users pay for selected goods in merchants account?

rcs
  • 67,191
  • 22
  • 172
  • 153
Ahmed Hussein
  • 409
  • 11
  • 24

2 Answers2

0

I assume you want to implement an Android native app and not a web app. You may want to start with the Android In-App Billing documentation:

http://developer.android.com/guide/market/billing/index.html

Also please make to read the Android Market Developer Distribution Agreement:

http://www.android.com/us/developer-distribution-agreement.html

il_guru
  • 8,383
  • 2
  • 42
  • 51
Mihai Ionescu
  • 2,108
  • 1
  • 12
  • 15