UQPAY Payment Gateway enables merchants to accept card payments (Visa, Mastercard, Amex, UnionPay) and QR code payments (Alipay, WeChat Pay, GrabPay, PayNow, Touch ‘n Go, and more). Customers are redirected to UQPAY’s hosted checkout page where they choose their preferred payment method — card or QR code.
Features:
Webhook IP Addresses:
If your site uses a firewall, whitelist these IPs:
This plugin relies on the UQPAY payment platform (provided by UQPAY Pte. Ltd.) to process online transactions. UQPAY is a third-party payment service provider that handles card and QR wallet payments on behalf of the merchant. Without this service, the plugin cannot function — no payments can be created, processed, or refunded.
The plugin connects to UQPAY’s services in the following ways:
1. UQPAY Payment API
The plugin communicates with the UQPAY Payment API to create payment intents, query payment status, and issue refunds.
https://api.uqpay.com/apihttps://api-sandbox.uqpaytech.com/apiWhat data is sent and when:
2. UQPAY Hosted Checkout
The customer’s browser is redirected to UQPAY’s hosted checkout page where they select their preferred payment method (card or QR code) and complete the transaction. Card details (PAN, CVV, expiry) are entered directly on UQPAY’s PCI DSS-compliant page and never touch the merchant’s server.
https://checkout.uqpay.comhttps://checkout-sandbox.uqpaytech.comThe redirect URL includes a client_secret parameter that authenticates the payment session. This token is scoped to a single Payment Intent, is short-lived, and cannot be used to initiate new charges or access account-level data.
3. UQPAY Webhook Notifications
UQPAY sends asynchronous webhook notifications from its servers to your site at https://yourstore.com/wc-api/uqpay_webhook to confirm payment outcomes (succeeded, failed, refunded). These callbacks are verified using HMAC-SHA512 signatures derived from the merchant’s webhook secret.
Service provider details and legal documents
By using this plugin, you and your customers agree to the UQPAY Terms of Service and Privacy Policy linked above.