Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 18 additions & 2 deletions docs/web/web-billing/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,27 @@ If you want a low-code way to collect payments from customers, you can use Web P

- It takes care of the end-to-end purchase UI
- It manages the complete subscription lifecycle, including the recurring billing logic (instead of Stripe Billing)
- It provides a RevenueCat subscription management portal for customers
- It doesn't add any fees on top of RevenueCat's existing product fee (Stripe transaction fees still apply)
- It provides a RevenueCat purchase portal for customers

**Our Stripe Billing integration** allows you to use Stripe Billing for subscriptions, and sync them to RevenueCat.

If you're getting started with web billing for your apps, it's recommended to use RevenueCat Web Billing for a deeper integration with the RevenueCat platform.

If you already have a Stripe Billing implementation with active subscriptions and customers, you may want to maintain that setup and use our [Stripe Billing](/web/integrations/stripe) integration.

### Fee comparison

RevenueCat Web is included in the [existing RevenueCat price](https://www.revenuecat.com/pricing); there are no additional RevenueCat fees.

If you use Web Billing, the following additional Stripe fees apply (US pricing):

- Stripe transaction fee: 2.9% + 30¢
- (optional) Stripe Tax fee: 50¢ per transaction in tax-registered locations

If you use Stripe Billing and the RevenueCat Stripe Billing integration, the following additional fees apply (US pricing):

- Stripe transaction: fee 2.9% + 30¢
- Stripe Billing fee: 0.7% of volume or $620.00 per month
- (optional) Stripe Tax fee: 50¢ per transaction in tax-registered locations

Note that Stripe fees vary per country and pricing plan, and are subject to change — refer to [Stripe's Pricing page](https://stripe.com/pricing) for the latest fees.
Loading