✨ 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 Moneris: Canadian gateway transactions as tables

Surface Moneris receipt id, reference no, ISO response, and AVS or CVD results from wc_orders_meta as real columns. Filter declines, audit AVS mismatches, and reconcile batches without per-order clicks.

♾️ Lifetime License available

SleekView table view for WooCommerce Moneris

Moneris gateway data as a workspace

Moneris is the dominant Canadian card processor and its WooCommerce extension stores receipt id, reference number, ISO response code, AVS, and CVD per order. On HPOS stores these land in wc_orders_meta as keys like _wc_moneris_receipt_id, _wc_moneris_reference_num, _wc_moneris_iso_response_code, and _wc_moneris_avs_response. The default Orders screen does not surface any of them.

SleekView reads those keys as columns alongside the WooCommerce order data. Daily Moneris Merchant Direct reconciliation becomes a saved view filtered by capture date with totals visible inline. Declined transactions filter by ISO response code, and AVS mismatches get their own audit table. Authorisations approaching the Moneris settlement window get a sort-by-auth-age view so they don't expire silently. Tokens in woocommerce_payment_tokens joined to woocommerce_payment_tokenmeta expose saved card data for customer-rooted token-management workflows.

Inline status edits route through WooCommerce CRUD, so woocommerce_order_status_changed fires and the Moneris extension's own capture, void, and refund handlers continue to run from the order context. SleekView gives ops a row-level view of the data the plugin already writes; the plugin still owns the gateway communication.

Workflow

How SleekView reads the Moneris plugin schema

1

Pick the base table

Choose wc_orders for the transaction workspace or woocommerce_payment_tokens for a Vault-rooted view. HPOS or legacy is detected automatically.
2

Add Moneris meta columns

Pull _wc_moneris_receipt_id, _wc_moneris_reference_num, _wc_moneris_iso_response_code, and AVS or CVD keys from the meta picker.
3

Save the workflow views

"Captured today (CAD)" for finance, "Declined this week" for risk, "Authorised, near expiry" for fulfilment. Gate each view by WordPress capability.
4

Bulk-update post settlement

After the daily Merchant Direct settlement, bulk-update affected orders through SleekView. CRUD writes keep WooCommerce hooks firing for downstream integrations.

Sample columns

A typical Moneris transactions view

Joins wc_orders with Moneris meta keys (_wc_moneris_receipt_id, _wc_moneris_reference_num, _wc_moneris_iso_response_code).
Source: wp_wc_orders + wp_wc_orders_meta + wp_woocommerce_payment_tokens
Order # Receipt Amount ISO Resp AVS Date
#7811 RCPT-6601 C$184.00 00 Approved Match Apr 24
#7810 RCPT-6602 C$48.00 00 Approved Partial Apr 24
#7809 RCPT-6603 C$316.00 05 Declined No match Apr 23
#7808 RCPT-6604 C$72.00 00 Approved Match Apr 22

Comparison

Default WooCommerce Moneris admin vs SleekView

Default WooCommerce Moneris admin

  • Receipt id and reference num live in wc_orders_meta, not the Orders list
  • No filter for ISO response codes on the default Orders screen
  • AVS and CVD codes need a click into each order to see
  • Reconciling Moneris Merchant Direct reports against WP is manual
  • Tokens in woocommerce_payment_tokens aren't surfaced in the order context

SleekView

  • _wc_moneris_receipt_id, _wc_moneris_reference_num, and ISO response as columns
  • Filter on ISO response code (00 Approved vs 05 Declined etc.)
  • AVS and CVD audit views for fraud and risk teams
  • Bulk-update status post settlement with hooks firing through CRUD
  • Customer-rooted token view from woocommerce_payment_tokens

Features

What SleekView gives you for WooCommerce Moneris

Moneris meta as columns

Pull _wc_moneris_receipt_id, _wc_moneris_reference_num, _wc_moneris_iso_response_code, and AVS or CVD keys from the meta picker.

Daily settlement view

Filter on capture date equals today combined with CAD currency. Totals inline so finance reconciles against Moneris Merchant Direct without exporting CSVs.

ISO response audit

Filter on declined ISO codes (05, 14, 41) for fraud audit. Sort by amount and customer email to spot patterns ahead of chargeback notifications.

Audience

Who uses SleekView for WooCommerce Moneris

Finance

Daily reconciliation against Moneris Merchant Direct. Capture and refund totals by date and currency; export to CSV for the bookkeeper.

Risk and disputes

ISO-code-based decline-audit view, AVS mismatches in a separate table. Evidence packs export-ready for the chargeback team.

Support

Customer-rooted history with receipt id, reference num, and ISO response per order. Dispute responses prepared without manual screenshotting.

The bigger picture

Why Canadian gateway ops need row-level views

Moneris is the largest Canadian card processor and its WooCommerce extension covers a large share of Canada-based stores. The card lifecycle through Moneris has the usual auth-capture-void-refund states plus ISO response codes, AVS results, and CVD codes that the gateway returns on every transaction. The plugin records all of that into order meta.

The default WooCommerce Orders screen reads almost none of it. A merchant sees the order status and CAD total, not the ISO response, not the AVS result, not the receipt id needed to reconcile against Merchant Direct. Finance teams reconcile by hand, risk teams spot AVS mismatches only after the chargeback notification, support teams hand dispute evidence to ops one order at a time.

SleekView reads the meta the plugin already writes and exposes it as columns ops can filter, sort, and bulk-update. The plugin's gateway calls and webhook handlers continue unchanged. The gain is row-level visibility of data the WooCommerce admin has always stored but never shown.

Questions

Common questions about SleekView for WooCommerce Moneris

Yes. Moneris keys read from wc_orders_meta on HPOS and from postmeta on legacy stores. The same column configuration works on both schemas; the active path is detected automatically.

 

Yes. _wc_moneris_iso_response_code records the gateway response. Common codes (00 Approved, 05 Do not honour, 14 Invalid card, 41 Lost card) become filterable values, useful for separating soft declines from fraud declines.

 

Yes. Status edits route through WooCommerce CRUD, so woocommerce_order_status_changed fires and the Moneris extension's own capture, void, and refund handlers run as expected from the order context.

 

Yes. woocommerce_payment_tokens filtered by gateway slug shows saved Moneris tokens. Join woocommerce_payment_tokenmeta for the Moneris Vault data id per token.

 

Yes. The Vault stores card data references that the plugin saves into woocommerce_payment_tokenmeta. SleekView exposes those references as a token-rooted view for customer-token-management workflows.

 

Yes. Build a view scoped to one order or one customer with receipt id, reference number, ISO response, AVS, and notes. Export to CSV or PDF for the dispute response.

 

Yes. Queries hit indexed columns on wc_orders directly. Meta filters use wc_orders_meta indexes. Aggregate columns are opt-in per view since they cost more than direct columns.

 

No. Merchant Direct is still the source of truth for settlements, payouts, and dispute history at the gateway level. SleekView gives WooCommerce-side ops a row-level view of the data the plugin syncs into WordPress, reducing context-switching between admin and portal.

 

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