✨ 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 the Stripe Addon for WPForms

The WPForms Stripe Addon writes every payment to the wpforms_payments table and meta to wpforms_payment_meta. SleekView Charts reads those tables and renders payment volume, per-form revenue, refunds, and daily Stripe trends as a configurable dashboard.

♾️ Lifetime License available

SleekView Charts dashboard for Stripe Addon for WPForms

Stripe form payments as a chart dashboard

The Stripe Addon for WPForms records every Stripe payment in the wpforms_payments table with form_id, entry_id, customer_email, total_amount, subtotal_amount, currency, gateway (stripe), status, and date_created_gmt. Card details, customer IDs, and Stripe-specific fields land in wpforms_payment_meta. The plugin handles one-time and recurring Stripe charges from any WPForms form.

WPForms shows a payments table in the admin, but aggregate dashboards (daily revenue, top forms by revenue, refund mix, currency breakdown) are not part of the core view. SleekView Charts reads the same two tables and pivots them into chart cards. A Number card sums total_amount for revenue this month. A Donut splits payments by status (completed, refunded, failed). A Bar ranks forms by revenue with the form_id resolved to form title. An Area chart plots daily payment volume from date_created_gmt.

Each card is a saved query, not a screenshot. Switching the view from Charts to Table on the same dashboard surfaces the underlying payment rows with the same filters. Custom Stripe-meta fields (subscription_id, payment_intent_id, customer_id) are exposed as chartable dimensions so cards can drill into recurring versus one-time revenue without leaving WordPress.

Workflow

From wpforms_payments to a Stripe dashboard

1

Connect the WPForms payments tables

Add wpforms_payments and wpforms_payment_meta as SleekView data sources. The agent UI maps total_amount, subtotal_amount, currency, gateway, status, form_id, and date_created_gmt automatically.
2

Resolve form IDs to titles

wpforms_payments stores form_id as a number. SleekView joins to the WPForms forms table at query time so bar charts show readable form titles instead of numeric IDs.
3

Add chart cards

Pick revenue this month (Number), payment status mix (Pie), top forms by revenue (Bar), and daily payment trend (Area). Cards run against indexed columns on wpforms_payments.
4

Save and share

Save layouts per role for finance, marketing, and support. Scope per role and embed any saved chart view on a frontend page for stakeholders without WordPress admin access.

Sample dashboard

Charts you can build from WPForms Stripe payments

Four cards that turn wpforms_payments rows and Stripe meta into a payments dashboard inside WordPress.
Number · Default

Stripe revenue this month

Single KPI summing total_amount from wpforms_payments where gateway = stripe for the current month, with the previous month underneath. Refunded and failed rows excluded by status filter.
Sum(total_amount)
Pie · Donut

Payment status mix

Donut across completed, refunded, failed, and processing using the status column on wpforms_payments. Spots refund waves and gateway hiccups before they surface in support tickets.
Count group by status
Bar · Horizontal

Top forms by revenue

Horizontal bar of forms by revenue from total_amount on wpforms_payments, joined to wpforms_forms.title so labels read as readable form names rather than IDs. Identifies which forms carry the program.
Sum(total_amount) group by form_id
Area · Gradient

Daily Stripe payments

Gradient area chart of Stripe revenue per day from date_created_gmt on wpforms_payments. Useful for spotting campaign lift and weekday patterns across the form catalogue.
Sum(total_amount) group by date_created_gmt

Comparison

Default WPForms payments admin vs SleekView Charts

Default WPForms payments admin

  • WPForms payments admin is a list, not a chart dashboard
  • Daily revenue trend from date_created_gmt requires a manual export
  • Top forms by revenue need custom SQL across wpforms_payments and forms
  • Refund and failed-payment mix is not surfaced as a KPI
  • No frontend embed for finance or marketing staff without WordPress admin

SleekView Charts

  • Stripe revenue KPI summing total_amount from wpforms_payments
  • Status donut from the status column for refund and failure detection
  • Top-forms bar joining wpforms_payments to wpforms_forms
  • Daily payments Area card from date_created_gmt
  • Custom Stripe meta (subscription_id, customer_id) exposed as dimensions

Features

What SleekView Charts gives you for Stripe Addon for WPForms

Stripe revenue as real charts

Number, Pie, Bar, and Area cards built from wpforms_payments and wpforms_payment_meta. Stripe form payments become a dashboard, not a list to scroll.

Per-form revenue ranking

Horizontal Bar resolving form_id to form title from the WPForms forms table. The dashboard answers which forms carry the payment program and which sit idle.

Refund and failure detection

Status donut surfaces refund waves and failed-payment spikes as soon as they happen, instead of relying on support tickets to flag them upstream.

Audience

Who builds WPForms Stripe dashboards with SleekView

Finance teams

Track Stripe revenue KPI and daily trend against bank-deposit reports. Refund-aware filters keep the dashboard number matching Stripe payouts exactly.

Marketing teams

Top-forms bar identifies which Stripe forms carry conversion. Pair with the daily Area card to measure campaign lift on a specific form without exporting CSVs.

Support leads

Status donut surfaces refund and failure spikes before tickets land. Drill from the Pie slice into the matching SleekView table view to see the exact payment rows.

The bigger picture

Why form-based Stripe payments deserve a real dashboard

WPForms with the Stripe Addon is one of the easiest ways to take payments on a WordPress site without setting up WooCommerce. The plugin records every payment in the wpforms_payments table with the right columns for analysis, but the admin renders it as a list and stops there. Aggregates that matter (revenue this month, top forms, refund rate, daily trend) live in the data already, they just are not visualised.

SleekView Charts reads wpforms_payments and wpforms_payment_meta and pivots them into four chart cards. Revenue KPI matches Stripe payouts because cancelled and failed rows are excluded by default. Top forms by revenue shows which paywalls carry the program.

Status donut catches refund waves before they hit support. Daily Area chart measures campaign lift in real time. Charts and tables share one query layer, so any aggregate drills into the exact payment rows on click.

Questions

Common questions about SleekView Charts for Stripe Addon for WPForms

Yes. The dashboard reads wpforms_payments and wpforms_payment_meta, which the Stripe Addon writes to. Without the addon those tables either do not exist or contain no Stripe rows, so cards would have no data.

 

The Stripe Addon requires WPForms Pro and an addon licence. SleekView reads whatever rows are present in wpforms_payments, so the dashboard works on any tier that has the Stripe Addon active.

 

Yes. SleekView joins wpforms_payments.form_id back to the wpforms_forms table on form_id and resolves the title at query time. Bar charts show readable form titles, not numeric IDs.

 

Yes. The subscription_id meta in wpforms_payment_meta distinguishes recurring from one-time charges. A filter on that field scopes any card to one or the other, or split them on a single Pie.

 

Yes. The default status filter excludes refunded and failed rows so the revenue KPI matches Stripe payouts. Per-card overrides allow including those statuses for analysis when needed.

 

Yes. The gateway column on wpforms_payments distinguishes stripe from paypal, square, and others. A gateway donut on that column shows the share of revenue per processor in one chart.

 

Yes. Any chart card exports its underlying rows to CSV, including the Stripe meta. Useful for reconciliation against the Stripe dashboard or for handing the data to an accountant.

 

Yes. Any saved chart view embeds on a frontend page with role-based access, so finance and marketing read the dashboard without needing WordPress 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