Skip to content

Commit 799e044

Browse files
authored
Add warning about billing engine support (#1057)
1 parent 707a9c9 commit 799e044

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/web/web-billing/web-sdk.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,20 @@ excerpt: Offer web subscriptions with Web Billing
55
hidden: false
66
---
77

8+
:::warning Web SDK billing engine support
9+
10+
- RevenueCat Web Billing: supported ✅
11+
- Stripe Billing: not supported ❌
12+
- Paddle Billing: not supported ❌
13+
14+
:::
15+
816
RevenueCat's Web SDK allow you to easily sell subscriptions and other purchases in your web app. It utilizes Stripe as the payment gateway, so you'll need a Stripe account to connect with your RevenueCat account.
917

1018
Web Billing differs from external payment integrations in that it takes care of the purchase UI, the subscription management portal, and the recurring billing logic.
1119

1220
:::info Stripe fees with Web Billing
13-
When using Web Billing, Stripe will still charge a [payment processing fee](https://stripe.com/pricing) for transactions, but you will not have to pay [Stripe Billing fees](https://stripe.com/billing/pricing).
21+
When using Web Billing, Stripe will still charge a [payment processing fee](https://stripe.com/pricing) for transactions, but you will not have to pay [Stripe Billing fees](https://stripe.com/billing/pricing). See [fee comparison](overview#fee-comparison)
1422
:::
1523

1624
## Installation

0 commit comments

Comments
 (0)