✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount
✨ New Plugin Alert ✨ SleekRank is now available with €50 launch discount

SleekView Charts for Ultimate Member Stripe: revenue and subscription dashboards

Ultimate Member Stripe records every subscription, payment, and cancellation in its own tables and the user's wp_usermeta. SleekView Charts reads those rows and renders Number, Pie, Bar, and Area cards so finance and admins see MRR, plan mix, and churn on one screen.

♾️ Lifetime License available

SleekView Charts dashboard for Ultimate Member Stripe

UM Stripe billing data as a real MRR dashboard

Ultimate Member Stripe writes its billing data into a payments table (often um_stripe_payments or similar, keyed by user_id with stripe_subscription_id, amount, currency, status, and paid_at) plus subscription metadata on each user in wp_usermeta with keys like um_stripe_subscription_id, um_stripe_status, and um_stripe_plan. Stripe is the source of truth, but UM Stripe's local cache is what powers the WP-side billing screens.

The default admin shows per-user subscription state and a payments log, but no real MRR chart, no plan-mix Pie, no per-gateway trend. Finance teams either log in to Stripe directly or export the payments table to a spreadsheet, and the spreadsheet drifts out of sync the moment another renewal lands.

SleekView Charts reads the UM Stripe tables and usermeta and renders a Number card for MRR, a Pie for active subscriptions by plan, a Bar for top revenue contributors, and an Area for daily payment volume. The dashboard refreshes against the same data the UM billing screens read, so the MRR KPI matches the user list and the plan Pie matches the per-user status meta.

Workflow

From UM Stripe data to a finance dashboard

1

Map payments and usermeta

Point SleekView at the UM Stripe payments table for transaction rows and wp_usermeta for subscription-status keys. Charts read indexed columns UM Stripe already maintains, so the dashboard stays responsive.
2

Pick chart types

Number cards for MRR and active-subscription totals, Pie for plan mix from the usermeta plan key, Bar for top revenue contributors, Area or Line for daily payment trends across weeks and months.
3

Configure groupBy and aggregation

Group payments by paid_at day for revenue trends, by plan key for plan revenue, by status for the dunning Pie. Sum the amount column for revenue KPIs, Count rows for transaction volume.
4

Save dashboards per role

Finance gets MRR and dunning views; admins get plan mix and signup trends; support gets a member-context dashboard. Each saved layout is gated per WordPress capability and one click in the menu.

Sample dashboard

Charts you can build from UM Stripe data

A typical UM Stripe dashboard mixes an MRR KPI with plan distribution, top revenue contributors, and a daily payment trend.
Number · Default

Monthly recurring revenue

Sums payment amount in the UM Stripe payments table for the last 30 days, filtered to status = succeeded. The headline MRR KPI, with last month underneath for trend context.
Sum(amount)
Pie · Donut

Active subscriptions by plan

Donut split of users by the um_stripe_plan meta value where um_stripe_status = active. Shows the plan mix of the recurring revenue base at a glance, resolved to plan names.
Count group by um_stripe_plan
Bar · Horizontal

Top revenue contributors

Horizontal bar ranks members by total payment amount across the UM Stripe payments table, resolved to display names. Useful for high-value customer retention and tier-design decisions.
Sum(amount) group by user_id
Area · Gradient

Daily payment volume

Gradient area sums payment amount per day on paid_at. Surfaces weekly cycles, monthly billing peaks, and the impact of promo campaigns on raw revenue across the membership base.
Sum(amount) group by paid_at

Comparison

Default UM Stripe admin vs SleekView Charts

Default UM Stripe admin

  • Per-user subscription state, no community-wide MRR card
  • Plan mix not visualised, requires manual review of usermeta
  • No daily or weekly revenue trend, just a payment log
  • Top revenue contributors aren't ranked anywhere
  • Cannot mix Number, Pie, Bar, and Area cards on one canvas

SleekView Charts

  • Sum payment amount for site-wide MRR in one Number card
  • Donut Pie of active subscriptions by um_stripe_plan usermeta
  • Horizontal Bar of top revenue contributors for retention work
  • Gradient Area on paid_at for daily revenue-trend visibility
  • Per-role saved dashboards (finance, admins, support)

Features

What SleekView Charts gives you for Ultimate Member Stripe

MRR KPI from payments

A Number card sums payment amount in the UM Stripe payments table filtered to status = succeeded. The headline MRR card finance opens every morning, with the previous month underneath for trend context.

Plan mix from usermeta

A Donut Pie on um_stripe_plan across users with um_stripe_status = active. Shows the recurring revenue mix at a glance, resolved to plan names rather than opaque Stripe price IDs.

Daily revenue trend

Group paid_at by day for the gradient Area card. Promo campaigns and seasonal cycles show their real shape, not a single quarterly total, so finance and growth share one truth.

Audience

Who builds UM Stripe dashboards with SleekView

Finance

Opens the MRR dashboard every morning. The headline KPI, the plan-mix Pie, and the daily payments Area sit on one screen, ready to drive end-of-month billing reviews and renewal forecasts.

Membership admins

Watch plan distribution and the cancellation count from the status meta. A growing churn segment drives win-back campaigns before the next billing cycle hits the books.

Support

Gates a member-context dashboard showing the user's payment history Area and last-renewal status. Tickets resolve faster because the billing context is already on the same screen.

The bigger picture

Why UM Stripe sites need an MRR dashboard

MRR is the single number every membership business needs in front of them every morning. UM Stripe records every successful charge, every cancellation, every plan switch in its local payments table and the user's wp_usermeta, but the default admin only shows per-user state and a payment log. Finance teams either log into Stripe directly or build their own dashboard, and the dashboard drifts out of sync with the local UM tables the moment a webhook updates a status meta key.

SleekView Charts runs against the same UM Stripe tables and usermeta the billing admin reads, so the MRR card, the plan Pie, and the revenue Area all stay in lockstep with the live billing state. One source, one dashboard, all from WP admin without writing SQL.

Questions

Common questions about SleekView Charts for Ultimate Member Stripe

Yes. A Line or Area card on the payments table with paid_at as groupBy and a Sum on amount produces a daily MRR trend. Bucket monthly for boardroom views, daily for operations, and place both on the same dashboard for cross-checking.

 

Yes. UM Stripe stores subscription state per user in wp_usermeta with keys like um_stripe_status and um_stripe_plan. Cards join the meta on user_id and group on the meta value, so plan-mix and status-distribution charts work natively.

 

Yes. A Bar card grouped on the plan meta with a Sum on payment amount ranks plans by revenue contribution. Pair it with the active-subscription count Pie to see both revenue and volume per plan on one screen.

 

Yes. UM Stripe updates the um_stripe_status meta to canceled when a subscription ends. A Number card counts canceled rows for the period, and an Area card plots the cancel trend so churn becomes a visible shape, not a quarterly afterthought.

 

Cards run against the live UM Stripe tables and usermeta on each refresh. A webhook-driven status change minutes ago appears in the MRR card, the trend Area, and the plan Pie at the next refresh, in lockstep with the UM admin.

 

No. The plan meta value persists per user, so even after a Stripe price update the historical Pie keeps showing the plan label the user is on. New signups land under the updated plan automatically, no chart reconfiguration needed.

 

Yes. Save dashboards and gate per WordPress capability or role. Finance sees the MRR and revenue Area, admins see plan mix and churn, support gets the member-context view, with no SQL skills required for any of them.

 

Yes. The same SleekView dashboard can mix the UM Stripe revenue Area with the UM signup Area from wp_users.user_registered. One screen ties acquisition velocity to recurring revenue without leaving WP admin.

 

Pricing

More than 1000+
happy customers

Explore our flexible licensing options tailored to your needs. Upgrade your license anytime to access more features, or opt for a lifetime license for ongoing value, including lifetime updates and lifetime support. Our hassle-free upgrade process ensures that our platform can grow with you, starting from whichever plan you choose.

Starter

€79

EUR

per year

  • 3 websites
  • 1 year of updates
  • 1 year of support

Pro

€149

EUR

per year

  • Unlimited websites
  • 1 year of updates
  • 1 year of support

Lifetime ♾️

Most popular

€249

EUR

once

  • Unlimited websites
  • Lifetime updates
  • Lifetime support

...or get the Bundle Deal
and save €250 🎁

The Bundle (unlimited sites)

Pay once, own it forever

Elevate your WordPress site with our exclusive plugin bundle that includes all of our premium plugins in one package. Enjoy lifetime updates and lifetime support. Save significantly compared to buying plugins individually.

What’s included

  • SleekAI

  • SleekByte

  • SleekMotion

  • SleekPixel

  • SleekRank

  • SleekView