-
Notifications
You must be signed in to change notification settings - Fork 7
SDK Features
Boyan Kukushev edited this page Jun 22, 2017
·
3 revisions
The Kount RIS Java SDK provides means for:
- building and sending requests to the RIS service
- client-side data verification
- sensitive information protection.
The SDK contains several object model classes representing different request types as well as many enumeration-like objects which can be used as request parameter values.
The KountRisClient
class accomplishes client-server-client communication, secured TLS v1.2 and JWT API key or certificate key pair authentication (deprecated).
The Kount RIS Java SDK provides means for validation of most of the request parameters, as well as ensuring presence of required parameters for each request type.
The SDK utilizes specific hashing methods to encrypt and transmit sensitive client data like credit card numbers and various payment tokens.
Next step: SDK Requirements
- Home
- SDK Features
- Requirements
- Downloading the Kount RIS Java SDK
- Making Requests to the Kount RIS
- Response description
- SDK Integration Tests
- Connection Troubleshooting