Simplify Collections & Payments — Instantly
Built for modern businesses
Everything you need to accept payments and manage payouts at scale
Accept Payments. Instantly. With UPI.
UnitPe provides all UPI payment modes with zero settlement delay, no intermediaries, and better pricing. Your funds stay in your bank account.
Payouts Dashboard
Disburse Funds. At Scale. Instantly.
Send money to anyone, anywhere with complete control and automation. Perfect for vendor payments, salaries, refunds, and more.
Built for Every Industry
From fintech startups to enterprise platforms, UnitPe powers payments for businesses across industries
Made for Developers
Integrate UnitPe in minutes with our comprehensive SDKs, plugins, and RESTful APIs. Clear documentation and sandbox access included.
SDKs & Libraries
JavaScript, Node.js, Python, Java, PHP and more
Platform Plugins
WordPress, Shopify, Magento, WooCommerce
Documentation
Clear docs with sandbox access for testing
import { UnitPe } from '@unitpe/sdk';
const unitpe = new UnitPe({
apiKey: process.env.UNITPE_KEY
});
// Create payment
const payment = await unitpe.payments.create({
amount: 1299,
currency: 'INR',
method: 'upi',
customer: {
email: 'customer@example.com'
}
});
console.log(payment.status);
// => 'success'Certified & Secure
UnitPe follows global information security and compliance standards ensuring every transaction remains safe, secure, and traceable.