✨ 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 Authorize.Net CIM: CIM transactions and profiles as tables

The WooCommerce Authorize.Net CIM gateway writes CIM customer profiles, transaction IDs and AVS/CVV responses into wc_orders_meta. SleekView turns those meta keys into typed columns finance, risk and support can filter.

♾️ Lifetime License available

SleekView table view for WooCommerce Authorize.Net CIM

CIM profiles ride along on orders. SleekView surfaces them.

The WooCommerce Authorize.Net CIM gateway by SkyVerge (now part of GoDaddy) does not create custom tables. It writes the CIM customer profile ID, payment profile ID, transaction ID, AVS response and CVV response into wc_orders_meta (or wp_postmeta on legacy CPT storage) on each order. The default orders screen cannot filter by any of these, so questions like "which AVS mismatches did we ship" or "which customers have a stale CIM profile" require opening orders one by one.

SleekView reads those meta keys and promotes them to typed columns. _wc_authorize_net_cim_credit_card_trans_id becomes the transaction reference column. _wc_authorize_net_cim_avs_response becomes a filterable status. CIM customer profile IDs become groupable so repeat buyers using stored cards surface as cohorts. Saved views like "AVS mismatch shipped" or "CVV2 missing" replace per-order audits.

Inline edits route through WooCommerce's CRUD layer, so order notes and audit trails stay intact. Authorize.Net-side references stay read-only because changing them locally would desync the order from the actual transaction. Per-role masking hides PAN last4 from roles that do not need it while keeping finance's visibility intact.

Workflow

Make Authorize.Net CIM meta queryable

1

Pick the source

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

Compose columns

Promote AVS, CVV, transaction ID, CIM customer ID and payment profile to typed columns. Each gets the right filter operators (equals, in-list, present/absent).
3

Save and scope per role

Save "AVS mismatch", "authorized only", and "high-value repeat" views. Scope each to roles so risk, finance and support each see the right slice without seeing each other's PII.
4

Edit inline or bulk update

Edit notes and editable meta inline; SleekView routes through WooCommerce's CRUD layer so hooks fire and the order log stays intact. Authorize.Net-side references stay read-only.

Sample columns

Authorize.Net CIM order metadata

Every CIM order writes its profile and transaction references into wc_orders_meta. The plugin itself adds no custom tables.
Source: wp_wc_orders_meta (HPOS) or wp_postmeta
Meta key Description Type Filterable Status
_wc_authorize_net_cim_credit_card_trans_id Authorize.Net transaction ID string Yes Read
_wc_authorize_net_cim_customer_id CIM customer profile reference string Yes Read
_wc_authorize_net_cim_avs_response Address verification code string Yes Audit
_wc_authorize_net_cim_payment_profile_id Stored payment profile string Yes Read

Comparison

Default WooCommerce Authorize.Net CIM admin vs SleekView

Default WooCommerce Authorize.Net CIM admin

  • AVS and CVV responses visible only inside per-order screens
  • No filter for orders linked to a specific CIM customer profile
  • _wc_authorize_net_cim_credit_card_trans_id not searchable from the order list
  • Authorization-only transactions blend in with captured ones
  • Stored payment profiles cannot be cross-referenced across orders

SleekView

  • Promote AVS and CVV response to filterable columns from wc_orders_meta
  • Search by _wc_authorize_net_cim_credit_card_trans_id at the list level
  • Group orders by CIM customer profile for repeat-buyer cohorts
  • Authorized-only saved view from the captured flag
  • Export AVS-flagged orders for risk review with one filter

Features

What SleekView gives you for WooCommerce Authorize.Net CIM

AVS and CVV audit

Promote _wc_authorize_net_cim_avs_response and CVV response codes to typed columns. Filter to mismatches, partial matches and unsupporteds without opening orders.

CIM profile cohorts

Group orders by _wc_authorize_net_cim_customer_id to surface repeat buyers using stored payment profiles. The cohort becomes a normal saved view, not a CRM export.

Auth vs capture

Stack the captured flag with the order status filter to isolate authorized-but-not-captured orders. Useful for stores running manual capture or preorder workflows.

Audience

Who uses SleekView for WooCommerce Authorize.Net CIM

Risk team

Filter by AVS partial-match or mismatch to pre-flag risky shipments. The view doubles as a daily review queue and feeds the dispute-prep playbook.

Finance reconciliation

Pair _wc_authorize_net_cim_credit_card_trans_id with capture timestamps, then export by batch date to reconcile against Authorize.Net settlement reports.

Support lookups

Search by transaction ID directly from the order list when a customer references their Authorize.Net receipt. No more opening orders one by one to find the right one.

The bigger picture

Authorize.Net CIM data is rich, but invisible at the list

Authorize.Net CIM captures more risk and reconciliation signal per order than most gateways, including AVS code, CVV result, customer profile, and stored payment profile references. All of that lives in wc_orders_meta on every order. The default WooCommerce orders screen exposes none of it as a list-level filter, which means the data goes to waste.

Risk teams ship AVS mismatches because they cannot see them in bulk. Finance reconciles settlement reports against orders by manually opening transactions to find IDs. Support staff search by customer email when a transaction ID would resolve in seconds.

Promoting those meta keys to columns turns each into a normal SQL-backed filter and a saved view. For stores running meaningful Authorize.Net volume, the work to set this up pays back the first time a chargeback queue gets pre-cleared or a settlement export reconciles in one query instead of three.

Questions

Common questions about SleekView for WooCommerce Authorize.Net CIM

No. It writes every Authorize.Net reference (transaction ID, CIM customer profile, payment profile, AVS, CVV) into wc_orders_meta on HPOS, or wp_postmeta on legacy CPT storage. SleekView reads those meta keys as columns, which is the cleanest path because there is no separate plugin schema to join.

 

No. _wc_authorize_net_cim_credit_card_trans_id is immutable on Authorize.Net's side, so SleekView marks it read-only. Editing it locally would silently desync the order from the actual transaction record. Notes and explicitly-editable meta keys can still be inline-edited and route through WooCommerce's CRUD layer.

 

Yes. SleekView reads from wc_orders and wc_orders_meta on High-Performance Order Storage. Sites still on legacy CPT storage are also supported; the grid detects the active storage layer and queries accordingly. Saved views and column promotions migrate transparently.

 

_wc_authorize_net_cim_payment_profile_id appears as a filterable column. Last4 and card brand show as separate columns when the gateway has captured them. PAN is never stored locally because Authorize.Net does not expose it. Per-role masking can hide last4 from staff who do not need it.

 

Refunds still run through the WooCommerce Authorize.Net CIM gateway's existing order action because they need to update Authorize.Net-side state. SleekView shows refund state inline as a column so finance can see refunded, partially-refunded and pending statuses across the whole order list at once.

 

Yes. The plugin writes eCheck-specific meta keys like _wc_authorize_net_cim_echeck_trans_id separately from credit card transactions. SleekView surfaces them as their own columns and filters, so eCheck reconciliation runs as its own saved view (slower clearance windows make the split useful for finance).

 

When paired with WooCommerce Subscriptions, renewal orders flow through the same CIM customer profile and produce new transaction IDs in wc_orders_meta. SleekView treats renewals as normal rows in the grid; filtering to a single CIM customer profile assembles the full renewal history without a custom report.

 

Yes. Filter by AVS response code (mismatch, partial, unsupported) and export the visible slice as CSV. Column-level masking applies to the export so PII fields hide for users without the right capability. Risk teams typically schedule a weekly export against a saved AVS view.

 

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