Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arjun-cashfree committed Oct 30, 2023
1 parent fac1710 commit a6e80fd
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,21 @@ Sample integration project for Cashfree Payment Gateway's Android SDK, facilitat

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


Expand Down

0 comments on commit a6e80fd

Please sign in to comment.