Accept UPI Payments Without Limits

The ultimate developer-first payment gateway powered natively by Paytm Merchant API. Zero arbitrary restrictions, infinite scalability, and instant settlements.

Start Processing Free View Documentation
Bank-Grade Security
Real-time Webhooks
Easy Integration
VERIFIED MERCHANT
₹1,999.00
0
Transactions Processed
0 Cr+
Volume Handled
0
Active Developers
0%
System Uptime

Built for Developers

Everything you need to accept payments reliably.

Paytm API Core

Direct integration with Paytm's secure nodes. Wallet, Cards, Netbanking and UPI intents natively supported.

Real-time Webhooks

Instant HMAC-SHA256 signed POST requests to your server the millisecond a payment is confirmed.

Custom Branding

Add your logo, brand name, and custom colors to the checkout page. Make it completely yours.

No-Code Links

Generate shareable payment links instantly from the dashboard. Perfect for Telegram bots and social media.

Double Verification

Every callback is verified via checksum AND double-checked against Paytm's live Status API. Zero spoofing.

Smart Polling Engine

Payments made after UI expiry are caught silently in the background and recovered seamlessly.

Integration in Minutes

1

Get API Key

Register and instantly generate your 64-character API key.

2

Create Order

Send a simple POST request to our /api/v1/create.php endpoint.

3

Receive Webhook

Get notified instantly on your server when the user pays.

Developer First API

PHP (cURL)
Python
Node.js
$ch = curl_init('https://tuman.abhrostore.in/api/v1/create.php');
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, [
    'X-API-KEY: your_64_char_api_key',
    'Content-Type: application/json'
]);
curl_setopt($ch, CURLOPT_POSTFIELDS, json_encode([
    'order_id' => 'ORD_' . time(),
    'amount' => 499.00,
    'customer_email' => 'user@example.com'
]));

$response = curl_exec($ch);
$data = json_decode($response, true);

echo "Payment URL: " . $data['payment_url'];

Transparent Pricing

Start free. Scale without limits.

Developer

Free/forever
  • Standard API Rate Limits
  • Real-time Webhooks
  • ₹5,000 Max Transaction
  • Community Support
Get Started

Enterprise

Custom
  • Unlimited API Calls
  • Dedicated IP Whitelisting
  • Dedicated Account Manager
  • 99.99% SLA Guarantee
Contact Sales