Appearance
Stripe Connect Operations
/admin/stripe — the StripeConnectOverviewView is a read-only table listing every Stripe Connect account on the platform. Useful for at-a-glance health checks and finding a specific Partner's Stripe details when you need to look something up directly in the Stripe Dashboard.
The list view
A single 9-column table. There is no row-click drill-down today — the columns below are everything available in this view.
- Name — agency / org name.
- Plan — their current platform subscription plan.
- Stripe account ID — the
acct_…identifier. - Status — Stripe account-level status.
- Charges enabled — boolean from Stripe.
- Payouts enabled — boolean from Stripe.
- Storefront slug — the
/storefront/<slug>segment, if configured. - Application fee % (standard) — the platform's application-fee percent for non-Partner orgs.
- Application fee % (agency) — the platform's application-fee percent for Agency Partner orgs.
To look at recent charges, payouts, disputes, or subscriptions for a specific account, click into Stripe Dashboard directly using the acct_… ID.
Demo cascade (staging-only)
A test Connect cascade lives on staging under "My Sample Agency" (org 69d95fff…, Stripe Connect acct_1TWppQGvvP14hMjQ). Useful for verifying end-to-end Stripe flows without involving a real Partner. The Stripe CLI stripe trigger command does not work for Connect cascade — drive purchases through the storefront UI at staging.dashboard.localvisibilitylab.io/storefront/sample-agency-staging instead. Use any test customer email at checkout.
🚧 Coming Soon — vote at /roadmap
Per-agency drill-down: click a row to see recent charges, payouts, disputes, platform fees collected, end-customers, and active subscriptions for that Connect account, in-platform.
🚧 Coming Soon — vote at /roadmap
Per-Partner platform fee rate adjustment from the admin UI (lower for high-volume Partners, higher for new ones) without a code change.
🚧 Coming Soon — vote at /roadmap
Connected-account actions: pause storefront/marketplace activity for an account during fraud investigations, trigger manual payouts ahead of schedule, and issue refunds on the agency's behalf.
🚧 Coming Soon — vote at /roadmap
Webhook delivery tab showing recent incoming events with status, retry state, and per-event-type filtering.
🚧 Coming Soon — vote at /roadmap
Daily reconciliation job comparing platform-expected revenue (sum of
platformFeein DB) against Stripe's actual fee collection, with paging on drift.
Next: Failed Jobs Dashboard