Fast, secure & developer-friendly UPI payment gateway for modern businesses. Start accepting payments in minutes with our powerful API.
Trusted by startups & growing businesses
Powerful features designed for developers and businesses of all sizes
Accept real-time UPI payments with zero delays and instant settlement notifications
Generate unique payment QR codes for each transaction or use reusable static QR codes
Create shareable payment links that work across all platforms and messaging apps
Real-time webhook notifications for all payment events with secure payload delivery
Developer-friendly REST APIs with comprehensive documentation and code samples
Monitor transactions, settlements, and analytics through our intuitive dashboard
Get started in four simple steps
Create your account and add our lightweight SDK or REST API to your application in minutes
Create dynamic QR codes or payment links for your customers instantly
Users complete payment seamlessly via any UPI app like Google Pay, PhonePe, Paytm
Receive instant webhook callbacks and view settlements in real-time dashboard
Simple REST APIs, comprehensive documentation, and webhook support make integration a breeze. Test in sandbox mode before going live.
// Create a payment request
const response = await fetch(
'https://api.spacepay.in/v1/payments',
{
method: 'POST',
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json'
},
body: JSON.stringify({
amount: 1000,
currency: 'INR',
description: 'Order #1234',
customer: {
name: 'John Doe',
phone: '+919876543210'
},
webhook_url: 'https://yoursite.com/webhook'
})
}
);
const payment = await response.json();
console.log(payment.qr_code_url);Choose the plan that fits your business. No hidden fees, no surprises.
0% Setup Fee • UPI-native pricing • Cancel anytime
Your payments are protected with industry-leading security standards
Military-grade encryption for all transactions with PCI DSS compliance
End-to-end encryption for all payment data and customer information
HMAC-signed webhooks ensure data integrity and prevent tampering
Fully compliant with RBI, NPCI, and PCI security standards
Join thousands of businesses already using SpacePay. No setup fees, no hidden charges.