Post purchase outcomes/redeem for web to app and audit log#206
Merged
Conversation
Expand docs to explain the Redeem Purchase action for Web Checkout and how it interacts with app-level post-purchase settings. Adds a detailed step-by-step guide, destination table, custom redirect requirements, and fallback behavior to the paywall editor doc; adds a note in Web Checkout settings pointing to the new section; and documents paywall-level overrides in the post-checkout redirecting guide. Files updated: paywall-editor-styling-elements.mdx, web-checkout-configuring-stripe-keys-and-settings.mdx, post-checkout-redirecting.mdx.
Docs: Reword Redeem Purchase guidance to clarify that it is specific to Web Checkout (for post-checkout redemption destinations) and add guidance for mobile purchases; improve examples and placement text for web checkout purchase buttons. App: Prevent clientLoader.preload from running in development to avoid eager preload during dev, and add a DocsContent wrapper that displays a lightweight fallback in DEV until content can be rendered. Introduce useEffect/useState imports and a DocsContentFallback component to handle the dev rendering path.
Add a new Audit Log documentation page for Dashboard v2 (public beta) and three SVG placeholder images. The MDX page (content/docs/dashboard/dashboard-settings/overview-settings-audit-log.mdx) describes how to enable and use the Audit Log, who can access it, how to read and filter events, and details shown for each entry. The added images are placeholders for the Public Beta settings, the Audit Log list, and an entry detail sheet.
Refine Audit Log documentation: change wording to "New Dashboard Experience", add direct Dashboard v2 and Audit Log URLs and open instructions, clarify beta behavior, and add a note about the interface being a work in progress. Replace SVG placeholder images with new screenshots (audit_log_demo.jpg, audit_log_nav.jpg, audit_log_trail.jpg, beta_new_dash.jpg) and remove the old SVG placeholders (overview-settings-audit-log-dashboard-v2-list.svg, overview-settings-audit-log-entry-details.svg, overview-settings-audit-log-public-beta.svg). Small copy edits and layout adjustments in overview-settings-audit-log.mdx.
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
superwall-docs-staging | e65d086 | Commit Preview URL Branch Preview URL |
May 27 2026, 04:42 PM |
Insert a Frame image showing the 'Redeem Purchase' option into the paywall editor styling elements documentation to clarify the Tap Behavior / After purchase steps. Also add the image asset at content/docs/images/web_post_purchase_select.jpg.
Update wording to distinguish the app-level "Post-Purchase Behavior" setting (the default for checkout links and web checkout paywalls) from the paywall editor's "Web Checkout Location" setting (which controls where the checkout opens). Clarify that individual web checkout paywall buttons can override the app-level default via a "Redeem Purchase" action under the button's "After purchase" behavior, and note the possible actions (use app-level behavior, open Superwall redemption page, deep link, or redirect to a custom URL).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Covers the new post purchase actions for web to app along with the beta experience of the new dashboard and audit logs.