想知道 Google Wallet Billing API 和 Google Play 应用内结算有什么区别。与 Google Wallet 计费 API 相比,使用 GooglePlay 应用内购买计费服务有什么优势?我看到 Wallet APIs 也支持 Android,那么使用 Goole Play IAP 应用程序有什么意义呢?我正在为应用程序中的数字商品购买实施跨平台解决方案。我的问题是 Google Play IAP 服务不提供哪些 Wallet API?
2 回答
有多个 Google Wallet API,它们具有不同的适用性。以下内容可能对您有所帮助。
Google Play In-App-Billing - 用于从原生 Android 应用购买任何数字商品。http://developer.android.com/google/play/billing/index.html
Google Wallet Digital Goods API - 用于从 Web 应用程序购买任何数字商品。https://developers.google.com/commerce/wallet/digital/
Google Wallet Instant Buy API for Web - 用于从 Web 应用程序购买实物或数字商品 - 但您需要有自己的付款处理。谷歌给你一张代理卡来收费。 https://developers.google.com/commerce/wallet/instant-buy/web/tutorial
适用于 Android 的 Google Wallet Instant Buy API - 仅用于从原生 Android 应用程序购买实物商品或服务 - 您需要拥有自己的付款处理程序。谷歌给你一张代理卡来收费。 https://developers.google.com/commerce/wallet/instant-buy/android/tutorial
对于 3 和 4,您需要填写兴趣表才能访问。 http://getinstantbuy.withgoogle.com/
希望这可以帮助。
一个重要的区别在于处理退款的形式。
Google 钱包可用于为退款提供资金,但可能无法处理退款请求。而在应用计费中会向您转发退款请求。
在处理大量购买时,我可以看到这是一个问题。
来源 - http://developer.android.com/google/play/billing/billing_admin.html