From 89641b5d3aa5f1aa4016d300e8628a4a0436bd46 Mon Sep 17 00:00:00 2001 From: Fernan Buan Date: Sun, 10 Aug 2025 16:22:04 +0800 Subject: [PATCH] docs: makes recommend usage linkable --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b38573432..dd190eaf7 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ The Stripe Flutter SDK allows you to build delightful payment experiences in you **Pre-built payments UI**: Learn how to integrate Payment Sheet, the new pre-built payments UI for mobile apps. This pre-built UI lets you accept cards, Apple Pay, and Google Pay out of the box, and includes support for saving & reusing cards. -#### Recommended usage +### Recommended usage If you're selling digital products or services within your app, (e.g. subscriptions, in-game currencies, game levels, access to premium content, or unlocking a full version), you must use the app store's in-app purchase APIs. This does not apply to app developers in the USA as they are excluded by new court ruling in 2025. See [Apple's](https://developer.apple.com/app-store/review/guidelines/#payments) and [Google's](https://support.google.com/googleplay/android-developer/answer/9858738?hl=en&ref_topic=9857752) guidelines for more information. For all other scenarios you can use this SDK to process payments via Stripe.