Mr-SxR/bKash-Nagad-Payment-Auto-Verification — reverse-engineered prompt

Reverse engineered prompt

Build me a native Android app for Bangladesh mobile payment auto verification. I want it to watch incoming SMS from bKash, Nagad, Rocket, and uPay, pull out the important details like amount, sender, transaction ID, fee, balance, and time, then instantly send that data to my server with either POST or GET. It should run in the background as a foreground service, keep working after the app is closed, start again after phone reboot, and not process the same transaction twice.

Please give it a simple modern dashboard where I can turn each payment service on or off, see today’s totals plus sent and failed counts, view logs, filter them by platform or status, manually retry failed ones, and test my server connection with sample data. I also want settings for server URL, auth secret header, retry count, retry delay, and which fields get sent. Android 8 and up is fine. Make it feel production ready and easy for a normal business owner to use. If needed, check current Android docs online for SMS permissions and background service rules.

Want more depth? Deep Reverse