Payment Gateway
Billdesk Payment SDK
Integrate India's leading payment gateway with our unified SDK. Accept payments via UPI, Net Banking, Cards, and Wallets with enterprise-grade security.
billdesk-example.ts
import { Billdesk } from '@paisafintech/payments';
const billdesk = new Billdesk({
merchantId: 'YOUR_MERCHANT_ID',
secretKey: 'YOUR_SECRET_KEY',
environment: 'production'
});
// Create a payment order
const order = await billdesk.createOrder({
amount: 1000,
currency: 'INR',
orderId: 'ORDER_123',
customerEmail: 'customer@example.com',
returnUrl: 'https://yoursite.com/callback'
});
// Redirect to payment page
window.location.href = order.paymentUrl;Why use our Billdesk SDK?
Built for developers, trusted by enterprises. Everything you need to accept payments.
Easy Integration
Get started with just a few lines of code. Our SDK handles all the complexity.
Secure Transactions
PCI-DSS compliant with end-to-end encryption for all payment data.
Multiple Payment Modes
Support for UPI, Net Banking, Cards, Wallets, and more.
Real-time Webhooks
Get instant notifications for payment status updates.
Comprehensive Dashboard
Monitor transactions, refunds, and settlements in real-time.
24/7 Support
Dedicated support team to help you with any integration issues.
Ready to get started?
Start integrating Billdesk payments in minutes with our comprehensive SDK.