Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion content/docs/web-checkout/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Before you start, you'll need to have a Superwall account and a Stripe account.

1. **[Creating an app](/web-checkout/web-checkout-creating-an-app):** First, you'll add a Web Checkout app to an existing project within Superwall.
2. **[Stripe setup](/web-checkout/web-checkout-configuring-stripe-keys-and-settings):** Install the [Superwall Stripe app](https://marketplace.stripe.com/apps/superwall) for automatic configuration.
3. **[Managed Payments](/web-checkout/web-checkout-managed-payments):** Optionally let Superwall act as merchant of record for eligible Stripe web checkout payments.
3. **[Managed Payments](/web-checkout/web-checkout-managed-payments):** Optionally use Stripe as merchant of record for eligible Stripe web checkout payments.
4. **[Managing products](/web-checkout/web-checkout-adding-a-stripe-product):** Create or import products to add to your web paywalls.
5. **[Stripe one-time purchases](/web-checkout/web-checkout-stripe-one-time-purchases):** Sell lifetime access, credit packs or other one-time products with Stripe.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ If you want web checkout customers to pay in their local currency, enable [Strip

### Managed Payments

After your Stripe keys are configured, you can enable [Managed Payments](/web-checkout/web-checkout-managed-payments) from **Settings**, then **Stripe Configuration**. Managed Payments lets Superwall act as merchant of record for eligible Stripe web checkout payments through Stripe Connect, including tax calculation and compliance.
After your Stripe keys are configured, you can enable [Managed Payments](/web-checkout/web-checkout-managed-payments) from **Settings**, then **Stripe Configuration**. Managed Payments uses Stripe as merchant of record for eligible Stripe web checkout payments through Stripe Connect, including tax calculation and compliance.

The **Managed Payments** switch is available only for eligible Superwall accounts and connected Stripe accounts. If the switch is not visible, or if Stripe asks you to accept Connect terms before enabling it, follow the Managed Payments guide before launching.

Expand Down
6 changes: 3 additions & 3 deletions content/docs/web-checkout/web-checkout-managed-payments.mdx
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
title: "Managed Payments"
description: "Let Superwall act as merchant of record for Stripe web checkout payments."
description: "Sell on the web with Stripe as merchant of record for Stripe web checkout payments."
---

Managed Payments lets Superwall act as merchant of record for Stripe web checkout purchases. When it is enabled, Superwall processes eligible Stripe checkout sessions through Stripe Connect and handles tax calculation and compliance for those payments.
Managed Payments lets you sell on the web with Stripe as the merchant of record for Stripe web checkout purchases. When it is enabled, Superwall processes eligible Stripe checkout sessions through Stripe Connect, with Stripe acting as merchant of record and handling tax calculation and compliance for those payments.

Use Managed Payments when you want your existing Superwall web checkout flow, products, paywalls, campaigns, redemption links and membership management to stay the same, but you want Superwall to own the merchant-of-record responsibilities for eligible Stripe payments.
Use Managed Payments when you want your existing Superwall web checkout flow, products, paywalls, campaigns, redemption links and membership management to stay the same, but you want Stripe to own the merchant-of-record responsibilities for eligible Stripe payments.

<Note>
Managed Payments is account and Stripe-account dependent. If you do not see the Managed Payments controls, or if Superwall says eligibility cannot be checked for your account, contact Superwall before launching with this payment mode.
Expand Down
Loading