✨ 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 Charts for Razorpay: payments and methods dashboard

Razorpay for WooCommerce writes payment_method razorpay on wc_orders and stores razorpay_payment_id, razorpay_order_id, and the method (card, upi, netbanking, wallet) in order meta. SleekView Charts reads those rows and builds an INR revenue dashboard with method donuts, refund bars, and daily capture trends.

♾️ Lifetime License available

SleekView Charts dashboard for Razorpay for WooCommerce

Read your Razorpay orders as charts, not a Razorpay dashboard tab

Razorpay for WooCommerce writes the payment data WordPress needs back into the order. The order's payment_method is set to razorpay on wc_orders. Order meta on wc_orders_meta carries the _razorpay_payment_id, the _razorpay_order_id, and the _razorpay_signature. When Razorpay captures, the order status moves to processing or completed; when a refund is issued via the gateway, the order is marked refunded. Subscription orders, where Razorpay Subscriptions is in use, carry additional meta keys for the subscription ID and renewal status.

SleekView Charts reads the same WooCommerce order rows and turns them into chart cards on a single dashboard. A Number card summing total_amount on orders where payment_method equals razorpay, a Donut splitting Razorpay orders by the captured method (UPI, card, netbanking, wallet, EMI) from the meta, a Bar of refunded orders by month from the refunded status, and an Area chart of daily captured Razorpay revenue keyed on date_created_gmt.

This sits alongside the Razorpay dashboard, not on top of it. The Razorpay dashboard still owns disputes, settlements, fees, and the live transaction lifecycle. SleekView Charts adds a WordPress-side reading layer on the WooCommerce data: how much revenue did each Razorpay method drive, how UPI share evolves month over month, what share of orders are captured immediately versus refunded later, and how Razorpay revenue compares against other gateways enabled on the same store.

Workflow

From Razorpay order meta to a dashboard in four steps

1

Point SleekView at WooCommerce

Add a SleekView data source for wc_orders and wc_orders_meta on HPOS stores, or shop_order posts and postmeta on legacy stores. SleekView detects HPOS automatically with no config change.
2

Switch the view to Charts

Flip the saved view from Table to Charts. SleekView opens a blank dashboard ready for cards grouped by payment_method, status, currency, or the Razorpay meta keys on wc_orders_meta.
3

Add Razorpay chart cards

Pick a chart type, group by status or by the captured Razorpay method, and aggregate Count or Sum on total_amount filtered to payment_method equal to razorpay. Each card is a saved query.
4

Save and share the dashboard

Save the chart view, scope it per role for finance or marketing, and optionally embed the dashboard on a frontend page so stakeholders read Razorpay revenue and method mix without WordPress admin.

Sample dashboard

Charts you can build from Razorpay data

Four cards that turn the Razorpay order and meta rows into a working payments dashboard inside WordPress.
Number · Default

Razorpay revenue this month

A single big-number KPI summing total_amount from wc_orders where payment_method equals razorpay for the current month, with the previous month shown underneath. Refunded and failed orders filtered out by status.
Sum(total_amount)
Pie · Donut

Razorpay orders by method

A donut split across upi, card, netbanking, wallet, and emi using the _razorpay_method meta_key on wc_orders_meta, so finance and marketing see the captured-method mix for Razorpay at a glance.
Count group by meta_value
Bar · Default

Refunded Razorpay orders by month

A vertical bar of refunded Razorpay orders per month from wc_orders filtered to status refunded and payment_method razorpay, useful for spotting refund spikes that may indicate product or shipping issues.
Count(id) group by date_created_gmt
Area · Gradient

Daily captured Razorpay revenue

A gradient area chart of total_amount per day on Razorpay orders from wc_orders filtered to processing and completed, useful for spotting weekend dips and the impact of festival promotions.
Sum(total_amount) group by date_created_gmt

Comparison

Default Razorpay reporting in WooCommerce vs SleekView Charts

Default Razorpay gateway admin

  • Default Razorpay gateway settings show config but no charts on payment mix inside WordPress
  • Razorpay dashboard itself does not join back to WooCommerce order metadata
  • No chart for UPI versus card versus netbanking share inside the WP admin
  • No saved dashboards per role for finance, marketing, or owners
  • No frontend embed of Razorpay revenue and method mix for stakeholders

SleekView Charts

  • Chart cards built directly from wc_orders and _razorpay_* meta keys
  • Group by Razorpay method, status, currency, or order date for any cut of the data
  • Mix Number, Pie, Bar, Line, and Area cards on a single Razorpay dashboard
  • Saved chart views scoped per role for finance, marketing, or owners
  • Queries hit existing HPOS indexes on id, status, and date_created_gmt for speed

Features

What SleekView Charts gives you for Razorpay for WooCommerce

Real chart cards on Razorpay data

Number, Pie, Bar, Line, Area, Radar, and Radial cards built from the wc_orders rows and the _razorpay_payment_id and _razorpay_method meta keys the gateway writes on each order.

Works with HPOS and legacy

SleekView detects HPOS and reads wc_orders_meta directly. On legacy stores it falls back to postmeta on the shop_order post type with no config change.

UPI, card, netbanking at a glance

Donut and bar cards split Razorpay orders by the captured method so the UPI versus card mix is visible without leaving WordPress or opening the Razorpay dashboard.

Audience

Who builds Razorpay dashboards with SleekView

Finance and owners

Track Razorpay revenue and the daily captured area chart to see Indian payment performance at a glance, alongside the previous month for context.

Marketing teams

Read the method donut to measure how UPI share evolves and the impact of Razorpay Magic Checkout or other UPI-first promotions.

Operations teams

Watch refunded-orders bars by month to spot spikes that may correlate with shipping issues or product complaints filed via the gateway.

The bigger picture

Razorpay writes data into WordPress; read it there too

Razorpay for WooCommerce stores the gateway choice on the order itself and the captured method in order meta. payment_method on wc_orders is set to razorpay, and wc_orders_meta carries the _razorpay_payment_id, the _razorpay_order_id, and often the captured method (UPI, card, netbanking, wallet, EMI). The Razorpay dashboard is excellent for disputes and settlements, but it does not join back to the WooCommerce data the rest of the business uses.

The default WooCommerce admin only filters by payment method one at a time, so reading UPI share over time, refund bars, or Razorpay versus other gateways means a CSV export. SleekView Charts reads the same WooCommerce tables and turns them into chart cards on one saved dashboard. Finance watches Razorpay revenue and the daily capture trend.

Marketing tracks the UPI share donut after enabling UPI-first promotions. Operations spots refund bumps before they pile up. The Razorpay dashboard keeps owning settlements; SleekView Charts adds the WordPress-side reading layer.

Questions

Common questions about SleekView Charts for Razorpay for WooCommerce

No. The Razorpay dashboard still owns settlements, disputes, fees, and the live transaction lifecycle. SleekView Charts adds a WordPress-side reading layer on wc_orders and wc_orders_meta for revenue, method mix, and refund-trend dashboards that join WooCommerce data the Razorpay dashboard does not see.

 

UPI, card, netbanking, wallet, EMI, pay later, and any other method the captured _razorpay_method meta_key carries. SleekView lists the actual values found in your wc_orders_meta so you pick from real values rather than guessing what the gateway records.

 

Yes. SleekView detects HPOS and reads wc_orders, wc_order_addresses, and wc_orders_meta directly. On legacy stores it falls back to the shop_order post type and postmeta with no config change.

 

Yes. If Razorpay Subscriptions writes subscription IDs and renewal status to wc_orders_meta on renewal orders, SleekView reads those meta keys as chartable dimensions for renewal volume and churn-adjacent reports.

 

Yes. Group a card by the payment_method column on wc_orders to see Razorpay alongside cod, bacs, paypal, and Stripe in a single donut or bar, so finance and marketing can compare gateway revenue without separate exports.

 

Yes. Saved chart views support role-based visibility so finance reads the revenue KPI, marketing reads the UPI donut, and operations reads the refund bar without sharing every dashboard with every role.

 

Yes. Any saved chart view can be embedded on a frontend page with role-based access, useful for stakeholder pages that need Indian payment KPIs without giving WordPress admin access.

 

No. Charts read from the order tables on dashboard load, not on the checkout page. Cards aggregate against existing HPOS indexes on id, status, and date_created_gmt, so the Razorpay checkout flow itself is untouched.

 

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