✨ 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 Paytm Payment Gateway: orders & Paytm metadata as tables

Paytm's WooCommerce plugin writes transaction IDs and bank reference numbers as order metadata. SleekView pivots those keys into named columns, HPOS-aware, with gateway-scoped filters that turn reconciliation into a saved view.

♾️ Lifetime License available

SleekView table view for Paytm Payment Gateway for WooCommerce

Paytm metadata as first-class columns

Paytm Payment Gateway for WooCommerce stores its identifiers as order metadata. paytm_txn_id, paytm_order_id, bank reference numbers, refund IDs, and the chosen payment mode (UPI, card, netbanking, Paytm wallet) live on wp_wc_orders_meta for HPOS stores or wp_postmeta on legacy. The default WooCommerce orders list ignores all of it because the screen shows core fields, not gateway-specific meta keys.

SleekView reads the right storage automatically and pivots the paytm_* meta keys into named columns. A payment-method filter scopes the view to Paytm-paid orders, and the chosen payment mode becomes its own column for UPI-versus-wallet cohort analysis. Bank reference numbers and refund IDs sit alongside transaction IDs so finance reconciliation against the Paytm merchant dashboard happens row by row.

Edits stay in the WooCommerce CRUD layer; refunds still go through Paytm's admin action that calls its API. SleekView never duplicates Paytm's API authentication and never replaces the gateway's refund flow.

Workflow

From buried meta keys to gateway-scoped tables

1

Detect storage mode

SleekView checks HPOS vs legacy on load and reads wc_orders_meta or postmeta accordingly. Storage detection matches what the Paytm plugin itself does.
2

Pivot Paytm keys

Move paytm_txn_id, paytm_order_id, paytm_payment_mode, and bank reference numbers from meta into named columns. The agent UI lists every paytm_* key on the install.
3

Save views per role

Save "Paytm finance", "UPI cohort", and "Failed payments" views and scope each to finance, analytics, or support via WordPress capabilities.
4

Edit inline or bulk-update

Inline-edit reconciliation flags and internal notes; bulk-update statuses for cohorts (e.g. settled orders for a date range) through the WooCommerce CRUD layer.

Sample columns

A typical Paytm orders view

SleekView filters WooCommerce orders by Paytm and pivots Paytm-specific meta keys into columns.
Source: wp_wc_orders_meta + wp_postmeta (paytm_* keys)
Order # Status Total Paytm TXN ID Mode Date
#55310 Completed ₹3,200.00 20260515112030... UPI May 15
#55309 Pending ₹799.00 20260515112022... Wallet May 15
#55308 Completed ₹450.00 20260515111957... Netbanking May 15
#55307 Failed ₹1,650.00 20260515111921... Card May 14

Comparison

Default Paytm Payment Gateway for WooCommerce admin vs SleekView

Default Paytm for WooCommerce admin

  • paytm_txn_id and paytm_order_id hidden in order meta
  • Paytm wallet versus UPI versus card not visible as a column
  • No filter to isolate Paytm-paid orders from other gateways
  • Bank reference numbers require opening each order's meta panel
  • Refund state mixed with order status, no dedicated refund column

SleekView

  • Pivot paytm_txn_id and paytm_order_id into named columns
  • Filter by gateway to scope the view to Paytm-paid orders only
  • Surface paytm_payment_mode as a column for cohort analysis
  • HPOS-aware: reads wc_orders_meta on modern stores, postmeta on legacy
  • Bank reference numbers visible inline for quick reconciliation

Features

What SleekView gives you for Paytm Payment Gateway for WooCommerce

HPOS-aware reads

Paytm uses the WooCommerce meta API. SleekView mirrors that, reading wc_orders_meta on HPOS and postmeta on legacy, so views work the same on WooCommerce 8.2+ and older installs.

Mode-scoped filters

Filter by paytm_payment_mode to see UPI, wallet, card, and netbanking cohorts separately. Pair with date range for AOV comparisons across modes in one saved view.

Settlement reconciliation

Surface bank reference numbers alongside paytm_txn_id so finance can match Paytm settlements to WooCommerce orders without tab-flipping into the merchant dashboard.

Audience

Who uses SleekView for Paytm Payment Gateway

Finance teams

Reconcile Paytm settlement files against WooCommerce orders by filtering on payment method, date, and paytm_txn_id inline. Settlement matching becomes one saved view.

Conversion analysts

Segment AOV and success rates by paytm_payment_mode. The data is already in WooCommerce; surfacing it does not require a separate analytics warehouse on top.

Customer support

Customer queries a payment? Search by paytm_txn_id or order number, see mode and bank reference inline. Refund queries answer without a Paytm dashboard lookup.

The bigger picture

Paytm metadata belongs in the orders list

WooCommerce's orders list is built around core order fields and treats gateway metadata as out-of-scope. That works for stores with one gateway and a simple flow. It fails for Indian merchants running Paytm across UPI, wallet, card, and netbanking, where the conversion question "which mode actually drives AOV" has a real answer in paytm_payment_mode that nobody can see without opening every order.

Finance teams reconciling Paytm settlements need paytm_txn_id and bank reference numbers as columns to match payout lines. Support fielding refund tickets needs refund IDs inline. The default workflow forces a tab-flip between the Paytm merchant dashboard and WooCommerce admin.

SleekView pivots paytm_* meta into proper columns and detects HPOS automatically, which collapses each workflow into one saved view. The gateway still owns the API operations, refunds still flow through Paytm, but the data Paytm writes into your orders becomes queryable in the way the schema was always meant to allow.

Questions

Common questions about SleekView for Paytm Payment Gateway for WooCommerce

Paytm does not add primary tables. Payment data lives as WooCommerce order metadata. SleekView reads wc_orders_meta on HPOS or postmeta on legacy automatically.

 

paytm_txn_id, paytm_order_id, paytm_payment_mode, bank reference numbers, refund IDs, and any other paytm_* key your install writes. The agent UI lists every present key automatically.

 

No. Refunds go through Paytm's API via the WooCommerce admin's refund flow. SleekView shows refund state as a column but never re-authenticates against Paytm. Inline edits update only local fields.

 

Yes. SleekView detects HPOS vs legacy and reads accordingly, same as the Paytm plugin itself. WooCommerce 8.2+ defaults to HPOS; older installs on postmeta still work without config changes.

 

Yes. Filter by _payment_method = paytm or by presence of paytm_txn_id. Useful for finance teams handling multiple gateways that reconcile each independently against its own settlement file.

 

Pivot paytm_payment_mode into a filter chip and a column. Compare conversion, AOV, and refund rates between UPI, wallet, card, and netbanking cohorts inside the orders view.

 

Yes. Paytm writes failure status codes to order meta on declined transactions. SleekView surfaces that as a column so support can triage clusters by reason instead of opening orders individually.

 

Yes. Filter to Paytm orders by date range, surface the GST columns recorded as line-item meta, and export to CSV. The saved view reruns each month so finance does not rebuild the report.

 

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