Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using external payments processor on Android for SaaS instead of Google Play In-app Billing

I’ve built a SaaS website with subscriptions, enabled by an external payments processor (which could be Stripe, Braintree, Paddle, etc.).

Now this website for my SaaS has been packaged in a small WebView wrapper and is about to be released as an Android app. But on the Stripe website, I found this:

Google’s developer terms require that purchases related to the app, such as premium features or credits, are made via their native In-app Billing API.

– https://stripe.com/docs/mobile/android

Diving deeper into Google Play’s terms, you can find this (emphasis mine):

  • Developers offering products within a game downloaded on Google Play or providing access to game content must use Google Play In-app Billing as the method of payment.
  • Developers offering products within another category of app downloaded on Google Play must use Google Play In-app Billing as the method of payment, except for the following cases:
    • Payment is solely for physical products
    • Payment is for digital content that may be consumed outside of the app itself (e.g. songs that can be played on other music players)

– https://play.google.com/intl/en/about/monetization-ads/

So that seems more permissive than Stripe’s interpretation, and since my SaaS is not a game and can be used via a generic web browser as well, my understanding would be that using an external payments processor instead of Google Play’s billing is fine.

On the one hand, this would mean that most digital services could avoid Google Play’s billing and use something else, which seems (too) fair on Google’s part. On the other hand, this excludes games, which Google can generate a lot of revenue from, so it may be reasonable again.

This is not a legal question, and the answer could not be found in legal literature or by asking a lawyer, anyway. Instead, it’s entirely up to Google’s discretion whether using an external payments processor is allowed or not, based on one’s interpretation of the terms presented above.

So instead of legal advice, I’m looking for practical guidelines and examples of real-world usage that supports any interpretation of the terms above.

One example that I’ve found is Dropbox: Having downloaded their app on Android, Dropbox allows me to select between two payment methods: Google Play, or debit card on Dropbox’s own site. This seems to support the more permissive interpretation of Google Play’s terms.

Another example is Spotify, which opens a WebView where you can choose from several payment options, none of which is Google Play. The app still has Android’s permission for in-app purchases, though, which is also disclosed in the Play Store, so perhaps they’re using Google’s in-app billing in specific countries only.

Are there any other real-world examples?

like image 429
caw Avatar asked Mar 14 '18 03:03

caw


People also ask

Do I have to use Google pay for in-app purchases?

Do Google's apps have to follow this policy too? Yes. Google Play's developer policies — including the requirement that apps use Google Play's billing system for in-app purchases of digital goods — apply to all apps on Google Play, including Google's own apps.

Does Google Play allow third party payments?

Important: This article is for Google Pay in the US. This info may not apply for Google Pay users outside of the US. You can purchase goods and services directly from Google or third-party merchants in the Google Pay app.


1 Answers

There are such apps. Various network providers for instance, one could argue that ability to use phone calls or internet is not a physical good. Specific example would be Skype, which allows buying skype credit from a webview within the app.

But I think a good example for you would be WPS Office android app, which suggests upgrading to premium with an in-app subscription or a credit card payment.

like image 141
Serge Seredenko Avatar answered Sep 22 '22 11:09

Serge Seredenko