https://github.com/cashfree/nextgen-android
Sample app demonstrating integration of Cashfree's payment gateway in your Android project
https://github.com/cashfree/nextgen-android
android-library card cardless-emi cashfree emi net-banking pay-later payment-gateway payment-integration payments upi wallets
Last synced: 3 months ago
JSON representation
Sample app demonstrating integration of Cashfree's payment gateway in your Android project
- Host: GitHub
- URL: https://github.com/cashfree/nextgen-android
- Owner: cashfree
- License: apache-2.0
- Created: 2022-04-26T11:55:58.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-06-12T10:06:54.000Z (4 months ago)
- Last Synced: 2025-06-12T11:27:53.043Z (4 months ago)
- Topics: android-library, card, cardless-emi, cashfree, emi, net-banking, pay-later, payment-gateway, payment-integration, payments, upi, wallets
- Language: Kotlin
- Homepage: https://www.cashfree.com/docs/payments/online/mobile/android
- Size: 45.8 MB
- Stars: 6
- Watchers: 4
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Cashfree Android SDK Sample
      [](https://actions-badge.atrox.dev/cashfree/nextgen-android/goto?ref=master) 

## **Description**
Sample integration project for Cashfree Payment Gateway's Android SDK, facilitating seamless and secure payment processing within your Android application.
## Documentation
The Cashfree Android SDK allows you to integrate Cashfree Payment Gateway into your application and start collecting payments from your customers. It has been designed to minimise the complexity of handling and integrating payments in your Android project.
### Getting Started
Please replace the values for orderId, token (Payment Session ID) and environment values in the Activity class of the respective payment mode that you are trying out and run the app module.
```kotlin
var orderID = "ORDER_ID" // replace with actual value
var paymentSessionID = "PAYMENT_SESSION_ID" // replace with actual value
var cfEnvironment = CFSession.Environment.PRODUCTION // replace with actual value```
| Please refer our official android documentation [here](https://docs.cashfree.com/docs/android-integration).
## Getting help
If you have questions, concerns, bug reports, etc, you can reach out to us using one of the following
1. File an issue in this repository's Issue Tracker.
2. Send a message in our discord channel. Join our [discord server](https://discord.gg/znT6X45qDS) to get connected instantly.
3. Send an email to care@cashfree.com## Getting involved
For general instructions on _how_ to contribute please refer to [CONTRIBUTING](CONTRIBUTING.md).
----
## Open source licensing and other misc info
1. [LICENSE](https://github.com/cashfree/nextgen-android/blob/master/LICENSE.md)
2. [CODE OF CONDUCT](https://github.com/cashfree/nextgen-android/blob/master/CODE_OF_CONDUCT.md)