Using Stripe's New Payment Sheet Checkout In-App
For users in the United States, you can offer Stripe checkout inside of your app's experience. For more information on how to configure Stripe checkout, review the documentation here. This specific guide shows you how to use Stripe's new bottom sheet checkout flow.
- 1
Choose a Stripe product on your paywall

- 2
Choose 'Payment Sheet' for 'Web Checkout Location'

- 3
Ensure your audience filter matches US customers only to remain compliant

- 4
Stripe payment sheet will now show

This process works by attaching the Stripe product to a purchase tap behavior. Once the user checks out, the web redemption flow will occur.
How is this guide?
Edit on GitHub