Home | History | Annotate | Download | only in play-services
      1 page.title=Google Wallet Instant Buy for Android
      2 page.tags="Wallet","payments","Instant Buy"
      3 header.hide=1
      4 
      5 @jd:body
      6 
      7 <div class="landing-banner">
      8 <div class="col-8">
      9   <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 
     20   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>
     23   for complete information about integrating Google Wallet Instant Buy into your app.</p>
     24 </div>
     25 
     26 <div class="col-4"> 
     27   <img src="{@docRoot}images/google/gps-wallet-instant.png" alt="" style="padding-bottom:14px;width:210px">
     28 </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 />
     40       <a href="https://developers.google.com/commerce/wallet/instant-buy/android/tutorial#add_google_wallet_buttons_to_your_ui"
     41       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 />
     48       <a href="https://developers.google.com/commerce/wallet/instant-buy/wallet-sso#android"
     49       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"
     55       href="https://developers.google.com/commerce/wallet/instant-buy/android/reference/com/google/android/gms/wallet/MaskedWallet#getBillingAddress()">Get
     56       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>
     64     <p>To get started, <a href="{@docRoot}google/play-services/setup.html">set up</a>
     65       the Google Play services SDK. Then see the <a class="external-link"
     66       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
     74     class="external-link" href="https://developers.google.com/commerce/wallet/instant-buy/android/quickstart">Quick
     75     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>