✨ 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 for FunnelKit Stripe Gateway

FunnelKit Stripe Gateway writes the payment method, intent ID and capture status onto each WooCommerce order. SleekView renders those rows as a queryable Stripe audit grid inside WP Admin, no Stripe dashboard tab needed.

♾️ Lifetime License available

SleekView table view for FunnelKit Stripe Gateway

List Stripe orders as rows, not a column on the orders screen

FunnelKit Stripe Gateway runs WooCommerce checkouts through Stripe and writes _stripe_source_id, _stripe_intent_id, payment_method and capture status onto each order as standard postmeta. The WooCommerce orders screen lists the data row by row, but it's a single column on a generic table, with no payment-specific filters and no way to isolate failed intents from successful captures at a glance.

SleekView reads wp_posts where post_type is shop_order joined to wp_postmeta and exposes payment_method, intent status, capture flag, customer, currency and _order_total as real columns. Filter to orders where payment_method matches the Stripe gateway and intent status is failed to triage the day's recovery list. Sort by _order_total descending to scan the highest-value wallet payments. Group by payment_method to see card versus Apple Pay rows side by side.

FunnelKit keeps owning the gateway, the checkout and Stripe API integrity. The table view owns the audit surface, so the payment data FunnelKit already records on every order becomes a queryable grid for finance, ops and support.

Workflow

How SleekView surfaces FunnelKit Stripe Gateway data

1

Point at orders plus Stripe meta

Pick wp_posts where post_type is shop_order joined to wp_postmeta for _stripe_source_id, _stripe_intent_id, _stripe_intent_status, payment_method and _order_total.
2

Compose the columns

Drag in Order, Customer, Method, Intent status, Capture, Currency and Total. Reorder, hide or rename without writing a custom manage_edit-shop_order_columns filter.
3

Filter and sort like a database

Filter to payment_method matching the FunnelKit Stripe Gateway, to intent status failed for a recovery list, or to capture flag false to find authorized-not-captured orders. Sort by _order_total.
4

Save and gate the view

Name the view ("Failed Stripe intents", "Wallet payments", "High-value captures") and gate by capability so finance, ops and support land on the slice that matters.

Sample columns

A typical FunnelKit Stripe Gateway audit view

Rows from shop_order posts joined to Stripe postmeta. The same data the orders screen lists as one column, surfaced as a Stripe-specific table with method, intent status and capture exposed.
Source: wp_postmeta
Order Customer Method Intent Total Status
#28411 Maya Collins Apple Pay pi_3Q...4Ld $142.00 Captured
#28412 Devon Iturbe Link pi_3Q...7Hf $89.50 Captured
#28413 Priya Nakamura Card pi_3Q...2Mn $214.00 Authorized
#28414 Felix Osei Google Pay pi_3Q...9Bw $56.75 Failed
#28415 Sam O'Hara Card $0.00 Canceled

Comparison

Default FunnelKit Stripe Gateway admin vs SleekView

WooCommerce orders screen with the Stripe column

  • Stripe data sits as a single column on a generic orders table
  • No native filter to isolate failed intents or authorized-not-captured orders
  • Wallet split between card, Apple Pay, Google Pay and Link isn't a column
  • Currency, intent ID and capture flag aren't visible without opening each order
  • Saved Stripe-specific views per role aren't part of the built-in orders screen

SleekView

  • Every Stripe order rendered as a queryable table row
  • Payment method, intent status and capture flag as real columns
  • Filter to failed intents, authorized-not-captured or wallet-only orders in one query
  • Saved views per role: finance reconciliation, support recovery, ops wallet audit
  • Same dataset the chart view aggregates, so the table and dashboard stay in sync

Features

What SleekView gives you for FunnelKit Stripe Gateway

Wallet split as a column

Payment method sits on every row, so card, Apple Pay, Google Pay and Link orders are filterable and sortable without opening order screens one by one.

Failed intent triage

Intent status surfaces failed and canceled charges as their own rows, turning a scattered set of order notes into a recovery list a support agent can actually work.

Capture state at a glance

The capture flag lives next to the order total, so authorized-not-captured orders are visible the moment finance opens the saved view.

Audience

Who uses SleekView for FunnelKit Stripe Gateway

Payments leads

Filter to wallet methods and sort by _order_total to read whether Apple Pay and Link are producing higher-value orders than card, on a real row-level table.

Finance and ops

Pin a saved view of authorized-not-captured orders for end-of-day capture checks, and a separate failed-intent view for refund and dispute prep.

Support agents

Open the failed-intent view to call back the day's recovery list with intent ID, customer and amount already on the row, no order-detail digging required.

The bigger picture

Payment data only helps when it sits as a row, not a single column

FunnelKit Stripe Gateway records every charge with the method, intent and capture status, but those fields live as one column on a generic orders screen and as scattered notes in the Stripe dashboard. The daily questions are row-level: which intents failed yesterday, which orders are still authorized but not captured, which customers ran a high-value Link payment. SleekView turns shop_order rows joined to Stripe postmeta into a queryable grid that answers those questions on open.

A failed intent becomes a callback, an authorized order gets captured before the hold expires, and a finance role exports a reconciliation slice without copying numbers from the Stripe tab. FunnelKit keeps owning the gateway and the checkout, SleekView just makes the rows it already writes navigable.

Questions

Common questions about SleekView for FunnelKit Stripe Gateway

Yes. The gateway records payment_method on every order regardless of whether it was card, Apple Pay, Google Pay or Link, so the column splits the wallet mix automatically.

 

Yes. Add a filter on payment_method matching the FunnelKit Stripe Gateway identifier so non-Stripe orders are excluded from every row in the view.

 

Yes. Refund rows live in woocommerce_order_refunds and can be added as a related dataset. The capture flag and partial capture amount surface on each order row directly.

 

Yes. Filter on _stripe_intent_status equal to requires_payment_method, canceled or failed to isolate the recovery list, then sort by date or amount for triage.

 

SleekView reads either the legacy posts-and-postmeta orders or the High-Performance Order Storage tables. The table works the same in both modes since the Stripe meta is recorded in either schema.

 

If WooCommerce Subscriptions is in use and renewals run through the FunnelKit Stripe Gateway, the renewal orders carry the same payment_method meta and appear as rows alongside one-off purchases.

 

Yes. The order total is stored in the order currency, so a multi-currency store sees each row in its native currency. Add a currency column or filter to normalize.

 

Yes. SleekView gates views by capability, so a finance role can open the Stripe audit table and export it to CSV without the rest of 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