Skip to content

Commit 4a43714

Browse files
committed
[WEB-3122] Update web home docs
1 parent f90e743 commit 4a43714

9 files changed

+23
-14
lines changed

docs/web/guides/paddle-app-to-web.mdx

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,10 @@ Most apps only have one entitlement, unlocking all premium features. However, if
237237

238238
### Web Purchase Link basics
239239

240-
1. Go to the **Product catalog** in your RevenueCat dashboard, and select your previously created offering in the **Offerings** tab
241-
1. Go to the **Web Purchase Link** tab and select **Create a Web Purchase Link for this offering**
242-
1. For the **Web config**, choose the Paddle config you created earlier
240+
1. Click **Web** in the left menu of the **Project** dashboard
241+
1. Click **Create web purchase link**
242+
1. For the **Offering**, choose the offering you created earlier
243+
1. For the **Payment provider**, choose the Paddle config you created earlier
243244
1. Enter a suitable header and subheader for the package selection page, along with a link to terms & conditions
244245

245246
:::info Package selection skipped by default for web-to-app purchases
@@ -325,9 +326,11 @@ To test the web checkout in sandbox mode, make sure that you:
325326

326327
You can find the sandbox purchase URL by
327328

328-
1. Going to **Product catalog - Offerings** and selecting the offering you created earlier.
329-
1. Selecting the **Web Purchase Link** tab
330-
1. Copying the Sandbox URL template and appending an app user ID to it
329+
1. Click **Web** in the left menu of the **Project** dashboard
330+
1. Click the name of your web purchase link in the **Web purchase links** table
331+
1. Click **Share URL**
332+
1. Append a user ID
333+
1. Click **Copy sandbox URL**
331334

332335
:::warning App user ID must be appended to URL template
333336

docs/web/web-billing/tax.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Any tax rates added in your Stripe Tax dashboard in live mode may be applied to
7979
To test that tax rates are correctly applied to Web Billing purchases:
8080

8181
1. Add tax registrations in Stripe's test mode — you need to configure separate tax registrations in test mode, which are separate from any registrations in live mode.
82-
1. Load a sandbox Web Paywall Link, or initiate a purchase with the Web SDK in sandbox mode.
82+
1. Load a sandbox Web Purchase Link, or initiate a purchase with the Web SDK in sandbox mode.
8383
1. In the checkout, select a billing address for a location where a tax rate is active in Stripe's test mode.
8484
1. If the tax registration is applicable for your product in the selected location, you should see that taxes are shown on the checkout page and in the purchase receipt.
8585

@@ -99,7 +99,7 @@ As soon as you've added a registration in the Stripe dashboard live mode, Web Bi
9999

100100
#### How is a customer's tax location determined?
101101

102-
When a customer begins a purchase through a Web Paywall Link or Web SDK purchase flow, their tax location will be determined based on the billing address they enter, using country, state and postcode/zipcode information. The `country` field is pre-filled based on the customer's IP address location.
102+
When a customer begins a purchase through a Web Purchase Link or Web SDK purchase flow, their tax location will be determined based on the billing address they enter, using country, state and postcode/zipcode information. The `country` field is pre-filled based on the customer's IP address location.
103103

104104
#### How does Sales Tax and VAT affect the price of my products?
105105

docs/web/web-billing/web-purchase-links.mdx

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,26 @@ Web Purchase Links support a range of use cases, with both identified and anonym
1313

1414
Before getting started, you first need to [connect your Stripe account with RevenueCat](/web/connect-stripe-account), if you haven't already done so.
1515

16+
Alternatively, to configure a Web Purchase Link with Paddle Billing, see [Paddle app-to-web purchases](/web/guides/paddle-app-to-web).
17+
1618
## Get Started
1719

1820
1. Create a [Web Billing App](/web/web-billing/web-sdk#app-configuration)
1921
2. Add the [Web Billing Products](/web/web-billing/product-setup) you want to serve through your Web Purchase Link
2022
3. Create an [Offering](/offerings/overview) with those Products
21-
4. Visit that Offering's details page and click on the **Web Purchase Link** tab
22-
5. Finally, click on the **Create a Web Purchase Link for this Offering** button
23+
4. Click **Web** in the left menu of the **Project** dashboard
24+
5. Finally, click on the **Create web purchase link** button
2325
6. To support anonymous purchases, configure [Redemption Links](/web/web-billing/redemption-links) in your Web Billing app settings.
2426

2527
![](/docs_images/web/web-billing/web-purchase-link-create.png)
2628

2729
## Customise your Web Purchase Link
2830

29-
Choose a Web Billing app from the dropdown if you have more than one
31+
Choose an internal name for your Web Purchase Link, this will only be used within the RevenueCat dashboard.
32+
33+
Select an offering to determine which products users will be able to choose between.
3034

31-
![](/docs_images/web/web-billing/web-purchase-link-choose-app.png)
35+
![](/docs_images/web/web-billing/web-purchase-link-choose-offering.png)
3236

3337
### Product Selection page
3438

@@ -76,7 +80,7 @@ After completing a purchase, there are two configurable options:
7680
- Includes optional app download links and purchase redemption (for [Redemption Links](/web/web-billing/redemption-links))
7781
- Customizable header and subheader
7882

79-
**Redirect to a custom URL**
83+
**Redirect to a custom success page**
8084

8185
- Can be used to redirect to a post-purchase experience on your own website
8286
- The app user id is appended as a URL parameter (`app_user_id`) so you can further customize the post-purchase experience
@@ -127,7 +131,9 @@ We suggest to create a dedicated offering/web purchase link for non-consumables
127131

128132
## Distributing Web Purchase Links
129133

130-
Once you've configured a web purchase link, you'll have access to two URLs formatted as `https://pay.rev.cat/<someProductionTokenWeGenerate>` (one for production, the other one for sandbox):
134+
Once you've configured a web purchase link, you'll have access to two URLs formatted as `https://pay.rev.cat/<someProductionTokenWeGenerate>` (one for production, the other one for sandbox).
135+
136+
To access these click **Web** in the left menu of the **Project** dashboard, then select your Web Purchase Link from the table. Now click **Share URL**:
131137

132138
![](/docs_images/web/web-billing/web-purchase-link-urls.png)
133139

110 KB
Loading
53.8 KB
Loading
163 KB
Loading
80 KB
Loading
96 KB
Loading
264 KB
Loading

0 commit comments

Comments
 (0)