Upsell
For anyone adding a post-paywall offer to increase AOV. You'll have a one-click upsell page that charges the existing payment method on file. You need Stripe as the payment provider.
Supported product types#
- One-time add-ons.
- Subscription add-ons (bill alongside the main subscription).
Users can purchase upsells regardless of their original product type — a one-time buyer can be offered a subscription upsell, and a subscriber can be offered a one-time upsell.
Stripe Upsell Button#
Drop a Stripe Upsell Button component onto a post-paywall page. Configure which product to offer. The system reuses the original payment details for seamless single-click completion — no re-entry of card details, no second checkout form.
Placement#
Insert a new page between the Paywall and the Success page. Drop the Upsell Button on it. Wire the Flow system so visitors see the upsell immediately after paying.
Purchase behaviour#
On click, Stripe creates a new Charge or Subscription (depending on the product type) on the existing Customer. The product is added to the existing Stripe customer record; the original purchase is left unmodified. The page reflects success or failure in real time.