Payout API
Instantly disburse funds to any bank account, UPI ID, or wallet. With real-time status tracking and automated reconciliation, your payout operations stay seamless at any scale.
bolt Instant SettlementBoom Pay is a unified payment infrastructure platform built for developers and enterprises. Integrate UPI, AEPS, DMT, BBPS, Payout, and Recharge APIs with a single SDK — and go live in hours, not weeks.
Payment Services
Access India's complete financial services ecosystem through a single unified integration — from UPI to AEPS, DMT to BBPS.
Instantly disburse funds to any bank account, UPI ID, or wallet. With real-time status tracking and automated reconciliation, your payout operations stay seamless at any scale.
bolt Instant SettlementAccept payments via UPI, Credit/Debit Cards, Net Banking, and Wallets. Industry-leading success rates with intelligent routing and zero-friction checkout experiences.
bolt Multi-ChannelEnable Aadhaar-based banking services for cash withdrawals, balance inquiries, and mini statements. Empower rural India's unbanked population with our AEPS integration.
bolt Biometric AuthDomestic Money Transfer to any Indian bank account, 24/7/365. Support IMPS, NEFT, and RTGS rails with real-time delivery confirmation and automated reconciliation.
bolt 24/7 AvailableIntegrate Bharat Bill Payment System to enable electricity, water, gas, broadband, and insurance bill collections. One API to cover 20,000+ billers across India.
bolt 20,000+ BillersOffer mobile prepaid, postpaid, DTH, and FASTag recharge services. Widest operator coverage in India with real-time success confirmation and instant commission crediting.
bolt All Operators// Install: npm install @boompay/sdk const BoomPay = require('@boompay/sdk'); const client = new BoomPay({ apiKey: 'bp_live_••••••••', environment: 'production' }); // Execute instant payout via UPI async function disburseFunds() { const payout = await client.payouts.create({ amount: 500000, // ₹5,000 in paise currency: 'INR', method: 'upi', destination: 'merchant@okaxis', reference: 'ORDER_78234' }); console.log(`Status: ${payout.status}`); // → Status: SUCCESS | ID: pay_9xKLm... } // Webhook: real-time event streaming client.webhooks.on('payout.success', handler); client.webhooks.on('payout.failed', handler);
Developer First
Our REST API and SDKs are crafted for maximum productivity. Go from sandbox to production in hours with clean, predictable interfaces and world-class documentation.
JSON-first, versioned, and fully documented. Consistent error codes, predictable pagination, and intuitive resource naming.
Event-driven notifications for every transaction state — SUCCESS, PENDING, FAILED — delivered with signed payloads.
Native libraries for Node.js, Python, Go, Java, and PHP. Auto-generated types with TypeScript support.
Full-featured test environment with simulated responses, edge cases, and pre-loaded test credentials.
Why Boom Pay
We're not just another payment gateway. We're the infrastructure layer powering the next generation of Indian fintech applications.
Full regulatory compliance with Reserve Bank of India guidelines. Bank-grade security with PCI-DSS Level 1 certification and ISO 27001 infrastructure.
Multi-region deployment with automatic failover. Your payment flows never stop — even during peak load events like festival sales and GST deadlines.
One API key unlocks UPI, AEPS, DMT, BBPS, Cards, Wallets, and Recharge. No juggling multiple vendor contracts or reconciling disparate data sources.
Our AI-powered routing engine maximizes success rates by automatically selecting the optimal payment rail and bank partner for each transaction.
Every partner gets a dedicated technical account manager during integration. 24/7 support with sub-2-hour SLA for production issues.
Clear, usage-based pricing with no hidden fees, setup costs, or minimum commitments. Scale from 100 to 10 million transactions without renegotiating.
Fintech Insights
Expert guides, API tutorials, and industry analysis for Indian fintech builders.
Step-by-step walkthrough of UPI collect and intent flows, VPA validation, webhook handling, and production go-live checklist for Indian businesses.
Read article arrow_forwardAEPS adoption is accelerating across Tier-3 and Tier-4 markets. We analyze the business model, revenue potential, and technical requirements for CSP operators.
Read article arrow_forwardConfused between payment gateways and aggregators? We break down the key differences, RBI regulations, compliance requirements, and which to choose for your use case.
Read article arrow_forwardEverything you need to build a Bharat Bill Payment System integration — from fetching biller lists to handling payment confirmations and reconciliation reports.
Read article arrow_forwardNew RBI guidelines on payment aggregators, KYC norms, and data localisation. A practical checklist for Indian fintech startups navigating the regulatory landscape.
Read article arrow_forwardA complete technical guide to Domestic Money Transfer APIs — sender registration, beneficiary management, IMPS/NEFT routing, and dispute handling.
Read article arrow_forwardStart Building Today
Join 500+ businesses already using Boom Pay. Get your API keys in minutes — no credit card required.
FAQ