Google Wallet for Digital Goods API vs Google Play In-app Billing

我只是一个虾纸丫 提交于 2019-12-05 17:41:30

There are several Google Wallet APIs and they have different applicability. The following may help you.

  1. Google Play In-App-Billing - Used for any digital goods purchase from native Android Apps. http://developer.android.com/google/play/billing/index.html

  2. Google Wallet Digital Goods API - Used for any digital goods purchase from Web Apps. https://developers.google.com/commerce/wallet/digital/

  3. Google Wallet Instant Buy API for Web - Used for physical or digital goods purchase from Web Apps - but you need to have your own payment processing. Google gives you a proxy card to charge. https://developers.google.com/commerce/wallet/instant-buy/web/tutorial

  4. Google Wallet Instant Buy API for Android - Used only for physical goods or services purchase from native Android apps - you need to have your own payment processing. Google gives you a proxy card to charge. https://developers.google.com/commerce/wallet/instant-buy/android/tutorial

For 3 and 4 you need to fill out an interest form to get access. http://getinstantbuy.withgoogle.com/

Hope this helps.

One important difference comes in the form of handling refunds.

Google wallet can be used to fund refunds, but may not handle requests for refunds. Whereas in app billing would forward you a request for refund.

I can see that being an issue when dealing with large volumes of purchases.

Source -http://developer.android.com/google/play/billing/billing_admin.html

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!