1 page.title=Google Play In-app Billing 2 @jd:body 3 <div id="butterbar-wrapper" > 4 <div id="butterbar" > 5 <div id="butterbar-message"> 6 <a target="_blank" href="https://docs.google.com/a/google.com/forms/d/1EHLPGqhbxj2HungHRRN4_0K9TGpc-Izy-u46vBDgS8Q/viewform"> 7 Take the Android Developer Survey</a> 8 </div> 9 </div> 10 </div> 11 12 <p>In-app Billing is a Google Play service that lets you sell digital content from inside 13 your applications. You can use the service to sell a wide range of content, including downloadable 14 content such as media files or photos, virtual content such as game levels or potions, premium services 15 and features, and more. You can use In-app Billing to sell products as</p> 16 17 <div class="sidebox-wrapper"> 18 <div class="sidebox"> 19 <h2><strong>New in In-App Billing</strong></h2> 20 <ul> 21 <li><strong>Purchase Status API</strong>—The <a href="{@docRoot}google/play/billing/gp-purchase-status-api.html">Purchase Status API</a> lets you query the status of in-app product or subscription purchases. </li> 22 <li><strong>In-app Billing Version 3</strong>—The <a href="{@docRoot}google/play/billing/api.html">latest version</a> of In-app Billing features a synchronous API that is easier to implement and lets you manage in-app products and subscriptions more effectively.</li> 23 <li><strong>Subscriptions now supported in Version 3</strong>—You can query and launch purchase flows for subscription items using the V3 API.</li> 24 <li><strong>Free trials</strong>—You can now offer users a configurable <a href="/google/play/billing/v2/billing_subscriptions.html#trials">free trial period</a> for your in-app subscriptions. You can set up trials with a simple change in the Developer Console—no change to your app code is needed.</li> 25 </ul> 26 </div> 27 </div> 28 29 <ul> 30 <li>Standard in-app products (one-time billing), or</li> 31 <li>Subscriptions, (recurring, automated billing)</li> 32 </ul> 33 34 <p>When you use the in-app billing service to sell an item, 35 whether it's an in-app product or a subscription, Google Play 36 handles all checkout details so your application never has to directly process 37 any financial transactions. Google Play uses the same checkout backend service as 38 is used for application purchases, so your users experience a consistent and 39 familiar purchase flow.</p> 40 41 <p>Any application that you publish through Google Play can implement In-app Billing. No special 42 account or registration is required other than a Google Play Developer Console account and a Google 43 Wallet merchant account.</p> 44 45 <p>To help you integrate in-app billing into your application, the Android SDK 46 provides a sample application that demonstrates how to sell standard in-app 47 products and subscriptions from inside an app.</p> 48 49 <p>To get started, read the documents below or take the <a href="{@docRoot}training/in-app-billing/index.html">Selling 50 In-app Products</a> training class.</p> 51 </div> 52 </div> 53 54 <dl> 55 <dt><strong><a href="{@docRoot}google/play/billing/billing_overview.html">Overview</a></strong></dt> 56 <dd>Read this document for a description of the underlying concepts in In-app Billing.</dd> 57 <dt><strong><a href="{@docRoot}google/play/billing/api.html">Version 3 API</a></strong></dt> 58 <dd>Read the documents in this section for an overview of the latest version of In-app Billing, as well as implementation details and API reference.</dd> 59 <dt><strong><a href="{@docRoot}google/play/billing/billing_best_practices.html">Security 60 and Design</a></strong></dt> 61 <dd>Review these best practices to help ensure that your In-app Billing implementation is 62 secure and well designed.</dd> 63 <dt><strong><a href="{@docRoot}google/play/billing/billing_testing.html">Testing In-app 64 Billing</a></strong></dt> 65 <dd>Understand how the In-app Billing test tools work and learn how to test your In-app Billing 66 implementation.</dd> 67 <dt><strong><a href="{@docRoot}google/play/billing/billing_admin.html">Administering 68 In-app Billing</a></strong></dt> 69 <dd>Learn how to set up your product list, register test accounts, and handle refunds.</dd> 70 </dl> 71