For merchants
Connect Paytm, BharatPe, or Manual UPI. Share payment links or QR. See every order succeed or stay pending until confirmed.
Wigope Retail Connect
Create a payment link, customer pays with any UPI app, you get verified status and webhooks.
What is Retail Connect?
Instead of juggling personal UPI chats and screenshots, Retail Connect gives you a merchant account, hosted checkout, order tracking, and developer APIs — branded as Wigope Retail Connect on retailconnect.wigope.com.
Connect Paytm, BharatPe, or Manual UPI. Share payment links or QR. See every order succeed or stay pending until confirmed.
A clean mobile checkout: amount, merchant name, UPI apps (GPay / PhonePe / Paytm), QR, and a short timer so links don’t linger.
REST create-order and check-status with API key + secret. Redirect to payment_url, then verify with status or signed webhooks.
How it works
No payment gateway maze — connect an account, create a link or API order, customer pays on hosted checkout, you get confirmation.
Register, verify mobile, pick a plan, and open the Retail Connect dashboard.
Add Paytm Business, BharatPe, or Manual UPI so collections land in your merchant VPA.
Dashboard payment links, or POST /api/create-order.php with amount, order_id, and customer name.
They open the 10-minute checkout. You poll check-status or listen for payment.success webhooks.
Inside the product
Switch between enabled gateways. Plans can limit which gateways a merchant may use.
One-time or reusable links with amount, order id, callback URL, and automatic expiry.
Mobile-first pay page with UPI intents, QR, share sheet, and live status polling.
For Manual UPI, customers submit UTR; you approve before marking success.
HMAC-signed webhooks plus browser redirect after pay — always re-check status server-side.
Live key and secret for create-order / check-status. Docs at docs.wigope.com/retail-connect.
Developers
Authenticate with X-API-Key and X-API-Secret. Redirect the buyer to payment_url. Confirm with check-status or webhooks.
curl -X POST https://retailconnect.wigope.com/api/create-order.php \
-H "X-API-Key: pi_live_••••" \
-H "X-API-Secret: sk_live_••••" \
-H "Content-Type: application/json" \
-d '{
"amount": "1499.00",
"order_id": "ORD_SHOP_1001",
"customer_name": "Asha Retail",
"callback_url": "https://yoursite.com/paid"
}'
Pricing
Same plans as in your merchant billing — Free, Starter, and Business. Upgrade anytime after signup.
Perfect for side hustles & small ops
Free forever
Best value
Great for growing businesses
₹499 / month
Built for serious sales volume
₹1,499 / month
Wigope Retail Connect
Open a merchant account, connect a gateway, and create your first payment link in minutes.