India's most premium payment gateway platform built for startups, merchants, and developers. Connect Paytm, PhonePe, and get REST API access in minutes.
Scan QR Code to Verify Autopay
Link your Paytm Business credentials (MID, UPI ID, Mobile Number) directly and receive customer payouts on your own account.
Configure HTTP post webhook endpoints to receive async status notifications (success, pending, failed) signed with HMAC-SHA256.
Simple cURL/JSON endpoints to create orders and check payment status programmatically inside Sandbox or Production environments.
Interactive ApexCharts visualization tracking monthly revenue growth, total payouts, success rates, and customer statistics.
Generate reusable or single-use secure payment links with custom expirations to collect client payouts via SMS or WhatsApp.
Robust backend layers utilizing JWT, CSRF protection, SQL injection prevention, rate limiting, and activity audit trails.
Our REST API is simple and clean. Use standard JSON requests to integrate our checkout popup directly into your website or mobile app.
Get your API Keys nowcurl -X POST https://pay.rentxprime.in/api/create-order \
-H "X-API-Key: pi_live_your_api_key" \
-H "X-API-Secret: sk_live_your_api_secret" \
-H "Content-Type: application/json" \
-d '{
"amount": "1499.00",
"order_id": "ORD0099",
"customer_name": "Customer Name",
"callback_url": "https://yourwebsite.com/success"
}'
Sign up today to test API credentials, build customized links, and accept Paytm/UPI transactions immediately.
Create Free Account