Automate 100% peer-to-merchant UPI payment collection for your business. Money lands directly in your bank account with instant UTR auto-verification. Zero gateway commission.
Realtime UTR Auto-Verify
Deploy instant zero-fee UPI payment collection across all your digital, retail, and self-service touchpoints.
Make payment acceptance a breeze by integrating dynamic QR codes into your website, e-commerce platform, and mobile apps.
Integrate Dynamic QR into your app and start accepting payments for premium features, subscriptions, or in-app purchases with ease.
Say goodbye to errors and delays at the point of sale. Display our dynamic QR code on your POS terminal and accept payments seamlessly.
Allow customers to make contactless payments at self-ordering kiosks in fast-food restaurants, vending machines in offices, airports, and parking lots with the help of Blink UPI dynamic QR feature.
Save thousands of rupees in monthly gateway charges with our direct peer-to-merchant UPI auto-settlement engine.
Keep 100% of your customer payments. Zero MDR cut, zero setup fees, and zero hidden per-transaction charges.
Money lands directly into your linked bank account or UPI VPA instantly without T+1 or T+2 waiting periods.
Automated high-speed crons poll and verify bank reference numbers (UTR) in seconds with 99.9% accuracy.
End-to-end SSL encryption with HMAC SHA256 API token verification ensures maximum transactional safety.
Accept payments from PhonePe, Google Pay, Paytm, CRED, BHIM, Mobikwik, Amazon Pay & all UPI apps.
5-minute integration into PHP, Node.js, Python, Laravel, WordPress, or Android using lightweight JSON endpoints.
Track daily revenues, success rates, pending orders, and webhook logs from your intuitive 2.0 dashboard.
Dedicated WhatsApp & Email technical support to assist you with API integration and merchant setup.
Simple cURL and JSON payload. Send transaction amount, order ID, and user token to receive instant payment QR link.
$url = 'https://' . $_SERVER['HTTP_HOST'] . '/api/create-order';
$payload = [
'user_token' => 'YOUR_BLINK_USER_TOKEN',
'amount' => '499.00',
'order_id' => 'ORD_' . rand(100000, 999999),
'customer_mobile' => '9876543210',
'redirect_url' => 'https://yourdomain.com/success',
];
$ch = curl_init($url);
curl_setopt($ch, CURLOPT_POST, true);
curl_setopt($ch, CURLOPT_POSTFIELDS, http_build_query($payload));
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
$response = json_decode(curl_exec($ch), true);
header('Location: ' . $response['result']['payment_url']);
Join thousands of merchants, OTT platforms, retail stores, and app developers saving millions with BlinkUPI 2.0.