Connect payment accounts
Add Manual UPI, Paytm or supported merchant accounts and manage active connections from one place.
Create secure UPI checkout links, connect merchant accounts, verify transactions and automate payment updates—all from one focused platform.
V2 brings the complete workflow together with clearer operations, stronger controls and a checkout that merchants can brand.
Add Manual UPI, Paytm or supported merchant accounts and manage active connections from one place.
Create single-use or reusable links with customer, amount, order reference, callback and expiry controls.
Customers can submit UTR references for Manual UPI. Merchants review and approve before success is confirmed.
Upload your business logo and select from five professional, responsive payment-page themes.
Notify connected systems when payments succeed, fail or change state, with delivery history for debugging.
Understand transactions, revenue, customer activity and payment performance from the merchant dashboard.
Use administrator-configured SMTP to send welcome messages and merchant payment-success alerts.
Invite merchants with a unique referral link and track registered, qualified and paid rewards.
CSRF protection, prepared database queries, rate limiting, audit activity and controlled payment finalization.
A focused workflow keeps merchants in control while customers get a fast, mobile-ready UPI checkout.
Add the business name, mobile number and merchant UPI details.
Use the dashboard or REST API with amount, customer and callback data.
Share the hosted checkout with QR, UPI intent and reference submission.
Update the transaction, notify the merchant and dispatch the configured webhook.
Create an order with JSON, redirect the customer to hosted checkout and verify the result through status APIs or webhooks.
curl -X POST https://fast.paykrdo.com/api/create-order \
-H "X-API-Key: pi_live_your_key" \
-H "X-API-Secret: sk_live_your_secret" \
-H "Content-Type: application/json" \
-d '{
"amount": "1499.00",
"order_id": "ORD_2026_V2",
"customer_name": "Customer Name",
"callback_url": "https://shop.example/success"
}'Plan prices and limits below are managed directly from the administrator dashboard.
Set up your merchant workspace and create your first payment link.