VyxPay connects merchants directly to their bank accounts. No payment gateway middleman. No 2% transaction fees. Money lands instantly.
Built for wholesalers, retailers, and DTC brands across India
Everything you need to accept payments directly into your bank account.
No percentage-based cuts. No hidden charges. Every rupee your customer pays lands in your bank account.
Money arrives in your bank account the moment a customer pays. No T+1 or T+2 delays. No float pool.
Automatically matches every UPI payment to your orders using UTR and amount verification. No manual bank statement checking.
Connect IDFC, ICICI, or Axis via OAuth. Read-only access. You stay in control.
Voice alerts on payment arrival. No hardware needed. Works on any device.
Drop in a single script tag. Generate Dynamic QR codes. Receive webhook confirmations.
Four simple steps. No complexity.
Link your IDFC, ICICI, or Axis bank account via secure OAuth. Read-only access. Takes 60 seconds.
Create Dynamic QR codes locked to specific amounts, or Static QR codes for your storefront. Share via WhatsApp or embed on your checkout page.
Customer scans the QR in any UPI app. Payment goes directly to your bank account. No middleman.
VyxPay detects the bank credit, matches it to your order, and fires a webhook to your system. Your dashboard updates in real-time.
Integrate VyxPay in minutes, not weeks. One script tag. Standardized webhooks. Zero PCI-DSS burden.
// Drop-in checkout integration
<script src="https://cdn.vyxpay.com/v1/vyxpay.js"
data-key="pk_live_xxxxxxxxxxxxx">
</script>
<script>
VyxPay.createPayment({
amount: 125000, // in paise
orderId: 'ORDER-12345',
onSuccess: (payment) => {
console.log('Paid!', payment.utr);
}
});
</script>
// HMAC-SHA256 signed webhook
{
"event": "payment.confirmed",
"order_id": "DP-ORDER-12345",
"utr": "IDFC2026030312345678901",
"amount": "1250.00",
"currency": "INR",
"status": "confirmed",
"timestamp": "2026-03-09T10:30:00Z",
"signature": "X-VyxPay-Signature"
}
Zero fees. No fine print. No hidden charges.
Enter your monthly transaction volume
Be among the first merchants to eliminate payment gateway fees. We'll notify you when VyxPay launches.