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>To ensure that your app content is consistent with the requirements for
     15     Instant Buy access, <a class="external-link" href="https://support.google.com/wallet/business/contact/interest">apply for content review</a> before
     16     starting development. Note that Instant Buy is currently only
     17     available to US-based merchants. Once you've completed integration, you can
     18     apply for production access by <a class="external-link" href="https://support.google.com/wallet/business/contact/ui_review">submitting your sandbox integration for review</a>.</p>
     19 
     20   <p>Check out the <a 
     21   href="{@docRoot}reference/com/google/android/gms/wallet/package-summary.html">Instant
     22   Buy API reference</a> and visit
     23   <a href="https://developers.google.com/wallet/instant-buy/">developers.google.com/wallet/instant-buy/</a>
     24   for complete information about integrating Google Wallet Instant Buy into your app.</p>
     25 </div>
     26 
     27 <div class="col-4"> 
     28   <img src="{@docRoot}images/google/gps-wallet-instant.png" alt="" style="padding-bottom:14px;width:210px">
     29 </div>
     30 </div>
     31 
     32 <div class="landing-docs">
     33   <div class="col-6 normal-links">
     34     <h3 style="clear:left">Key Developer Features</h3>
     35 
     36       <h4>Add the "Buy with Google" button</h4>
     37       <p>Easily embed a Buy with Google button in your flow to let customers purchase instantly
     38       from your app. Customers can grant you access to their payment information with just
     39       a few clicks.
     40       <br />
     41       <a href="https://developers.google.com/commerce/wallet/instant-buy/android/tutorial#add_google_wallet_buttons_to_your_ui"
     42       class="external-link">Add a "Buy with Google" button</a>.</p>
     43 
     44       <h4>Streamline Purchases with Google+ Sign-On</h4>
     45       <p>For users ready to purchase, you can simplify the login and account creation steps
     46       by adding Google+ sign in. Users can sign in with a single click and share their
     47       profile information during the purchase. 
     48       <br />
     49       <a href="https://developers.google.com/commerce/wallet/instant-buy/wallet-sso#android"
     50       class="external-link">Add Google+ Sign-In for Wallet</a>.</p>
     51        
     52       <h4>Minimize User Data Entry</h4>
     53       <p>Google Wallet provides auto-completion of addresses, minimizing user data entry. You can also
     54       retrieve billing and shipping addresses directly from the users Wallet to-do form pre-fills.<br />
     55       <a class="external-link"
     56       href="https://developers.google.com/commerce/wallet/instant-buy/android/reference/com/google/android/gms/wallet/MaskedWallet#getBillingAddress()">Get
     57       billing addresses</a>.</p>
     58   </div>
     59 
     60 
     61   <div class="col-6 normal-links">
     62     <h3 style="clear:left">Getting Started</h3>
     63     <h4>1. Get the Google Play services SDK</h4>
     64     <p>The Google Wallet Android APIs are part of the Google Play services platform.</p>
     65     <p>To get started, <a href="{@docRoot}google/play-services/setup.html">set up
     66       the Google Play services SDK</a>. Then see the <a class="external-link"
     67       href="https://developers.google.com/commerce/wallet/instant-buy/android/tutorial">tutorial</a>
     68       to learn how to set up your app.
     69     </p>
     70     <h4>2. Run the sample</h4>
     71     <p>Once you've installed the Google Play services package, try the Google Wallet
     72     sample located in <code>&lt;android-sdk&gt;/extras/google-play-services/samples/wallet</code>.
     73     The sample shows you how to use the major components of the Instant Buy API.</p>
     74     <p>The <a
     75     class="external-link" href="https://developers.google.com/wallet/instant-buy/android/tutorial">Instant Buy Android API tutorial</a>
     76     provides directions on how to get the Wallet sample up and running.</p>
     77     <h4>3. Read the documentation</h4>
     78     <p>For quick access while developing your Android apps, the <a 
     79     href="{@docRoot}reference/com/google/android/gms/wallet/package-summary.html">Google Wallet
     80     API reference</a> is available here on developer.android.com.</p>
     81 
     82     <p>Detailed documentation for the Instant Buy API is available at <a class="external-link"
     83     href="https://developers.google.com/wallet/instant-buy/">developers.google.com/wallet/instant-buy/</a></p>
     84 
     85 
     86   </div>
     87 </div>
     88