
Pre-built UI with dynamic QR logic and native UPI intent optimization.
Integrate WizardWizard is our drop-in checkout widget. Plop a small script tag onto your HTML, tell us the order amount, and we render a beautiful, highly-optimized checkout modal right over your website.
Why SMEPay Wizard?
Faster checkout vs traditional gateways. Traditional gateways bombard users with irrelevant payment options (Netbanking, Cards) before showing UPI. Wizard serves India's primary payment method instantly.
<!-- Drop this script -->
<script src="https://js.smepay.in/v1/wizard.js"></script>
<!-- Call it -->
<script>
let wizard = new SMEPay(API_KEY);
wizard.open({
amount: 500,
orderId: "ORD_123"
});
</script>
By skipping card input forms entirely, your users execute payment approvals in seconds instead of minutes.
Wizard detects the device. Laptop? It shows a dynamic QR for scanning. Phone? It triggers deep-links to GPay/PhonePe.
Bank down? The widget intuitively allows customers to retry with an alternate UPI app instantly without losing context.
If you have a custom codebase, React app, or simple HTML landing page and don't want to build a backend checkout form from scratch, Wizard handles the heavy lifting UI/UX.