Implementation of the Givex API as an SDK for the Android platform. Givex don't currently offer an SDK to interface with their API from an Android application, we're offering SDK as a quick way of implementing their service and avoiding a lengthy implementation process.
All features are available by instantiating the Givex
object and calling the corresponding method.
Activate a card with a given balance.
Top up a Givex card with a specified balance.
Redeem a specified amount from a specified card number.
Cancel an activation, redemption, or increment request using the transactionReference
from the specified transaction.
First, add the LUSH Maven repo:
The URL to our repo is "https://artifacts.platformserviceaccount.com/repository/maven-public/"
Second, add the dependency in build.gradle:
compile 'com.lush.library:givex:1.2.0'
Then just execute the appropriate method on a Givex
instance.