This SDK enables you to tokenize card data natively from your Android application to our PCI-certified servers.
- See
- Javadoc
- See Android invocation of TokenizationApi.java in MainActivity.java
- See minimal example in TestMain.java
- Set appropriate credentials in secrets.xml
- Start the demo application
- Java 8 or higher
- org.json (built-in Android)
- OkHttp 3.x (built-in Android 4.4 or higher)
./gradlew test -Dgateway=<TEST_GATEWAY_HOST> -Dtokenization=<TEST_TOKENIZATION_HOST> -Dkey=<TEST_PUBLIC_INTEGRATION_KEY>