The project "UPI Pay" is an Android Application to make Payments through UPI (Unified Payments Interface). The Amount, UPI ID, Name and Remarks are set through the App, and when the button is clicked, the entities are Parsed into the selected desired application and after authenticating, the Payment is made to the specified Reciever. Made this project to demonstrate the support and integration of UPI Payment gateway into custom 3rd party applications.
WhatsApp.Video.2021-07-12.at.2.54.47.AM.mp4
- Android Studio.
- Java.
- XML.
- Open Android Studio IDE.
- Clone with
git clone https://github.com/Akash-Ramjyothi/UPI-Pay
. - Select whether to run on Android Emulator or Physical Device connected with USB.
- Run the application with
gradle assembleDebug
on command line.
- Take a look at the Existing Issues or create your own Issues!
- Wait for the Issue to be assigned to you after which you can start working on it.
- Fork the Repo and create a Branch for any Issue that you are working upon.
- Create a Pull Request which will be promptly reviewed and suggestions would be added to improve it.
- Add Screenshots to help me know what this Code is all about.
- https://www.youtube.com/watch?v=gIr_G6MG0pI
- https://medium.com/mindorks/implementing-upi-payment-integration-in-android-with-easyupipayment-library-aaf9bea715d9
- https://www.geeksforgeeks.org/upi-payment-integration-in-android/
- https://stackoverflow.com/questions/39270447/upi-unified-payment-interface-integration-android