Welcome to the open-source Android SDK Documentation of Citrus Payments Solution!
compile 'com.citrus.sdk:payment-sdk:3.0.36'
* Get the code git clone https://github.com/citruspay/citrus-android-sdk.git
* Import citrus-library project in your workspace
* Copy files from Example/libs into your apps libs folder
* You are good to go!
___ * This document details the merchant's Android App integration with Citrus Payment gateway.There is a difference between Normal(PG) Payment and Prepaid Payment! * Normal payment requires only email and mobile. Citrus User account will be created by only using email and mobile combination. We call it as Bind. Once user is Bind, card can be saved against his account, saved cards can be fetched against his account. * Prepaid Payment requires email and password. Citrus User account will be created by using email and password combination. We call it prepaid account.
This is enhanced version of SDK V2 wherein you can implement your App with features such as:
- Pay using Credit Card/Debit Card & Netbanking
- Pay Using Citrus Cash - user can make a payment using Citrus Cash account if he has sufficient amount for payment.
- Get Citrus Cash balance
- Load Money – money can be loaded to user’s account using CC/DC/NB option.
- Save Cards and Bank options to user account for faster checkout
- Fetch Saved cards of user
- Delete Cards
- Send Money
- Logout your user from App
- Withdraw your Money
Initiation
Implementation for User creation and management
- See if the User is logged/Signed in
- To check if the User is a Citrus member or not?
- SignUp User
- SignIn User
- Reset Password
- Logout the User
Get Payment Options
- Fetch Normal(PG) Payment Options (Required while making a Normal payment)
- Fetch Load Money Payment Options (Required during Adding/Loading Money to Wallet)
Wallet
- Get Citrus Cash balance (Note: User should be Signed In for this Implementation)
- Add Money/Load Money into Citrus Account
- Add Money/Load Money into Citrus Account using Saved cards
Payment
- Pay using Credit/Debit Card & Net Banking
- Get Wallet (It fetches all Saved Cards and Bank options of the User's account)
- Pay using Saved Cards and Net banking
- Pay using Citrus Cash (Note: User should be Signed In for this Implementation)
How to save Cards option and Banks
Others...
- Changes inside Bill Generator and Returl Url Files
- Keys and Environment inside citrusClient.init
- Progaurd changes(If required)