diff --git a/autojs/phonepe.js b/autojs/phonepe.js new file mode 100644 index 0000000..374ddf8 --- /dev/null +++ b/autojs/phonepe.js @@ -0,0 +1,101 @@ +// 先打开 PhonePe 应用 + +console.log("正在启动 PhonePe 应用..."); +app.launch("com.phonepe.app"); + +// 等待应用加载 +// sleep(3000); +// 简化:直接通过 id 查找并点击,找不到则坐标点击后备 +console.log("开始搜索 tvPay (com.phonepe.app:id/tvPay) 元素..."); +var el = id("com.phonepe.app:id/tvPay").findOne(1000); +if (el) { + console.log("找到 tvPay,尝试 click()..."); + if (!el.click()) { + var b = el.bounds(); + click(Math.floor((b.left + b.right) / 2), Math.floor((b.top + b.bottom) / 2)); + } + console.log("点击完成"); +} else { + console.log("未找到 tvPay,使用默认坐标点击作为后备"); + // 请根据设备分辨率调整坐标 + click(360, 1440); + console.log("后备坐标点击已执行"); +} + +// 等待支付界面加载 +sleep(5000); + +// 填写金额 +var amountEl = id("com.phonepe.app:id/et_amount").findOne(2000); +if (amountEl) { + amountEl.click(); + sleep(300); + amountEl.setText('1'); +} else { + input('1'); +} +sleep(1000); + +// 填写备注 +var notesEl = id("com.phonepe.app:id/et_notes").findOne(2000); +if (notesEl) { + notesEl.click(); + sleep(300); + notesEl.setText('No Body'); +} else { + input('No Body'); +} +sleep(1000); + +// 点击继续 +var proceedEl = id("com.phonepe.app:id/fl_proceed_bar_container").findOne(2000); +if (proceedEl) { + console.log("找到继续按钮,尝试 click()..."); + // proceedEl.click(); + click(360, 950); +} else { + console.log("未找到继续按钮,使用默认坐标点击作为后备"); + click(360, 950); +} +sleep(3000); + +// 最后点击支付 +click(360, 1436); // 点击支付 + +// 定义函数:查找并点击 clickable 的控件,包含指定文本 +function findAndClickByText(text) { + var elements = className('TextView').clickable(true).find(); + console.log("找到 " + elements.length + " 个 clickable TextView 控件"); + + for (var i = 0; i < elements.length; i++) { + var elementText = elements[i].text(); + console.log("控件 " + (i + 1) + ": [" + elementText + "]"); + + if (elementText == text) { + console.log("找到匹配的控件: " + text + ",点击中..."); + elements[i].click(); + sleep(300); + return true; + } + } + + console.log("未找到包含 '" + text + "' 的控件"); + return false; +} + +// 输入 pin +sleep(2000); +console.log("开始使用 clickable 控件输入 PIN 1123..."); +sleep(300); + +// 依次点击: 1, 1, 2, 3 +var sequence = ['1', '1', '2', '3']; +for (var j = 0; j < sequence.length; j++) { + console.log("\\n第 " + (j + 1) + " 步: 查找并点击数字 " + sequence[j]); + findAndClickByText(sequence[j]); +} + +sleep(1000); + +click(600, 1418); +console.log("PIN 输入完成,支付流程结束。"); diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..e14f9af Binary files /dev/null and b/icon.png differ diff --git a/log/mobikwik_transactions.json b/log/mobikwik_transactions.json new file mode 100644 index 0000000..9cccaa4 --- /dev/null +++ b/log/mobikwik_transactions.json @@ -0,0 +1,739 @@ +{ + "success": true, + "data": { + "showmore": true, + "historyData": [ + { + "date": 1769604506000, + "transactionId": "152844559677", + "description": "Received from Uma Maheswari R", + "mode": "credit", + "iconUrl": "https://static.mobikwik.com/appdata/history/v2/upi.png", + "category": "Upi Pay", + "helpCategory": "Upi", + "helpCategoryDeepLink": "mobikwik://help/Upi?txnid=152844559677", + "amount": 1.86, + "mobileNumber": "", + "invoice": true, + "transactionGroup": "100", + "showInvoiceFromHistory": false, + "rrn": "941808575526", + "status": "success", + "wallet": [], + "repeatTransaction": "mobikwik://upi/verifyVpa?vpa=9363185743@axl", + "repeatLabel": "Pay Sender", + "balanceBeforeUpdate": 202.69, + "txnType": "UPI_PAY", + "acquirerVPA": "9363185743@axl", + "paymentInstrumentDetails": [ + { + "paymentModes": "upi", + "subPaymentModes": null, + "paymentInfo": "", + "amount": 1.86 + } + ], + "beneficiaryName": "Uma Maheswari R", + "showCreditedTo": true, + "multipleTxn": false, + "txnParent": false, + "recharge": false + }, + { + "date": 1769604356000, + "transactionId": "152844397915", + "description": "Received from Uma Maheswari R", + "mode": "credit", + "iconUrl": "https://static.mobikwik.com/appdata/history/v2/upi.png", + "category": "Upi Pay", + "helpCategory": "Upi", + "helpCategoryDeepLink": "mobikwik://help/Upi?txnid=152844397915", + "amount": 1.66, + "mobileNumber": "", + "invoice": true, + "transactionGroup": "100", + "showInvoiceFromHistory": false, + "rrn": "503347492279", + "status": "success", + "wallet": [], + "repeatTransaction": "mobikwik://upi/verifyVpa?vpa=9363185743@ybl", + "repeatLabel": "Pay Sender", + "balanceBeforeUpdate": 202.69, + "txnType": "UPI_PAY", + "acquirerVPA": "9363185743@ybl", + "paymentInstrumentDetails": [ + { + "paymentModes": "upi", + "subPaymentModes": null, + "paymentInfo": "", + "amount": 1.66 + } + ], + "beneficiaryName": "Uma Maheswari R", + "showCreditedTo": true, + "multipleTxn": false, + "txnParent": false, + "recharge": false + }, + { + "date": 1769604303000, + "transactionId": "152844361591", + "description": "Received from Uma Maheswari R", + "mode": "credit", + "iconUrl": "https://static.mobikwik.com/appdata/history/v2/upi.png", + "category": "Upi Pay", + "helpCategory": "Upi", + "helpCategoryDeepLink": "mobikwik://help/Upi?txnid=152844361591", + "amount": 1.66, + "mobileNumber": "", + "invoice": true, + "transactionGroup": "100", + "showInvoiceFromHistory": false, + "rrn": "166271527288", + "status": "success", + "wallet": [], + "repeatTransaction": "mobikwik://upi/verifyVpa?vpa=9363185743@ybl", + "repeatLabel": "Pay Sender", + "balanceBeforeUpdate": 202.69, + "txnType": "UPI_PAY", + "acquirerVPA": "9363185743@ybl", + "paymentInstrumentDetails": [ + { + "paymentModes": "upi", + "subPaymentModes": null, + "paymentInfo": "", + "amount": 1.66 + } + ], + "beneficiaryName": "Uma Maheswari R", + "showCreditedTo": true, + "multipleTxn": false, + "txnParent": false, + "recharge": false + }, + { + "date": 1769600377000, + "transactionId": "OMK274b03762c3e12d", + "description": "Mahipal@godara", + "mode": "debit", + "iconUrl": "https://static.mobikwik.com/appdata/history/v2/upi.png", + "category": "Upi Pay", + "helpCategory": "Upi", + "helpCategoryDeepLink": "mobikwik://help/Upi?txnid=OMK274b03762c3e12d", + "amount": 100.0, + "mobileNumber": "", + "invoice": true, + "transactionGroup": "100", + "showInvoiceFromHistory": false, + "rrn": "102564728149", + "status": "success", + "wallet": [], + "balanceBeforeUpdate": 202.69, + "txnType": "UPI_PAY", + "acquirerVPA": "XXXXXXXX0129", + "paymentInstrumentDetails": [ + { + "paymentModes": "upi", + "subPaymentModes": null, + "paymentInfo": "", + "amount": 100.0 + } + ], + "beneficiaryName": "Mahipal@godara", + "showCreditedTo": false, + "multipleTxn": false, + "txnParent": false, + "recharge": false + }, + { + "date": 1769160407000, + "transactionId": "PTM45ca208afad741b7b690361ef7ef36c8", + "description": "Money received from GURVIR SINGH", + "mode": "credit", + "iconUrl": "https://static.mobikwik.com/appdata/history/v2/moneyadded.png", + "category": "Upi Collect Wallet", + "helpCategory": "Upi", + "helpCategoryDeepLink": "mobikwik://help/Upi?txnid=PTM45ca208afad741b7b690361ef7ef36c8", + "amount": 99.9, + "mobileNumber": "", + "invoice": true, + "transactionGroup": "100", + "showInvoiceFromHistory": false, + "status": "success", + "wallet": [ + { + "totalAmount": 99.9, + "id": 1, + "walletType": "ADDMONEY", + "amount": 99.9, + "balanceBeforeTransaction": 102.16 + } + ], + "balanceBeforeUpdate": 102.78999999999999, + "txnType": "UPI_COLLECT_WALLET", + "paymentInstrumentDetails": [ + { + "paymentModes": "upi", + "subPaymentModes": "wupi", + "paymentInfo": "", + "amount": 99.9 + } + ], + "showCreditedTo": true, + "multipleTxn": false, + "txnParent": false, + "recharge": false + }, + { + "date": 1769082357000, + "transactionId": "YBL17d1f56015be4511a95ad64a1a110c7f", + "description": "Money received from MAHIPAL GODARA", + "mode": "credit", + "iconUrl": "https://static.mobikwik.com/appdata/history/v2/moneyadded.png", + "category": "Upi Collect Wallet", + "helpCategory": "Upi", + "helpCategoryDeepLink": "mobikwik://help/Upi?txnid=YBL17d1f56015be4511a95ad64a1a110c7f", + "amount": 99.1, + "mobileNumber": "", + "invoice": true, + "transactionGroup": "100", + "showInvoiceFromHistory": false, + "status": "success", + "wallet": [ + { + "totalAmount": 99.1, + "id": 1, + "walletType": "ADDMONEY", + "amount": 99.1, + "balanceBeforeTransaction": 3.06 + } + ], + "balanceBeforeUpdate": 3.6900000000000057, + "txnType": "UPI_COLLECT_WALLET", + "paymentInstrumentDetails": [ + { + "paymentModes": "upi", + "subPaymentModes": "wupi", + "paymentInfo": "", + "amount": 99.1 + } + ], + "showCreditedTo": true, + "multipleTxn": false, + "txnParent": false, + "recharge": false + }, + { + "date": 1768900532000, + "transactionId": "OMK2747090dd784fb0", + "description": "Mahipal@godara", + "mode": "debit", + "iconUrl": "https://static.mobikwik.com/appdata/history/v2/upi.png", + "category": "Upi Pay", + "helpCategory": "Upi", + "helpCategoryDeepLink": "mobikwik://help/Upi?txnid=OMK2747090dd784fb0", + "amount": 100.0, + "mobileNumber": "", + "invoice": true, + "transactionGroup": "100", + "showInvoiceFromHistory": false, + "rrn": "102506045166", + "status": "success", + "wallet": [], + "balanceBeforeUpdate": 3.69, + "txnType": "UPI_PAY", + "acquirerVPA": "XXXXXXXX0129", + "paymentInstrumentDetails": [ + { + "paymentModes": "upi", + "subPaymentModes": null, + "paymentInfo": "", + "amount": 100.0 + } + ], + "beneficiaryName": "Mahipal@godara", + "showCreditedTo": false, + "multipleTxn": false, + "txnParent": false, + "recharge": false + }, + { + "date": 1768743625000, + "transactionId": "152189298620", + "description": "Received from Akashkumar Ananthase", + "mode": "credit", + "iconUrl": "https://static.mobikwik.com/appdata/history/v2/upi.png", + "category": "Upi Pay", + "helpCategory": "Upi", + "helpCategoryDeepLink": "mobikwik://help/Upi?txnid=152189298620", + "amount": 1.0, + "mobileNumber": "", + "invoice": true, + "transactionGroup": "100", + "showInvoiceFromHistory": false, + "rrn": "647626854415", + "status": "success", + "wallet": [], + "repeatTransaction": "mobikwik://upi/verifyVpa?vpa=7604923677@ibl", + "repeatLabel": "Pay Sender", + "balanceBeforeUpdate": 3.69, + "txnType": "UPI_PAY", + "acquirerVPA": "7604923677@ibl", + "paymentInstrumentDetails": [ + { + "paymentModes": "upi", + "subPaymentModes": null, + "paymentInfo": "", + "amount": 1.0 + } + ], + "beneficiaryName": "Akashkumar Ananthase", + "showCreditedTo": true, + "multipleTxn": false, + "txnParent": false, + "recharge": false + }, + { + "date": 1768664568000, + "transactionId": "IBLa28426d49ebd4e83a0ad8dbb9d58552d", + "description": "Money received from AKASHKUMAR ANANTHASE", + "mode": "credit", + "iconUrl": "https://static.mobikwik.com/appdata/history/v2/moneyadded.png", + "category": "Upi Collect Wallet", + "helpCategory": "Upi", + "helpCategoryDeepLink": "mobikwik://help/Upi?txnid=IBLa28426d49ebd4e83a0ad8dbb9d58552d", + "amount": 1.0, + "mobileNumber": "", + "invoice": true, + "transactionGroup": "100", + "showInvoiceFromHistory": false, + "status": "success", + "wallet": [ + { + "totalAmount": 1, + "id": 1, + "walletType": "ADDMONEY", + "amount": 1, + "balanceBeforeTransaction": 2.06 + } + ], + "balanceBeforeUpdate": 2.69, + "txnType": "UPI_COLLECT_WALLET", + "paymentInstrumentDetails": [ + { + "paymentModes": "upi", + "subPaymentModes": "wupi", + "paymentInfo": "", + "amount": 1.0 + } + ], + "showCreditedTo": true, + "multipleTxn": false, + "txnParent": false, + "recharge": false + }, + { + "date": 1768664370000, + "transactionId": "PTM8e8c4006aed54c2683a14e72b6d1e185", + "description": "Money received from UMA MAHESWARI R", + "mode": "credit", + "iconUrl": "https://static.mobikwik.com/appdata/history/v2/moneyadded.png", + "category": "Upi Collect Wallet", + "helpCategory": "Upi", + "helpCategoryDeepLink": "mobikwik://help/Upi?txnid=PTM8e8c4006aed54c2683a14e72b6d1e185", + "amount": 1.0, + "mobileNumber": "", + "invoice": true, + "transactionGroup": "100", + "showInvoiceFromHistory": false, + "status": "success", + "wallet": [ + { + "totalAmount": 1, + "id": 1, + "walletType": "ADDMONEY", + "amount": 1, + "balanceBeforeTransaction": 1.06 + } + ], + "balanceBeforeUpdate": 1.69, + "txnType": "UPI_COLLECT_WALLET", + "paymentInstrumentDetails": [ + { + "paymentModes": "upi", + "subPaymentModes": "wupi", + "paymentInfo": "", + "amount": 1.0 + } + ], + "showCreditedTo": true, + "multipleTxn": false, + "txnParent": false, + "recharge": false + }, + { + "date": 1768660215000, + "transactionId": "IBLfa088a950c464177afc362dc62057720", + "description": "Money received from AKASHKUMAR ANANTHASE", + "mode": "credit", + "iconUrl": "https://static.mobikwik.com/appdata/history/v2/moneyadded.png", + "category": "Upi Collect Wallet", + "helpCategory": "Upi", + "helpCategoryDeepLink": "mobikwik://help/Upi?txnid=IBLfa088a950c464177afc362dc62057720", + "amount": 1.06, + "mobileNumber": "", + "invoice": true, + "transactionGroup": "100", + "showInvoiceFromHistory": false, + "status": "success", + "wallet": [ + { + "totalAmount": 1.06, + "id": 1, + "walletType": "ADDMONEY", + "amount": 1.06, + "balanceBeforeTransaction": 0 + } + ], + "balanceBeforeUpdate": 0.6299999999999999, + "txnType": "UPI_COLLECT_WALLET", + "paymentInstrumentDetails": [ + { + "paymentModes": "upi", + "subPaymentModes": "wupi", + "paymentInfo": "", + "amount": 1.06 + } + ], + "showCreditedTo": true, + "multipleTxn": false, + "txnParent": false, + "recharge": false + }, + { + "date": 1768645009000, + "transactionId": "152103726419", + "description": "Received from Kamlesh Kumar", + "mode": "credit", + "iconUrl": "https://static.mobikwik.com/appdata/history/v2/upi.png", + "category": "Upi Pay", + "helpCategory": "Upi", + "helpCategoryDeepLink": "mobikwik://help/Upi?txnid=152103726419", + "amount": 299.2, + "mobileNumber": "", + "invoice": true, + "transactionGroup": "100", + "showInvoiceFromHistory": false, + "rrn": "601735140279", + "status": "success", + "wallet": [], + "repeatTransaction": "mobikwik://upi/verifyVpa?vpa=9636740768@pthdfc", + "repeatLabel": "Pay Sender", + "balanceBeforeUpdate": 0.63, + "txnType": "UPI_PAY", + "acquirerVPA": "9636740768@pthdfc", + "paymentInstrumentDetails": [ + { + "paymentModes": "upi", + "subPaymentModes": null, + "paymentInfo": "", + "amount": 299.2 + } + ], + "beneficiaryName": "Kamlesh Kumar", + "showCreditedTo": true, + "multipleTxn": false, + "txnParent": false, + "recharge": false + }, + { + "date": 1768630058000, + "transactionId": "152086385781", + "description": "Received from Akashkumar Ananthase", + "mode": "credit", + "iconUrl": "https://static.mobikwik.com/appdata/history/v2/upi.png", + "category": "Upi Pay", + "helpCategory": "Upi", + "helpCategoryDeepLink": "mobikwik://help/Upi?txnid=152086385781", + "amount": 1.06, + "mobileNumber": "", + "invoice": true, + "transactionGroup": "100", + "showInvoiceFromHistory": false, + "rrn": "371092571071", + "status": "success", + "wallet": [], + "repeatTransaction": "mobikwik://upi/verifyVpa?vpa=7604923677@ibl", + "repeatLabel": "Pay Sender", + "balanceBeforeUpdate": 0.63, + "txnType": "UPI_PAY", + "acquirerVPA": "7604923677@ibl", + "paymentInstrumentDetails": [ + { + "paymentModes": "upi", + "subPaymentModes": null, + "paymentInfo": "", + "amount": 1.06 + } + ], + "beneficiaryName": "Akashkumar Ananthase", + "showCreditedTo": true, + "multipleTxn": false, + "txnParent": false, + "recharge": false + }, + { + "date": 1768628269000, + "transactionId": "152084476200", + "description": "Received from Akashkumar Ananthase", + "mode": "credit", + "iconUrl": "https://static.mobikwik.com/appdata/history/v2/upi.png", + "category": "Upi Pay", + "helpCategory": "Upi", + "helpCategoryDeepLink": "mobikwik://help/Upi?txnid=152084476200", + "amount": 1.06, + "mobileNumber": "", + "invoice": true, + "transactionGroup": "100", + "showInvoiceFromHistory": false, + "rrn": "858503641870", + "status": "success", + "wallet": [], + "repeatTransaction": "mobikwik://upi/verifyVpa?vpa=7604923677@ibl", + "repeatLabel": "Pay Sender", + "balanceBeforeUpdate": 0.63, + "txnType": "UPI_PAY", + "acquirerVPA": "7604923677@ibl", + "paymentInstrumentDetails": [ + { + "paymentModes": "upi", + "subPaymentModes": null, + "paymentInfo": "", + "amount": 1.06 + } + ], + "beneficiaryName": "Akashkumar Ananthase", + "showCreditedTo": true, + "multipleTxn": false, + "txnParent": false, + "recharge": false + }, + { + "date": 1768628155000, + "transactionId": "152084349646", + "description": "Received from Akashkumar Ananthase", + "mode": "credit", + "iconUrl": "https://static.mobikwik.com/appdata/history/v2/upi.png", + "category": "Upi Pay", + "helpCategory": "Upi", + "helpCategoryDeepLink": "mobikwik://help/Upi?txnid=152084349646", + "amount": 1.0, + "mobileNumber": "", + "invoice": true, + "transactionGroup": "100", + "showInvoiceFromHistory": false, + "rrn": "290735410617", + "status": "success", + "wallet": [], + "repeatTransaction": "mobikwik://upi/verifyVpa?vpa=7604923677@ibl", + "repeatLabel": "Pay Sender", + "balanceBeforeUpdate": 0.63, + "txnType": "UPI_PAY", + "acquirerVPA": "7604923677@ibl", + "paymentInstrumentDetails": [ + { + "paymentModes": "upi", + "subPaymentModes": null, + "paymentInfo": "", + "amount": 1.0 + } + ], + "beneficiaryName": "Akashkumar Ananthase", + "showCreditedTo": true, + "multipleTxn": false, + "txnParent": false, + "recharge": false + }, + { + "date": 1768588402000, + "transactionId": "152069017960", + "description": "Received from Akashkumar Ananthase", + "mode": "credit", + "iconUrl": "https://static.mobikwik.com/appdata/history/v2/upi.png", + "category": "Upi Pay", + "helpCategory": "Upi", + "helpCategoryDeepLink": "mobikwik://help/Upi?txnid=152069017960", + "amount": 1.02, + "mobileNumber": "", + "invoice": true, + "transactionGroup": "100", + "showInvoiceFromHistory": false, + "rrn": "679177558554", + "status": "success", + "wallet": [], + "repeatTransaction": "mobikwik://upi/verifyVpa?vpa=7604923677@ibl", + "repeatLabel": "Pay Sender", + "balanceBeforeUpdate": 0.63, + "txnType": "UPI_PAY", + "acquirerVPA": "7604923677@ibl", + "paymentInstrumentDetails": [ + { + "paymentModes": "upi", + "subPaymentModes": null, + "paymentInfo": "", + "amount": 1.02 + } + ], + "beneficiaryName": "Akashkumar Ananthase", + "showCreditedTo": true, + "multipleTxn": false, + "txnParent": false, + "recharge": false + }, + { + "date": 1768587765000, + "transactionId": "152068711569", + "description": "Received from Akashkumar Ananthase", + "mode": "credit", + "iconUrl": "https://static.mobikwik.com/appdata/history/v2/upi.png", + "category": "Upi Pay", + "helpCategory": "Upi", + "helpCategoryDeepLink": "mobikwik://help/Upi?txnid=152068711569", + "amount": 1.0, + "mobileNumber": "", + "invoice": true, + "transactionGroup": "100", + "showInvoiceFromHistory": false, + "rrn": "299062775096", + "status": "success", + "wallet": [], + "repeatTransaction": "mobikwik://upi/verifyVpa?vpa=7604923677@ibl", + "repeatLabel": "Pay Sender", + "balanceBeforeUpdate": 0.63, + "txnType": "UPI_PAY", + "acquirerVPA": "7604923677@ibl", + "paymentInstrumentDetails": [ + { + "paymentModes": "upi", + "subPaymentModes": null, + "paymentInfo": "", + "amount": 1.0 + } + ], + "beneficiaryName": "Akashkumar Ananthase", + "showCreditedTo": true, + "multipleTxn": false, + "txnParent": false, + "recharge": false + }, + { + "date": 1768587487000, + "transactionId": "152068518030", + "description": "Received from Uma Maheswari R", + "mode": "credit", + "iconUrl": "https://static.mobikwik.com/appdata/history/v2/upi.png", + "category": "Upi Pay", + "helpCategory": "Upi", + "helpCategoryDeepLink": "mobikwik://help/Upi?txnid=152068518030", + "amount": 1.0, + "mobileNumber": "", + "invoice": true, + "transactionGroup": "100", + "showInvoiceFromHistory": false, + "rrn": "601629631092", + "status": "success", + "wallet": [], + "repeatTransaction": "mobikwik://upi/verifyVpa?vpa=9363185743@pthdfc", + "repeatLabel": "Pay Sender", + "balanceBeforeUpdate": 0.63, + "txnType": "UPI_PAY", + "acquirerVPA": "9363185743@pthdfc", + "paymentInstrumentDetails": [ + { + "paymentModes": "upi", + "subPaymentModes": null, + "paymentInfo": "", + "amount": 1.0 + } + ], + "beneficiaryName": "Uma Maheswari R", + "showCreditedTo": true, + "multipleTxn": false, + "txnParent": false, + "recharge": false + }, + { + "date": 1768587215000, + "transactionId": "152068392800", + "description": "Received from Uma Maheswari R", + "mode": "credit", + "iconUrl": "https://static.mobikwik.com/appdata/history/v2/upi.png", + "category": "Upi Pay", + "helpCategory": "Upi", + "helpCategoryDeepLink": "mobikwik://help/Upi?txnid=152068392800", + "amount": 1.0, + "mobileNumber": "", + "invoice": true, + "transactionGroup": "100", + "showInvoiceFromHistory": false, + "rrn": "601629612636", + "status": "success", + "wallet": [], + "repeatTransaction": "mobikwik://upi/verifyVpa?vpa=9363185743@pthdfc", + "repeatLabel": "Pay Sender", + "balanceBeforeUpdate": 0.63, + "txnType": "UPI_PAY", + "acquirerVPA": "9363185743@pthdfc", + "paymentInstrumentDetails": [ + { + "paymentModes": "upi", + "subPaymentModes": null, + "paymentInfo": "", + "amount": 1.0 + } + ], + "beneficiaryName": "Uma Maheswari R", + "showCreditedTo": true, + "multipleTxn": false, + "txnParent": false, + "recharge": false + }, + { + "date": 1768586018000, + "transactionId": "152067702304", + "description": "Received from Uma Maheswari R", + "mode": "credit", + "iconUrl": "https://static.mobikwik.com/appdata/history/v2/upi.png", + "category": "Upi Pay", + "helpCategory": "Upi", + "helpCategoryDeepLink": "mobikwik://help/Upi?txnid=152067702304", + "amount": 1.0, + "mobileNumber": "", + "invoice": true, + "transactionGroup": "100", + "showInvoiceFromHistory": false, + "rrn": "601629540689", + "status": "success", + "wallet": [], + "repeatTransaction": "mobikwik://upi/verifyVpa?vpa=9363185743@pthdfc", + "repeatLabel": "Pay Sender", + "balanceBeforeUpdate": 0.63, + "txnType": "UPI_PAY", + "acquirerVPA": "9363185743@pthdfc", + "paymentInstrumentDetails": [ + { + "paymentModes": "upi", + "subPaymentModes": null, + "paymentInfo": "", + "amount": 1.0 + } + ], + "beneficiaryName": "Uma Maheswari R", + "showCreditedTo": true, + "multipleTxn": false, + "txnParent": false, + "recharge": false + } + ] + } +} \ No newline at end of file diff --git a/log/paytm_business_transactions.json b/log/paytm_business_transactions.json new file mode 100644 index 0000000..11b268d --- /dev/null +++ b/log/paytm_business_transactions.json @@ -0,0 +1,203 @@ +{ + "success": true, + "dateRange": { + "start": "2025-12-19", + "end": "2025-12-22" + }, + "summary": { + "totalCount": 2, + "pageNumber": 1, + "pageSize": 50, + "orders": [ + { + "bizOrderId": "20251222110840000209942884054083293", + "merchantTransId": "PTM20c423c329ec44e2a49c2f6a5cc74728", + "amount": "200", + "currency": "INR", + "status": "SUCCESS", + "createdAt": "2025-12-22T19:21:03+05:30", + "completedAt": "2025-12-22T19:21:04+05:30", + "customerName": "GURVIR S", + "payMethod": "UPI", + "payerVPA": "opt***m2@ptyes", + "collectionMode": "QR", + "bizType": "ACQUIRING" + }, + { + "bizOrderId": "20251220111070000209242595386789941", + "merchantTransId": "HDFCWA7C3NPRGJNVQ222222222222222222", + "amount": "100", + "currency": "INR", + "status": "SUCCESS", + "createdAt": "2025-12-20T20:58:21+05:30", + "completedAt": "2025-12-20T20:58:23+05:30", + "customerName": "RAMANPREET K S", + "payMethod": "UPI", + "payerVPA": "rama***580@wahdfcbank", + "collectionMode": "QR", + "settleStatus": "PAYOUT_SETTLED", + "bizType": "ACQUIRING" + } + ] + }, + "fullData": { + "orderList": [ + { + "bizOrderId": "20251222110840000209942884054083293", + "merchantTransId": "PTM20c423c329ec44e2a49c2f6a5cc74728", + "posId": "PAYTM_POS", + "orderCreatedTime": "2025-12-22T19:21:03+05:30", + "orderCompletedTime": "2025-12-22T19:21:04+05:30", + "bizType": "ACQUIRING", + "orderStatus": "SUCCESS", + "ipRoleId": "BScdBp23332159415074", + "nickName": "GURVIR SINGH", + "oppositeUserId": "", + "payMoneyAmount": { + "currency": "INR", + "value": "200" + }, + "commission": { + "currency": "INR", + "value": "0" + }, + "commissionTax": { + "currency": "INR", + "value": "0" + }, + "additionalInfo": { + "payMethod": "UPI", + "virtualPaymentAddr": "opt***m2@ptyes", + "splitAmount": { + "currency": "INR", + "value": "200" + }, + "txnAmount": { + "currency": "INR", + "value": "200" + }, + "comment": "ABC123456", + "payMethodIconUrl": "https://staticgw.paytm.com/1.4/plogo/ic_payment_list_upi_2.png", + "customerName": "GURVIR S", + "filterPaymentType": "", + "requestType": "SEAMLESS_3D_FORM", + "feeFactor": "UPI|UPIPUSH|QR|PTYES", + "payerPSP": "ptyes", + "linkBasedNonInvoicePayment": false, + "linkBasedInvoicePayment": false, + "cashBackStatus": false, + "stan": "", + "tid": "", + "invoiceNumber": "", + "cardScheme": "", + "clientId": "", + "loanAmount": "200", + "collectionMode": "QR", + "txnType": "DEFAULT", + "isUPIOfferTxn": "", + "qrType": "", + "voidAllowed": false, + "nfc": false, + "parentTxn": false, + "childTxn": false + }, + "terminalType": "WAP", + "payMethod": "UPI", + "productCode": "51051000100000000001", + "chargeTarget": "RECEIVER", + "payAmount": { + "currency": "INR", + "value": "200" + }, + "feeOnHold": false, + "txnSettleType": "T_N", + "requestType": "UPI_QR_CODE", + "feeFactor": "UPI|UPIPUSH|QR|PTYES", + "collectionMode": "QR" + }, + { + "bizOrderId": "20251220111070000209242595386789941", + "merchantTransId": "HDFCWA7C3NPRGJNVQ222222222222222222", + "posId": "PAYTM_POS", + "orderCreatedTime": "2025-12-20T20:58:21+05:30", + "orderCompletedTime": "2025-12-20T20:58:23+05:30", + "bizType": "ACQUIRING", + "orderStatus": "SUCCESS", + "ipRoleId": "BScdBp23332159415074", + "nickName": "GURVIR SINGH", + "oppositeUserId": "", + "payMoneyAmount": { + "currency": "INR", + "value": "100" + }, + "commission": { + "currency": "INR", + "value": "0" + }, + "commissionTax": { + "currency": "INR", + "value": "0" + }, + "additionalInfo": { + "payMethod": "UPI", + "virtualPaymentAddr": "rama***580@wahdfcbank", + "splitAmount": { + "currency": "INR", + "value": "100" + }, + "txnAmount": { + "currency": "INR", + "value": "100" + }, + "comment": "PAY BY WHATSAPP", + "payMethodIconUrl": "https://staticgw.paytm.com/1.4/plogo/ic_payment_list_upi_2.png", + "customerName": "RAMANPREET K S", + "filterPaymentType": "", + "requestType": "SEAMLESS_3D_FORM", + "feeFactor": "UPI|UPIPUSH|QR|PTYES", + "payerPSP": "wahdfcbank", + "linkBasedNonInvoicePayment": false, + "linkBasedInvoicePayment": false, + "cashBackStatus": false, + "stan": "", + "tid": "", + "invoiceNumber": "", + "cardScheme": "", + "clientId": "", + "loanAmount": "100", + "collectionMode": "QR", + "txnType": "DEFAULT", + "isUPIOfferTxn": "", + "qrType": "", + "voidAllowed": false, + "nfc": false, + "parentTxn": false, + "childTxn": false + }, + "terminalType": "WAP", + "payMethod": "UPI", + "productCode": "51051000100000000001", + "chargeTarget": "RECEIVER", + "payAmount": { + "currency": "INR", + "value": "100" + }, + "feeOnHold": false, + "settleExtendInfo": "{\"isDeemed\":\"false\",\"settledAmountCurrency\":\"356\",\"accountNo\":\"2960****0405\",\"errorCode\":\"SUCCESS\",\"bankName\":\"ICICI BANK LIMITED\",\"ifscCode\":\"ICIC0002960\",\"settledAmount\":\"100\"}", + "txnSettleType": "TRANSACTION_WISE_SETTLEMENT", + "requestType": "UPI_QR_CODE", + "feeFactor": "UPI|UPIPUSH|QR|PTYES", + "settleStatus": "PAYOUT_SETTLED", + "collectionMode": "QR" + } + ], + "pageNum": "1", + "pageSize": "50", + "resultInfo": { + "resultStatus": "S", + "resultCode": "SUCCESS", + "resultCodeId": "00000000", + "resultMsg": "Success" + } + } +} \ No newline at end of file diff --git a/log/phonepe_business_transactions.json b/log/phonepe_business_transactions.json new file mode 100644 index 0000000..5cea77f --- /dev/null +++ b/log/phonepe_business_transactions.json @@ -0,0 +1,585 @@ +{ + "success": true, + "dateRange": { + "start": "2025-12-19", + "end": "2025-12-26" + }, + "summary": { + "totalCount": 0, + "returnedCount": 0, + "offset": 0, + "size": 50, + "transactions": [] + }, + "fullData": { + "success": true, + "data": { + "results": [ + { + "unitId": "AC232512260901304594237444", + "merchantId": "M22M42PSVOOZZ", + "transactionId": "T2512260901304646425306", + "transactionType": "FORWARD", + "paymentState": "COMPLETED", + "amount": 100, + "merchantTransactionId": "AC232512260901304594237444", + "merchantOrderId": "TXSCAN2512260901194380736275", + "providerReferenceId": "T2512260901304646425306", + "instrumentDetails": [ + { + "instrumentType": "ACCOUNT", + "displayName": "UPI Account", + "amount": 100, + "bankId": "KVBL", + "cardIssuer": "UNKNOWN", + "instrumentIdentifierKey": "UPI_ACCOUNT", + "utr": "747814624712", + "processingRail": "UPI", + "processingModeType": "UPI_DEFAULT", + "vpa": "7604923677@ibl", + "accountNumber": "XXXXXXXXXXXX5932", + "ifsc": "KVBL0001874" + } + ], + "transactionDate": 1766719894717, + "merchantDetails": { + "merchantId": "M22M42PSVOOZZ", + "storeId": "MS2502190838479932977884", + "terminalId": "MST2502191103457743329830", + "storeName": "Poem singer", + "terminalName": "Terminal 1", + "qrCodeId": "Q534230194", + "merchantType": "P2M_LIMITED" + }, + "customerDetails": { + "userId": "U2511202042423134861511", + "phoneNumber": "+xx 76xxxxxx77", + "userName": "******3677" + }, + "paymentApp": { + "paymentApp": "PHONEPE", + "logo": "https://docs.phonepe.com/cdn-cgi/image/width=72,height=72/public/iRaxW3IBCyTN0em5mLoD", + "displayText": "PhonePe" + }, + "utr": "747814624712", + "payResponseCode": "SUCCESS", + "globalPaymentId": "AC232512260901304594237444", + "offerAdjustment": 0, + "isExternalVPATransaction": false, + "vpa": "76XXXXXX77@ibl", + "transactionNote": "poker12345", + "cashbackApplied": false, + "instrumentLevelSettlementDetails": {}, + "settlement": { + "settlementText": "Transaction will be settled on next business day", + "status": "PENDING", + "splitSettled": false + }, + "vasDetails": [], + "refundTransactions": [], + "additionalTransactionDetails": [], + "solutionType": "QR_PAYMENTS", + "solutionName": "QR", + "externalVPATransaction": false + }, + { + "unitId": "T2512252016245004180958", + "merchantId": "M22M42PSVOOZZ", + "transactionId": "394366408352", + "transactionType": "FORWARD", + "paymentState": "COMPLETED", + "amount": 100, + "merchantTransactionId": "PTM6db1aeb9d8514021ac6477864f08dcb5", + "providerReferenceId": "T2512252016245004180958", + "instrumentDetails": [ + { + "instrumentType": "EXTERNAL_VPA", + "displayName": "UPI Account", + "amount": 100, + "bankId": "ICIC", + "cardIssuer": "UNKNOWN", + "instrumentIdentifierKey": "UPI_ACCOUNT", + "utr": "394366408352", + "processingRail": "UPI", + "processingModeType": "UPI_EXTERNAL_DEFAULT", + "vpa": "optimism2@ptyes", + "ifsc": "ICIC0002960" + } + ], + "transactionDate": 1766673984564, + "merchantDetails": { + "merchantId": "M22M42PSVOOZZ", + "storeId": "MS2502190838479932977884", + "terminalId": "MST2502191103457743329830", + "storeName": "Poem singer", + "terminalName": "Terminal 1", + "qrCodeId": "Q534230194", + "merchantType": "P2M_LIMITED" + }, + "customerDetails": { + "userName": "GURVIR SINGH" + }, + "paymentApp": { + "paymentApp": "PAYTM", + "logo": "https://imgstatic.phonepe.com/images/pfb-web/payment-instruments/256/256/paytm.png", + "displayText": "Paytm" + }, + "utr": "394366408352", + "customerReferenceId": "394366408352", + "payResponseCode": "SUCCESS", + "globalPaymentId": "T2512252016245004180958", + "offerAdjustment": 0, + "isExternalVPATransaction": true, + "vpa": "opXXXXXm2@ptyes", + "transactionNote": "abc12345678", + "cashbackApplied": false, + "instrumentLevelSettlementDetails": { + "UPI_FULFILMENT": { + "totalAmount": 1, + "settlementAmount": 1, + "transactionId": "T2512252016245004180958", + "utr": "547997653605" + } + }, + "settlement": { + "settlementList": [ + { + "utr": "547997653605", + "status": "COMPLETED", + "settlementDate": 1766695387953, + "settlementAmount": 1, + "accountId": "M22M42PSVOOZZ", + "amount": 1, + "deductions": 0 + } + ], + "status": "SETTLED", + "splitSettled": false + }, + "vasDetails": [], + "refundTransactions": [], + "additionalTransactionDetails": [], + "solutionType": "QR_PAYMENTS", + "solutionName": "QR", + "externalVPATransaction": true + }, + { + "unitId": "AC232512252000514694914642", + "merchantId": "M22M42PSVOOZZ", + "transactionId": "T2512252000514736496049", + "transactionType": "FORWARD", + "paymentState": "COMPLETED", + "amount": 100, + "merchantTransactionId": "AC232512252000514694914642", + "merchantOrderId": "TXSCAN2512251959526991591830", + "providerReferenceId": "T2512252000514736496049", + "instrumentDetails": [ + { + "instrumentType": "ACCOUNT", + "displayName": "UPI Account", + "amount": 100, + "bankId": "KVBL", + "cardIssuer": "UNKNOWN", + "instrumentIdentifierKey": "UPI_ACCOUNT", + "utr": "703101142198", + "processingRail": "UPI", + "processingModeType": "UPI_DEFAULT", + "vpa": "7604923677@ibl", + "accountNumber": "XXXXXXXXXXXX5932", + "ifsc": "KVBL0001874" + } + ], + "transactionDate": 1766673057104, + "merchantDetails": { + "merchantId": "M22M42PSVOOZZ", + "storeId": "MS2502190838479932977884", + "terminalId": "MST2502191103457743329830", + "storeName": "Poem singer", + "terminalName": "Terminal 1", + "qrCodeId": "Q534230194", + "merchantType": "P2M_LIMITED" + }, + "customerDetails": { + "userId": "U2511202042423134861511", + "phoneNumber": "+xx 76xxxxxx77", + "userName": "******3677" + }, + "paymentApp": { + "paymentApp": "PHONEPE", + "logo": "https://docs.phonepe.com/cdn-cgi/image/width=72,height=72/public/iRaxW3IBCyTN0em5mLoD", + "displayText": "PhonePe" + }, + "utr": "703101142198", + "payResponseCode": "SUCCESS", + "globalPaymentId": "AC232512252000514694914642", + "offerAdjustment": 0, + "isExternalVPATransaction": false, + "vpa": "76XXXXXX77@ibl", + "transactionNote": "yuck123456", + "cashbackApplied": false, + "instrumentLevelSettlementDetails": { + "UPI_FULFILMENT": { + "totalAmount": 1, + "settlementAmount": 1, + "transactionId": "T2512252000514736496049", + "utr": "547997653605" + } + }, + "settlement": { + "settlementList": [ + { + "utr": "547997653605", + "status": "COMPLETED", + "settlementDate": 1766695387953, + "settlementAmount": 1, + "accountId": "M22M42PSVOOZZ", + "amount": 1, + "deductions": 0 + } + ], + "status": "SETTLED", + "splitSettled": false + }, + "vasDetails": [], + "refundTransactions": [], + "additionalTransactionDetails": [], + "solutionType": "QR_PAYMENTS", + "solutionName": "QR", + "externalVPATransaction": false + }, + { + "unitId": "T2512220907198574547772", + "merchantId": "M22M42PSVOOZZ", + "transactionId": "572258098790", + "transactionType": "FORWARD", + "paymentState": "COMPLETED", + "amount": 100, + "merchantTransactionId": "AXIfacf7b286b764dfc85a7f8a5e92db31e", + "providerReferenceId": "T2512220907198574547772", + "instrumentDetails": [ + { + "instrumentType": "EXTERNAL_VPA", + "displayName": "UPI Account", + "amount": 100, + "bankId": "ICIC", + "cardIssuer": "UNKNOWN", + "instrumentIdentifierKey": "UPI_ACCOUNT", + "utr": "572258098790", + "processingRail": "UPI", + "processingModeType": "UPI_EXTERNAL_DEFAULT", + "vpa": "gurvirkular01@okaxis", + "ifsc": "ICIC0002960" + } + ], + "transactionDate": 1766374639916, + "merchantDetails": { + "merchantId": "M22M42PSVOOZZ", + "storeId": "MS2502190838479932977884", + "terminalId": "MST2502191103457743329830", + "storeName": "Poem singer", + "terminalName": "Terminal 1", + "qrCodeId": "Q534230194", + "merchantType": "P2M_LIMITED" + }, + "customerDetails": { + "userName": "GURVIR SINGH" + }, + "paymentApp": { + "paymentApp": "GPAY", + "logo": "https://imgstatic.phonepe.com/images/pfb-web/payment-instruments/256/256/gpay.png", + "displayText": "Google Pay" + }, + "utr": "572258098790", + "customerReferenceId": "572258098790", + "payResponseCode": "SUCCESS", + "globalPaymentId": "T2512220907198574547772", + "offerAdjustment": 0, + "isExternalVPATransaction": true, + "vpa": "guXXXXXXXXX01@okaxis", + "transactionNote": "UPI", + "cashbackApplied": false, + "instrumentLevelSettlementDetails": { + "UPI_FULFILMENT": { + "totalAmount": 1, + "settlementAmount": 1, + "transactionId": "T2512220907198574547772", + "utr": "785386433575" + } + }, + "settlement": { + "settlementList": [ + { + "utr": "785386433575", + "status": "COMPLETED", + "settlementDate": 1766436930516, + "settlementAmount": 1, + "accountId": "M22M42PSVOOZZ", + "amount": 1, + "deductions": 0 + } + ], + "status": "SETTLED", + "splitSettled": false + }, + "vasDetails": [], + "refundTransactions": [], + "additionalTransactionDetails": [], + "solutionType": "QR_PAYMENTS", + "solutionName": "QR", + "externalVPATransaction": true + }, + { + "unitId": "AC232512220854587229794442", + "merchantId": "M22M42PSVOOZZ", + "transactionId": "T2512220854587270389763", + "transactionType": "FORWARD", + "paymentState": "COMPLETED", + "amount": 100, + "merchantTransactionId": "AC232512220854587229794442", + "merchantOrderId": "TXSCAN2512220854523349615965", + "providerReferenceId": "T2512220854587270389763", + "instrumentDetails": [ + { + "instrumentType": "ACCOUNT", + "displayName": "UPI Account", + "amount": 100, + "bankId": "UBIN", + "cardIssuer": "UNKNOWN", + "instrumentIdentifierKey": "UPI_ACCOUNT", + "utr": "031318366495", + "processingRail": "UPI", + "processingModeType": "UPI_DEFAULT", + "vpa": "shrikantbhai1122@axl", + "accountNumber": "XXXXXXXXXXX6310", + "ifsc": "UBIN0543888" + } + ], + "transactionDate": 1766373904129, + "merchantDetails": { + "merchantId": "M22M42PSVOOZZ", + "storeId": "MS2502190838479932977884", + "terminalId": "MST2502191103457743329830", + "storeName": "Poem singer", + "terminalName": "Terminal 1", + "qrCodeId": "Q534230194", + "merchantType": "P2M_LIMITED" + }, + "customerDetails": { + "userId": "U2004251016465892402631", + "phoneNumber": "+xx 74xxxxxx87", + "userName": "******2487" + }, + "paymentApp": { + "paymentApp": "PHONEPE", + "logo": "https://docs.phonepe.com/cdn-cgi/image/width=72,height=72/public/iRaxW3IBCyTN0em5mLoD", + "displayText": "PhonePe" + }, + "utr": "031318366495", + "payResponseCode": "SUCCESS", + "globalPaymentId": "AC232512220854587229794442", + "offerAdjustment": 0, + "isExternalVPATransaction": false, + "vpa": "shXXXXXXXXXXXX22@axl", + "cashbackApplied": false, + "instrumentLevelSettlementDetails": { + "UPI_FULFILMENT": { + "totalAmount": 1, + "settlementAmount": 1, + "transactionId": "T2512220854587270389763", + "utr": "785386433575" + } + }, + "settlement": { + "settlementList": [ + { + "utr": "785386433575", + "status": "COMPLETED", + "settlementDate": 1766436930516, + "settlementAmount": 1, + "accountId": "M22M42PSVOOZZ", + "amount": 1, + "deductions": 0 + } + ], + "status": "SETTLED", + "splitSettled": false + }, + "vasDetails": [], + "refundTransactions": [], + "additionalTransactionDetails": [], + "solutionType": "QR_PAYMENTS", + "solutionName": "QR", + "externalVPATransaction": false + }, + { + "unitId": "AC232512220851483898682091", + "merchantId": "M22M42PSVOOZZ", + "transactionId": "T2512220851483959221711", + "transactionType": "FORWARD", + "paymentState": "COMPLETED", + "amount": 100, + "merchantTransactionId": "AC232512220851483898682091", + "merchantOrderId": "TXSCAN2512220851458137631281", + "providerReferenceId": "T2512220851483959221711", + "instrumentDetails": [ + { + "instrumentType": "ACCOUNT", + "displayName": "UPI Account", + "amount": 100, + "bankId": "UBIN", + "cardIssuer": "UNKNOWN", + "instrumentIdentifierKey": "UPI_ACCOUNT", + "utr": "532440362330", + "processingRail": "UPI", + "processingModeType": "UPI_DEFAULT", + "vpa": "shrikantbhai1122@axl", + "accountNumber": "XXXXXXXXXXX6310", + "ifsc": "UBIN0543888" + } + ], + "transactionDate": 1766373713348, + "merchantDetails": { + "merchantId": "M22M42PSVOOZZ", + "storeId": "MS2502190838479932977884", + "terminalId": "MST2502191103457743329830", + "storeName": "Poem singer", + "terminalName": "Terminal 1", + "qrCodeId": "Q534230194", + "merchantType": "P2M_LIMITED" + }, + "customerDetails": { + "userId": "U2004251016465892402631", + "phoneNumber": "+xx 74xxxxxx87", + "userName": "******2487" + }, + "paymentApp": { + "paymentApp": "PHONEPE", + "logo": "https://docs.phonepe.com/cdn-cgi/image/width=72,height=72/public/iRaxW3IBCyTN0em5mLoD", + "displayText": "PhonePe" + }, + "utr": "532440362330", + "payResponseCode": "SUCCESS", + "globalPaymentId": "AC232512220851483898682091", + "offerAdjustment": 0, + "isExternalVPATransaction": false, + "vpa": "shXXXXXXXXXXXX22@axl", + "cashbackApplied": false, + "instrumentLevelSettlementDetails": { + "UPI_FULFILMENT": { + "totalAmount": 1, + "settlementAmount": 1, + "transactionId": "T2512220851483959221711", + "utr": "785386433575" + } + }, + "settlement": { + "settlementList": [ + { + "utr": "785386433575", + "status": "COMPLETED", + "settlementDate": 1766436930516, + "settlementAmount": 1, + "accountId": "M22M42PSVOOZZ", + "amount": 1, + "deductions": 0 + } + ], + "status": "SETTLED", + "splitSettled": false + }, + "vasDetails": [], + "refundTransactions": [], + "additionalTransactionDetails": [], + "solutionType": "QR_PAYMENTS", + "solutionName": "QR", + "externalVPATransaction": false + }, + { + "unitId": "AC232512220834019739500634", + "merchantId": "M22M42PSVOOZZ", + "transactionId": "T2512220834019799314560", + "transactionType": "FORWARD", + "paymentState": "COMPLETED", + "amount": 100, + "merchantTransactionId": "AC232512220834019739500634", + "merchantOrderId": "TXSCAN2512220833513580948517", + "providerReferenceId": "T2512220834019799314560", + "instrumentDetails": [ + { + "instrumentType": "ACCOUNT", + "displayName": "UPI Account", + "amount": 100, + "bankId": "UBIN", + "cardIssuer": "UNKNOWN", + "instrumentIdentifierKey": "UPI_ACCOUNT", + "utr": "374238893851", + "processingRail": "UPI", + "processingModeType": "UPI_DEFAULT", + "vpa": "shrikantbhai1122@ybl", + "accountNumber": "XXXXXXXXXXX6310", + "ifsc": "UBIN0543888" + } + ], + "transactionDate": 1766372645554, + "merchantDetails": { + "merchantId": "M22M42PSVOOZZ", + "storeId": "MS2502190838479932977884", + "terminalId": "MST2502191103457743329830", + "storeName": "Poem singer", + "terminalName": "Terminal 1", + "qrCodeId": "Q534230194", + "merchantType": "P2M_LIMITED" + }, + "customerDetails": { + "userId": "U2004251016465892402631", + "phoneNumber": "+xx 74xxxxxx87", + "userName": "******2487" + }, + "paymentApp": { + "paymentApp": "PHONEPE", + "logo": "https://docs.phonepe.com/cdn-cgi/image/width=72,height=72/public/iRaxW3IBCyTN0em5mLoD", + "displayText": "PhonePe" + }, + "utr": "374238893851", + "payResponseCode": "SUCCESS", + "globalPaymentId": "AC232512220834019739500634", + "offerAdjustment": 0, + "isExternalVPATransaction": false, + "vpa": "shXXXXXXXXXXXX22@ybl", + "cashbackApplied": false, + "instrumentLevelSettlementDetails": { + "UPI_FULFILMENT": { + "totalAmount": 1, + "settlementAmount": 1, + "transactionId": "T2512220834019799314560", + "utr": "785386433575" + } + }, + "settlement": { + "settlementList": [ + { + "utr": "785386433575", + "status": "COMPLETED", + "settlementDate": 1766436930516, + "settlementAmount": 1, + "accountId": "M22M42PSVOOZZ", + "amount": 1, + "deductions": 0 + } + ], + "status": "SETTLED", + "splitSettled": false + }, + "vasDetails": [], + "refundTransactions": [], + "additionalTransactionDetails": [], + "solutionType": "QR_PAYMENTS", + "solutionName": "QR", + "externalVPATransaction": false + } + ], + "totalResults": 7, + "totalAmount": 700 + } + } +} \ No newline at end of file diff --git a/servers/walletman b/servers/walletman index 4e7f115..911826a 160000 --- a/servers/walletman +++ b/servers/walletman @@ -1 +1 @@ -Subproject commit 4e7f115e086fad0c441551195799fbe4871c55cd +Subproject commit 911826a0409f3166442220a0c701ed8246f22d62