> ## Documentation Index
> Fetch the complete documentation index at: https://docs.replit.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Monetization

> Add payments and subscriptions to your Replit apps with Agent-powered integrations.

Turn your app into a business. Replit integrates with payment providers so you can accept payments, sell subscriptions, and monetize your web and mobile apps.

## How it works

Tell Agent what you want to charge for, and it handles the rest: connecting to a payment provider, building the checkout or paywall UI, and wiring up the payment logic. You can test everything safely before going live.

Replit supports several monetization integrations across web and native mobile apps:

* **[Whop Payments](/references/monetization/whop-payments)** (web apps): Sell digital products, memberships, and subscriptions with the fewest steps. Agent creates a Whop account for you—no external setup and no API keys—so you can get to your first sale fast.
* **[Stripe Payments](/references/monetization/stripe-payments)** (web apps): Accept one-time payments, sell subscriptions, or build a full storefront. Agent connects a Stripe sandbox so you can test checkout flows before going live.
* **[RevenueCat Subscriptions](/references/monetization/revenuecat-subscriptions)** (mobile apps): Add in-app subscriptions to your native mobile app. Agent sets up RevenueCat, builds a paywall screen, and configures test mode so purchases are simulated during development.

If you want to sell physical goods with inventory and fulfillment, see the [Shopify integration](/references/integrations/shopify).

## Choose the right integration

|                      | Whop                                         | Stripe                                        | Shopify                                          | RevenueCat                                        |
| -------------------- | :------------------------------------------- | :-------------------------------------------- | :----------------------------------------------- | :------------------------------------------------ |
| **Best for**         | Fewest steps, fastest to first sale          | Flexibility and scale on web                  | Physical goods                                   | Native mobile apps                                |
| **Payment types**    | Digital products, memberships, subscriptions | One-time payments, subscriptions, storefronts | Physical products with inventory and fulfillment | In-app subscriptions                              |
| **External setup**   | None to start                                | None to start (Stripe sandbox)                | None to start                                    | None to start (test mode)                         |
| **Go live**          | Verify identity (KYC) to withdraw funds      | Connect a live Stripe account                 | Claim your Shopify store                         | Submit to the App Store or Google Play for review |
| **Account required** | Whop account (created for you)               | Stripe account                                | Shopify store (provisioned for you)              | RevenueCat account                                |

<CardGroup>
  <Card title="Whop Payments" href="/references/monetization/whop-payments" icon="store">
    Sell digital products, memberships, and subscriptions with no external setup. Agent creates a Whop account and wires up checkout.
  </Card>

  <Card title="Stripe Payments" href="/references/monetization/stripe-payments" icon="credit-card">
    Accept payments and sell subscriptions in your web app. Agent sets up Stripe with a sandbox for safe testing.
  </Card>

  <Card title="RevenueCat Subscriptions" href="/references/monetization/revenuecat-subscriptions" icon="mobile">
    Add in-app subscriptions to your native mobile app. Agent configures RevenueCat, builds a paywall, and sets up test mode.
  </Card>
</CardGroup>

## Getting started

The fastest way to get started is to ask Agent:

* **Sell digital products fast**: "Add Whop payments so I can sell a membership" — see [Whop Payments](/references/monetization/whop-payments)
* **Web app**: "Add Stripe payments to my app" — see [Stripe Payments](/references/monetization/stripe-payments)
* **Mobile app**: "Add a \$5.99/mo subscription to my app" — see [RevenueCat Subscriptions](/references/monetization/revenuecat-subscriptions)

Agent connects the integration, builds the UI, and sets up a test environment so you can try it immediately.

## Next steps

* [Whop Payments](/references/monetization/whop-payments): Sell digital products and memberships with no external setup
* [Stripe Payments](/references/monetization/stripe-payments): Add payments and subscriptions to web apps
* [RevenueCat Subscriptions](/references/monetization/revenuecat-subscriptions): Add in-app subscriptions to mobile apps
* [Native Mobile Apps](/references/artifact-types/building-mobile-apps): Learn about building mobile apps on Replit
* [Web Apps](/references/artifact-types/web-apps): Learn about building web apps on Replit
