-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Boyan Kukushev edited this page Apr 26, 2017
·
26 revisions
Welcome to the Kount RIS Java SDK wiki!
On these pages, we present in simple steps the installation, configuration and usage of the SDK.
More detailed documentation about the SDK API as well as a couple of interesting examples can be found at the Kount RIS Java SDK Page @ github pages.
-
Version
6.5.0-SNAPSHOT
, mm/dd/yyyy- SALT phrase configurable as system variable
-
Version
6.4.2
changes, 04/06/2017- Minor improvements for integration tests logging
- Fixed build issue when JDK 1.7 is used
-
Version
6.4.0
changes, 03/30/2017- New requirement for JDK / JRE -- version 1.7 and above
- Secure communication between client and server now using TLS v1.2
- Added Apache Maven tools for easier compilation, build, unit and integration tests, javadoc generation, and packaging
- General source code improvements and modernization
- General javadoc enhancements
-
Version
6.3.1
changes, 05/06/2015- Security Patching
-
Version
6.3.0
changes, 01/20/2015- Added support for additional payment token information (expiration month [MM] and expiration year [YYYY]). The new field names are: CCMM and CCYY.
- Added support for API keys. You can now use an API key instead of a certificate. API keys are typically much easier to integrate and maintain.
TODO
Kount gives developers the ability to use the SDK on various platforms and different programming languages. Currently, alongside Java, .NET and PHP are supported.
An SDK version for Python (2.7 and 3+) is still under development.
- Home
- SDK Features
- Requirements
- Downloading the Kount RIS Java SDK
- Making Requests to the Kount RIS
- Response description
- SDK Integration Tests
- Connection Troubleshooting