blob: 6c0dd4cf0bf53a16bdf43afdbbc674d321e59132 [file] [log] [blame]
Dirk Doughertyf04c9b82013-10-20 22:54:04 -07001page.title=Google Wallet Instant Buy for Android
Dirk Doughertyeb768482013-10-29 22:25:12 -07002page.tags="Wallet","payments","Instant Buy"
Dirk Doughertyf04c9b82013-10-20 22:54:04 -07003header.hide=1
4
5@jd:body
6
7<div class="landing-banner">
8<div class="col-8">
Dirk Doughertyf04c9b82013-10-20 22:54:04 -07009 <h1 itemprop="name" style="margin-bottom:0;">Google Wallet Instant Buy</h1>
10 <p itemprop="description">Add fast, secure checkout for users buying physical goods and
11 services from your app. Transactions are monitored for fraud 24/7. Keep your existing
12 payments infrastructure and integrate Google Wallet quickly, easily and free of charge.</p>
13
14 <p><a class="external-link" href="http://getinstantbuy.withgoogle.com/">Apply for
15 production access</a> before launching Instant Buy in your app. We recommend applying
16 before starting development. Note that Instant Buy is currently only available to
17 US-based merchants. </p>
18
19 <p>Check out the <a
Dirk Doughertyeb768482013-10-29 22:25:12 -070020 href="{@docRoot}reference/com/google/android/gms/wallet/package-summary.html">Instant
21 Buy API reference</a> and visit
22 <a href="https://developers.google.com/wallet/instant-buy/">developers.google.com/wallet/instant-buy/</a>
Dirk Doughertyf04c9b82013-10-20 22:54:04 -070023 for complete information about integrating Google Wallet Instant Buy into your app.</p>
Dirk Doughertyeb768482013-10-29 22:25:12 -070024</div>
Dirk Doughertyf04c9b82013-10-20 22:54:04 -070025
Dirk Doughertyeb768482013-10-29 22:25:12 -070026<div class="col-4">
27 <img src="{@docRoot}images/google/gps-wallet-instant.png" alt="" style="padding-bottom:14px;width:210px">
Dirk Doughertyf04c9b82013-10-20 22:54:04 -070028</div>
29</div>
30
31<div class="landing-docs">
32 <div class="col-6 normal-links">
33 <h3 style="clear:left">Key Developer Features</h3>
34
35 <h4>Add the "Buy with Google" button</h4>
36 <p>Easily embed a Buy with Google button in your flow to let customers purchase instantly
37 from your app. Customers can grant you access to their payment information with just
38 a few clicks.
39 <br />
Scott Maindcfc04c2013-10-31 16:09:50 -070040 <a href="https://developers.google.com/commerce/wallet/instant-buy/android/tutorial#add_google_wallet_buttons_to_your_ui"
Dirk Doughertyf04c9b82013-10-20 22:54:04 -070041 class="external-link">Add a "Buy with Google" button</a>.</p>
42
43 <h4>Streamline Purchases with Google+ Sign-On</h4>
44 <p>For users ready to purchase, you can simplify the login and account creation steps
45 by adding Google+ sign in. Users can sign in with a single click and share their
46 profile information during the purchase.
47 <br />
Scott Maindcfc04c2013-10-31 16:09:50 -070048 <a href="https://developers.google.com/commerce/wallet/instant-buy/wallet-sso#android"
Dirk Doughertyf04c9b82013-10-20 22:54:04 -070049 class="external-link">Add Google+ Sign-In for Wallet</a>.</p>
50
51 <h4>Minimize User Data Entry</h4>
52 <p>Google Wallet provides auto-completion of addresses, minimizing user data entry. You can also
53 retrieve billing and shipping addresses directly from the users Wallet to-do form pre-fills.<br />
54 <a class="external-link"
Scott Maindcfc04c2013-10-31 16:09:50 -070055 href="https://developers.google.com/commerce/wallet/instant-buy/android/reference/com/google/android/gms/wallet/MaskedWallet#getBillingAddress()">Get
Dirk Doughertyf04c9b82013-10-20 22:54:04 -070056 billing addresses</a>.</p>
57 </div>
58
59
60 <div class="col-6 normal-links">
61 <h3 style="clear:left">Getting Started</h3>
62 <h4>1. Get the Google Play services SDK</h4>
63 <p>The Google Wallet Android APIs are part of the Google Play services platform.</p>
Scott Mainf12b3fd2013-12-06 12:57:13 -080064 <p>To get started, <a href="{@docRoot}google/play-services/setup.html">set up
65 the Google Play services SDK</a>. Then see the <a class="external-link"
Dirk Doughertyf04c9b82013-10-20 22:54:04 -070066 href="https://developers.google.com/commerce/wallet/instant-buy/android/tutorial">tutorial</a>
67 to learn how to set up your app.
68 </p>
69 <h4>2. Run the sample</h4>
70 <p>Once you've installed the Google Play services package, try the Google Wallet
71 sample located in <code>&lt;android-sdk&gt;/extras/google-play-services/samples/wallet</code>.
72 The sample shows you how to use the major components of the Instant Buy API.</p>
73 <p>The <a
Scott Maindcfc04c2013-10-31 16:09:50 -070074 class="external-link" href="https://developers.google.com/commerce/wallet/instant-buy/android/quickstart">Quick
Dirk Doughertyf04c9b82013-10-20 22:54:04 -070075 Start guide</a> provides directions on how to get the Wallet sample up and running</p>
76 <h4>3. Read the documentation</h4>
77 <p>For quick access while developing your Android apps, the <a
78 href="{@docRoot}reference/com/google/android/gms/wallet/package-summary.html">Google Wallet
79 API reference</a> is available here on developer.android.com.</p>
80
81 <p>Detailed documentation for the Instant Buy API is available at <a class="external-link"
82 href="https://developers.google.com/wallet/instant-buy/">developers.google.com/wallet/instant-buy/</a></p>
83
84
85 </div>
86</div>