The project "Razorpay Payment" is an Android Application to make Payments through Razorpay Interface. Integrated Razorpay Android Standard SDK to the existing app and used hardcoded values to set Payee details. The amount to be Payed is set by the User from the App which is Parsed into the API to send the Payee the specified amount in Rupees. Made this project to demonstrate the support and integration of Payment gateways into custom 3rd party applications.
https://github.com/Akash-Ramjyothi/Razorpay-Payments/raw/master/app-debug.apk
WhatsApp.Video.2021-07-12.at.4.33.03.AM.mp4
- Android Studio.
- Razorpay Android SDK.
- Razorpay developer account.
- Java.
- XML.
- Open Android Studio IDE.
- Clone with
git clone https://github.com/Akash-Ramjyothi/Razorpay-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.