You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/web/web-billing/tax.mdx
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ Any tax rates added in your Stripe Tax dashboard in live mode may be applied to
79
79
To test that tax rates are correctly applied to Web Billing purchases:
80
80
81
81
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.
83
83
1. In the checkout, select a billing address for a location where a tax rate is active in Stripe's test mode.
84
84
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.
85
85
@@ -99,7 +99,7 @@ As soon as you've added a registration in the Stripe dashboard live mode, Web Bi
99
99
100
100
#### How is a customer's tax location determined?
101
101
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.
103
103
104
104
#### How does Sales Tax and VAT affect the price of my products?
@@ -76,7 +80,7 @@ After completing a purchase, there are two configurable options:
76
80
- Includes optional app download links and purchase redemption (for [Redemption Links](/web/web-billing/redemption-links))
77
81
- Customizable header and subheader
78
82
79
-
**Redirect to a custom URL**
83
+
**Redirect to a custom success page**
80
84
81
85
- Can be used to redirect to a post-purchase experience on your own website
82
86
- 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
127
131
128
132
## Distributing Web Purchase Links
129
133
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**:
0 commit comments