Skip to content

Sample app demonstrating integration of Cashfree's payment gateway in your Android project

License

Notifications You must be signed in to change notification settings

cashfree/nextgen-android

Cashfree Android SDK Sample

GitHub Discord GitHub last commit (branch) GitHub release (with filter) Maven Central GitHub forks Build Status GitHub Repo stars

Sample Banner Image

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.

    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.

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 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.


Open source licensing and other misc info

  1. LICENSE
  2. CODE OF CONDUCT