This repository demonstrates how to integrate Razorpay's Android SDK.
The apk built with code from this repository is published on the Play Store.
Releases are available at https://github.com/razorpay/razorpay-android-sample-app/releases.
-
Add this line to your app's
build.gradle
inside thedependencies
section:compile('com.razorpay:checkout:1.+')
-
To hand over control to Razorpay's SDK for collecting payment, refer to PaymentActivity.java
-
For the permissions required, refer AndroidManifest.xml
-
For proguard rules when you are releasing the app, refer proguard-project.txt
Razorpay is a tech company. All our engineers handle support too. You can drop us an email on [email protected] and expect a response from the devs responsible for the Android SDK.
MIT Licensed. LICENSE file added to repo.