The project "GPay Payment" is an Android Application to make Payments through Google Pay. Integrated Google Pay API to the existing app and used hardcoded values to set UPID. The amount to be transferred is set by the User from the App which is Parsed into the API to send the reciever the specified amount in Rupees. Made this project to demonstrate the support and integration of Payment gateways into custom 3rd party applications.
WhatsApp.Video.2021-06-25.at.1.13.10.AM.mp4
- Android Studio.
- Google Pay API.
- Java.
- XML.
- Open Android Studio IDE.
- Clone with
git clone https://github.com/Akash-Ramjyothi/GPay-Payment
. - 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.