Automate Jio Recharges via WhatsApp-API

Customer: AI | Published: 11.12.2025

Title: Jio Recharge Automation (WhatsApp → MyJio → API Integration) Description: I need an end-to-end automation system for completing Jio mobile recharges using WhatsApp and MyJio, fully integrated with my API. Required Workflow: Fetch recharge request from my API GET /api/recharge/next Response contains: mobile, amount, job_id, client_request_id. Send the customer mobile number to Jio’s WhatsApp bot WhatsApp number: 7001170011 Read incoming messages and extract the payment link. Open the payment link automatically Link opens in MyJio app. Wallets (Mobikwik / Amazon Pay) will already be logged-in. Automation must complete the payment. Capture the recharge result Extract transaction_id, status (success/failed), and timestamp. Send the result back to my API POST /api/recharge/callback Body must include: job_id, client_request_id, mobile, amount, transaction_id, status, timestamp. Handle API responses Support both 200 OK responses and 202 Accepted with status_url. Implement retry logic and idempotency using client_request_id. Technology Flexibility: You may use any stable approach: Python / Node.js Selenium / Appium WhatsApp Cloud API or WhatsApp automation libraries Mobile device or emulator for MyJio flow Deliverables: Full working code Setup guide + documentation Error handling (retries, logging) Postman collection for the APIs Demo video showing the complete flow Important: Only apply if you have experience in automation, WhatsApp bots, Appium/Selenium, WebView flows, or API integrations.