diff --git a/docs/getting-started/installation/web-sdk.mdx b/docs/getting-started/installation/web-sdk.mdx
index 03cefb294..ff95dbae6 100644
--- a/docs/getting-started/installation/web-sdk.mdx
+++ b/docs/getting-started/installation/web-sdk.mdx
@@ -11,10 +11,6 @@ RevenueCat provides a backend and a mobile and web SDKs to to make implementing
With the RevenueCat Web SDK and our Web Billing (formerly RevenueCat Billing) engine, you can easily implement subscriptions in your web app or build a web subscription page for your mobile app. RevenueCat handles the recurring billing logic, manages what entitlements customers have access to, and automatically recovers payments in the case of billing issues. Web Billing uses Stripe as a trusted payment gateway and supports all payment methods supported by Stripe.
-:::warning Beta Feature
-Web Billing (formerly RevenueCat Billing) and the RevenueCat Web SDK are currently in beta.
-:::
-
## Installation
[](https://github.com/RevenueCat/purchases-js/releases)
diff --git a/docs/web/web-billing/customer-portal.mdx b/docs/web/web-billing/customer-portal.mdx
index bbd40bf8e..eb2373540 100644
--- a/docs/web/web-billing/customer-portal.mdx
+++ b/docs/web/web-billing/customer-portal.mdx
@@ -5,9 +5,6 @@ excerpt: How customers can manage their own Web Billing subscriptions
hidden: false
---
-:::warning Beta Feature
-Web Billing (formerly RevenueCat Billing) and the RevenueCat Web SDK are currently in beta.
-:::
Web Billing (formerly RevenueCat Billing) comes with a no-code customer portal for customers to manage their own subscriptions.
## Accessing the customer portal
diff --git a/docs/web/web-billing/lifecycle-emails.mdx b/docs/web/web-billing/lifecycle-emails.mdx
index 7e1f4d007..ffe34719f 100644
--- a/docs/web/web-billing/lifecycle-emails.mdx
+++ b/docs/web/web-billing/lifecycle-emails.mdx
@@ -5,10 +5,6 @@ excerpt: Details of emails sent to subscribers about their purchases and subscri
hidden: false
---
-:::warning Beta Feature
-Web Billing (formerly RevenueCat Billing) and the RevenueCat Web SDK are currently in beta.
-:::
-
Customers purchasing through Web Billing (formerly RevenueCat Billing) will receive emails related to their subscriptions and other purchases on the web.
Emails sent to customers:
diff --git a/docs/web/web-billing/localization.mdx b/docs/web/web-billing/localization.mdx
index 4a8af218f..cd9491806 100644
--- a/docs/web/web-billing/localization.mdx
+++ b/docs/web/web-billing/localization.mdx
@@ -4,12 +4,8 @@ slug: localization
hidden: false
---
-:::warning Beta Feature
-Web Billing (formerly RevenueCat Billing) and the RevenueCat Web SDK are currently in beta.
-:::
-
:::warning Beta translations
-Some supported translations may include minor issues during beta. We're working to validate these, and appreciate your input! Please [contact us](mailto:support%40revenuecat.com) or [open an issue](https://github.com/RevenueCat/purchases-js/issues) in our github repo with any corrections or general feedback on translations).
+Our localization support is in beta, and supported translations may include minor issues. We're working to validate these, and appreciate your input! Please [contact us](mailto:support%40revenuecat.com) or [open an issue](https://github.com/RevenueCat/purchases-js/issues) in our github repo with any corrections or general feedback on translations).
:::
## Overview
@@ -19,9 +15,9 @@ Some supported translations may include minor issues during beta. We're working
- Product names and descriptions are not localized, and will be shown in their original form (as defined in the RevenueCat Dashboard).
- Prices configured through [multi-currency support](/web/web-billing/multi-currency-support/) are now formatted following the selected locale in the purchase flow.
-### Beta limitations
+### Current limitations
-Currently, the following limitations apply while Web Billing is in beta:
+Currently, the following limitations apply to localization support:
- It is not possible to override any strings for the given languages.
- It is not possible to specify the language used in Web Paywall Links (hosted purchase flow).
diff --git a/docs/web/web-billing/managing-customer-subscriptions.mdx b/docs/web/web-billing/managing-customer-subscriptions.mdx
index 10fa79d40..68e292546 100644
--- a/docs/web/web-billing/managing-customer-subscriptions.mdx
+++ b/docs/web/web-billing/managing-customer-subscriptions.mdx
@@ -5,10 +5,6 @@ excerpt: How to manage Web Billing customer subscriptions in the dashboard
hidden: false
---
-:::warning Beta Feature
-Web Billing (formerly RevenueCat Billing) and the RevenueCat Web SDK are currently in beta.
-:::
-
## Managing customer subscriptions through the RevenueCat dashboard
You can manage Web Billing (formerly RevenueCat Billing) subscriptions of your customers via the RevenueCat dashboard. To get started, go to a the profile of a customer who has a Web Billing subscription.
diff --git a/docs/web/web-billing/multi-currency-support.mdx b/docs/web/web-billing/multi-currency-support.mdx
index 065504ff3..9e0de9e63 100644
--- a/docs/web/web-billing/multi-currency-support.mdx
+++ b/docs/web/web-billing/multi-currency-support.mdx
@@ -4,10 +4,6 @@ slug: multi-currency-support
hidden: false
---
-:::warning Beta Feature
-Web Billing (formerly RevenueCat Billing) and the RevenueCat Web SDK are currently in beta.
-:::
-
## Overview
Web Billing (formerly RevenueCat Billing) supports multiple currencies for your web subscriptions.
diff --git a/docs/web/web-billing/overview.mdx b/docs/web/web-billing/overview.mdx
index e4eea3653..a0cecf500 100644
--- a/docs/web/web-billing/overview.mdx
+++ b/docs/web/web-billing/overview.mdx
@@ -6,7 +6,7 @@ hidden: false
---
:::warning Beta Feature
-Web Billing (formerly RevenueCat Billing) and the RevenueCat Web SDK are currently in beta.
+Web Billing (formerly RevenueCat Billing), the RevenueCat Web SDK, and Web Paywall Links are currently in beta.
:::
# Web Billing overview
diff --git a/docs/web/web-billing/payment-methods.mdx b/docs/web/web-billing/payment-methods.mdx
index 3ea05c541..0a939571b 100644
--- a/docs/web/web-billing/payment-methods.mdx
+++ b/docs/web/web-billing/payment-methods.mdx
@@ -4,10 +4,6 @@ slug: payment-methods
hidden: false
---
-:::warning Beta Feature
-Web Billing (formerly RevenueCat Billing) and the RevenueCat Web SDK are currently in beta.
-:::
-
## Overview
Web Billing (formerly RevenueCat Billing) currently supports the following payment methods for charging subscription and one-time purchases:
diff --git a/docs/web/web-billing/product-setup.md b/docs/web/web-billing/product-setup.md
index 5bbdfe223..4dac2ee49 100644
--- a/docs/web/web-billing/product-setup.md
+++ b/docs/web/web-billing/product-setup.md
@@ -7,10 +7,6 @@ hidden: false
# Configuring Web Billing
-:::warning Beta Feature
-Web Billing (formerly RevenueCat Billing) is currently in beta.
-:::
-
To create a new Web Billing (formerly RevenueCat Billing) product, open the RevenueCat dashboard, go to your project's settings, and under "Products" click on "New", and then select your Web Billing App:

diff --git a/docs/web/web-billing/redemption-links.mdx b/docs/web/web-billing/redemption-links.mdx
index 59a225fdf..751126a0f 100644
--- a/docs/web/web-billing/redemption-links.mdx
+++ b/docs/web/web-billing/redemption-links.mdx
@@ -5,10 +5,6 @@ excerpt: Allow customers to purchase products and subscriptions on the web and s
hidden: false
---
-:::warning Beta Feature
-Web Billing (formerly RevenueCat Billing) and the RevenueCat Web SDK are currently in beta.
-:::
-
## Overview
Redemption Links are one-time-use deep links generated after a customer completes a web purchase. These links allow customers to associate their web purchase with their account in your app. By tapping the link, customers are redirected into the app where the purchase is automatically linked to their App User ID, granting them access to the associated entitlements.
@@ -182,9 +178,7 @@ Once you have the deep link, you can use the following snippet to perform the re
import kmpRedemption from "!!raw-loader!@site/code_blocks/web/web-billing/redemption_kmp.kt";
##### Capacitor
@@ -197,7 +191,11 @@ import capacitorRedemption from "!!raw-loader!@site/code_blocks/web/web-billing/
diff --git a/docs/web/web-billing/refunding-payments.mdx b/docs/web/web-billing/refunding-payments.mdx
index 0fcf341b3..5cce7356f 100644
--- a/docs/web/web-billing/refunding-payments.mdx
+++ b/docs/web/web-billing/refunding-payments.mdx
@@ -5,12 +5,6 @@ excerpt: How to refund a customer's payment in the dashboard
hidden: false
---
-:::warning Beta Feature
-Web Billing (formerly RevenueCat Billing) and the RevenueCat Web SDK are currently in beta.
-:::
-
-### Refunding payments
-
You can refund a one-time or non-subscription purchase made by a customer, or the most recent payment of a customer's subscription.
Refunding returns the funds to the customer's payment method (it can take a few days for the payment to be returned, depending on the payment method and the customer's bank). When a refund is made, the customer immediately loses access to any entitlements associated with their subscription, or purchased item.
diff --git a/docs/web/web-billing/subscription-lifecycle.mdx b/docs/web/web-billing/subscription-lifecycle.mdx
index 4735ee60b..04b98f81b 100644
--- a/docs/web/web-billing/subscription-lifecycle.mdx
+++ b/docs/web/web-billing/subscription-lifecycle.mdx
@@ -5,10 +5,6 @@ excerpt: Web Billing subscription lifecycle
hidden: false
---
-:::warning Beta Feature
-Web Billing (formerly RevenueCat Billing) and the RevenueCat Web SDK are currently in beta.
-:::
-
## Overview
Here is an overview of the various states that a Web Billing subscription can take on, as well as the events that are being sent as a subscription transitions from one state to the other. For more details, read the following sections.
diff --git a/docs/web/web-billing/web-sdk.mdx b/docs/web/web-billing/web-sdk.mdx
index ee7d08d5b..d9343f24d 100644
--- a/docs/web/web-billing/web-sdk.mdx
+++ b/docs/web/web-billing/web-sdk.mdx
@@ -6,7 +6,7 @@ hidden: false
---
:::warning Beta Feature
-Web Billing (formerly RevenueCat Billing) and the RevenueCat Web SDK are currently in beta.
+Web Billing (formerly RevenueCat Billing), the RevenueCat Web SDK, and Web Paywall Links are currently in beta.
:::
## Introduction
diff --git a/static/images/web-billing/customer-portal.png b/static/images/web-billing/customer-portal.png
index af9c3e8ee..3301f4e95 100644
Binary files a/static/images/web-billing/customer-portal.png and b/static/images/web-billing/customer-portal.png differ
diff --git a/static/images/web-billing/email-link-customer-portal.png b/static/images/web-billing/email-link-customer-portal.png
index bfc3aa73a..b59aefdc0 100644
Binary files a/static/images/web-billing/email-link-customer-portal.png and b/static/images/web-billing/email-link-customer-portal.png differ