The payments layer built for Nepal
Accept eSewa, Khalti, and ConnectIPS through one API. Host your checkout, send payment links, and manage everything from a single dashboard — without stitching together separate integrations.
ABC Store
Order #PB-2081
Total due
NPR 2,500
Pay with
eSewa
Redirect & verify
Khalti
Redirect & verify
ConnectIPS
Redirect & verify
Secured by PayBridge NP
Payment verified
NPR 2,500 · eSewa · just now
Works with Nepal's trusted payment providers
How it works
Up and running in under an hour
Connect your existing merchant accounts. No new banking relationships, no fund-holding agreements, no separate eSewa and Khalti contracts.
Connect your providers
Add your existing eSewa and Khalti merchant credentials in the dashboard. One-time setup — no new bank accounts or separate API contracts.
Accept from anywhere
Embed the hosted checkout in your site, generate a payment link to share, or use the REST API to build a custom flow.
Settle directly
Your customer pays via eSewa, Khalti, or ConnectIPS. Funds land in your provider account. PayBridge fires a signed webhook when it's confirmed.
Product
Everything merchants need to collect in Nepal
From the checkout your customers see to the dashboard your team uses — built as one connected product, not a collection of tools.
Hosted Checkout
A clean, mobile-optimized checkout page that shows your merchant name and lets customers pick their preferred provider. No frontend work required.
Payment Links
Generate a shareable link and send it anywhere — WhatsApp, Instagram, email, or SMS. Works for invoices, fees, deposits, or any manual collection.
Merchant Dashboard
All your payments, sessions, refund requests, and provider references in one place. Debug issues and track collections without writing queries.
Reliable Webhooks
Signed webhook delivery with automatic retries and exponential backoff — up to 5 attempts over 8 hours. Never miss a payment event.
Public Payment Tracking
Share a tracking link with your customers so they can check their own payment status. Cuts support load and builds customer confidence.
Direct Settlement
Funds flow from your customer directly to your eSewa or Khalti merchant account. PayBridge is the orchestration layer — we never hold your money.
Sandbox mode
Test your entire payment flow without real money. Separate API keys for sandbox and live. Switch to live mode when you're confident everything works.
TypeScript SDK
A fully typed SDK that handles checkout session creation, webhook signature verification, and payment status checks. PHP and Python SDKs coming soon.
Developers
Simple by design.
Powerful by default.
A clean TypeScript SDK, a RESTful API, and structured webhook events. Integrate all three Nepal payment providers in hours, not days.
- TypeScript SDK with full type safety and autocomplete
- Signed webhook payloads with HMAC-SHA256 verification
- Idempotency keys for safe retries and deduplication
- Separate sandbox and live environments with their own keys
- Detailed API reference with request and response examples
import { PayBridge } from "@paybridge/sdk"
const client = new PayBridge({
secretKey: "sk_live_...",
});
const session = await client.checkout.create({
amount: 250000, // NPR 2,500 in paisa
currency: "NPR",
returnUrl: "https://mystore.com/success",
cancelUrl: "https://mystore.com/cart",
metadata: { orderId: "ORD-7842" },
});
// Redirect customer to session.checkoutUrlUse cases
Built for real Nepal merchant workflows
Not every payment starts with a polished checkout page. Many begin with a chat message, a fee reminder, or a manual order confirmation. PayBridge supports the whole picture.
E-commerce Stores
Shops on custom sites, Shopify, or any platform that needs a Nepal payment step without building separate integrations.
Schools & Institutes
Collect tuition fees, course registrations, and exam payments via links. Track every collection from one dashboard.
Services & Agencies
Invoice clients and collect deposit payments without a full billing system. Works for freelancers too.
Social Commerce
Merchants taking orders on Instagram, Facebook, or WhatsApp who need a clean, trusted payment step before fulfilment.
SaaS & Apps
Applications that need Nepal payment rails without integrating eSewa and Khalti separately for every feature.
Events & Bookings
Event organizers, tourism operators, and booking platforms collecting NPR deposits and registration fees.
Direct settlement — no float, no escrow
Unlike traditional payment gateways, PayBridge never holds your funds. Your customer's payment goes directly into your own eSewa or Khalti merchant account. PayBridge just orchestrates the flow and keeps the records.
Pricing
Payment acceptance stays free
Use PayBridge to accept payments at no platform transaction fee. Premium adds merchant operations software on top, while payment acceptance stays free.
Free
Start without subscription fees
- Checkout API and hosted checkout
- eSewa, Khalti, and ConnectIPS
- Payment links and refunds
- Basic dashboard and analytics
- Webhook delivery and public tracking
- Up to 1 team member
Premium
Upgrade later
For teams that need more control
- Everything in Free
- Billing: plans, invoices, reminders
- Advanced analytics, replay, and audit logs
- Customer SMS notifications
- Ad-free checkout and premium themes
- Up to 10 team members
Ready to accept payments in Nepal?
Set up in minutes. Test in sandbox. Go live when ready. No fund-holding, no new bank accounts — connect your existing eSewa or Khalti merchant credentials and start collecting.