✨ 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 WooCommerce Eway: transactions and Beagle fraud scores as tables

The WooCommerce Eway gateway writes transaction IDs, Beagle fraud scores and Customer Token references into wc_orders_meta. SleekView surfaces those meta keys as typed columns risk and finance can filter, sort and export.

♾️ Lifetime License available

SleekView table view for WooCommerce Eway Payment Gateway

Eway transaction data already lives on your orders.

The WooCommerce Eway gateway plugin does not add its own database tables. Every Eway-side reference (transaction ID, Beagle fraud score, Customer Token ID, payment method type) writes to wc_orders_meta on each WooCommerce order. The default orders screen cannot filter on these, so the AU/NZ-specific Beagle fraud signal that justifies running Eway in the first place sits invisible at the list level.

SleekView reads those meta keys and promotes them to typed columns. _eway_trans_id becomes a searchable reference. _eway_beagle_score becomes a sortable numeric column. Customer Token IDs become groupable so repeat-buyer cohorts surface without a CRM lookup. Saved views like "Beagle score above 70" or "tokenised repeat buyers" replace per-order risk reviews.

Edits route through WooCommerce's CRUD layer to preserve hooks and audit trails. Eway-side references stay read-only because changing them locally would silently desync the order from the actual transaction. Per-role masking hides last4 and customer email from staff who do not need them.

Workflow

Promote Eway gateway meta to columns

1

Pick the source

Point SleekView at wc_orders joined with wc_orders_meta. The grid auto-detects every _eway_-prefixed key the gateway writes.
2

Compose columns

Promote Beagle score (numeric), Customer Token (string), transaction ID, card brand and last4 to typed columns. Each gets the right filter operators automatically applied.
3

Save and scope per role

Save "high Beagle score", "tokenised customers", and "finance reconciliation" views and scope to roles. Column-level masking handles PII fields like last4 and email.
4

Edit inline or bulk update

Edit notes and editable meta inline; SleekView routes through WooCommerce's CRUD layer to preserve hooks and audit trails. Eway-side references stay locked.

Sample columns

Eway gateway order metadata

Each Eway order writes its references into wc_orders_meta. The plugin maintains no custom tables of its own.
Source: wp_wc_orders_meta (HPOS) or wp_postmeta
Meta key Description Type Filterable Status
_eway_trans_id Eway transaction reference string Yes Read
_eway_beagle_score Beagle fraud risk score integer Yes Audit
_eway_token_customer_id Customer Token reference string Yes Read
_eway_card_last4 Stored card last four digits string No PII

Comparison

Default WooCommerce Eway admin vs SleekView

Default WooCommerce Eway admin

  • Beagle fraud score buried in per-order screens, with no list filter
  • No way to group orders by _eway_token_customer_id
  • _eway_trans_id not searchable from the orders screen
  • Authorize-only orders mix with captures in the same view
  • Card brand and last4 visible only one order at a time

SleekView

  • Promote Beagle score to a sortable numeric column
  • Group orders by Customer Token for repeat-buyer cohorts
  • Search by _eway_trans_id at the list level
  • Authorized-only saved view via the captured flag
  • Export Beagle-flagged orders for risk review with one filter

Features

What SleekView gives you for WooCommerce Eway Payment Gateway

Beagle score column

Promote _eway_beagle_score to a sortable numeric column. Set threshold views (above 50, above 70) so the risk team can scan the day's elevated orders without opening each one.

Token cohorts

Group by _eway_token_customer_id to see the full purchase history for each saved-card customer. Repeat-buyer rate becomes a real metric, not a CRM lookup.

Auth vs capture

Stack the captured flag with WooCommerce order status to find authorized-but-not-captured orders before they expire. The view runs as a daily saved filter.

Audience

Who uses SleekView for WooCommerce Eway

Fraud and risk

Filter by Beagle score above your threshold, sort by order total descending. The view is the day's risk-review queue and feeds the dispute-prep workflow.

Finance reconciliation

Pair Eway transaction ID with capture timestamp and currency, then export by batch to reconcile against Eway settlement reports.

Customer support

When a customer references their Eway receipt, support searches the transaction ID directly in the order list. No more opening orders to find the right one.

The bigger picture

Eway Beagle scores are a wasted signal on the default admin

Eway's Beagle fraud screening is a big reason AU and NZ stores pick the gateway over Stripe or PayPal: it returns a per-transaction risk score that captures geo, velocity, BIN and device signals. That score writes into wc_orders_meta on every order. The default WooCommerce orders screen never surfaces it as a filter, so the signal sits unused until a chargeback arrives.

Promoting _eway_beagle_score to a sortable column changes that. The risk team gets a daily queue of elevated orders before fulfillment. Finance can isolate high-score orders for extra verification.

Support can search by Eway transaction ID directly. For stores doing real Eway volume, that change pays back the first time a fraud wave gets caught at day one instead of day fourteen, and keeps paying back every reconciliation cycle after that.

Questions

Common questions about SleekView for WooCommerce Eway Payment Gateway

No. The WooCommerce Eway gateway writes everything (transaction ID, Beagle score, Customer Token, card brand, last4) into wc_orders_meta on HPOS or wp_postmeta on legacy storage. SleekView reads those meta keys as columns; no extra plugin schema.

 

Yes. _eway_beagle_score is exposed as a numeric column you can sort and threshold. A saved view of "Beagle score above 70 in the last 7 days" gives the risk team a daily review queue without per-order clicks.

 

Yes. SleekView reads from wc_orders and wc_orders_meta on High-Performance Order Storage. Sites on legacy CPT storage are also supported; the grid detects the active layer. Saved views carry over across the HPOS migration.

 

_eway_token_customer_id is promoted as a groupable, filterable column. Grouping by token assembles each saved-card customer's order history in one view; filtering to a specific token pulls just that customer's orders.

 

No. _eway_trans_id is immutable on Eway's side; SleekView marks it read-only. Editing it locally would silently desync the order from the real transaction. Notes and explicitly-editable meta keys can still be inline-edited and route through WooCommerce's CRUD layer.

 

No. SleekView reads only what the gateway already wrote to your database. Refunds, voids and captures still run through the gateway's existing order actions because they need to update Eway-side state, which keeps both systems consistent.

 

Currency is its own column with locale-aware formatting. Eway-AU and Eway-NZ are commonly run together, and currency as a filter splits AUD and NZD flows for separate reconciliation against region-specific settlement reports.

 

Yes. Filter to whatever risk or finance asked for, then export the visible slice as CSV. Column-level masking applies on export, so last4 and email hide for users without the right capability. Common exports are weekly Beagle-flagged orders and monthly token-customer renewals.

 

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