
SMEPay: UPI Gateway for WooCommerce is a WordPress plugin built specifically for Indian WooCommerce stores to accept payments via UPI QR codes. With SMEPay, customers can scan a QR code at checkout to make instant payments using popular UPI apps like Google Pay, PhonePe, or Paytm. The plugin is easy to install, configure, and fully compatible with the latest WooCommerce versions.
This plugin connects to the SMEPay platform, a third-party UPI payment service provided by Typof Technologies, to enable UPI payments in your WooCommerce store.
The plugin uses different endpoints depending on your selected mode:
Development Mode (mode = development):
Base URL: https://staging.smepay.in/api/wiz/…
Production Mode (mode = production):
Base URL: https://extranet.smepay.in/api/wiz/…
/external/auth – Authenticate WooCommerce store with SMEPay /external/create-order – Create UPI QR payment request /external/validate-order – Validate payment statushttps://typof.co/smepay/checkout-v2.js – This script loads a React-based frontend app that renders the UPI QR code at checkout. It enables customers to scan and pay using their UPI app. It only uses data required to generate and display the QR code for the current WooCommerce order. It does not track users, store cookies, or collect personal data outside the transaction context.During payment processing, the plugin sends:
– WooCommerce order ID, total amount, currency
– Customer info (name, email, phone)
– Callback URL (order confirmation page)
– SMEPay Client ID & Secret
– Mode indicator (development or production)
No data is sent to SMEPay unless the customer explicitly selects the SMEPay payment option at checkout and places an order.
This plugin interacts with the following SMEPay-hosted domains:
– smepay.in, typof.co – API endpoints
– typof.co – QR widget script (checkout-v2.js)
Service Provider: SMEPay by Typof Technologies
– Terms of Service
– Privacy Policy