Skip to content

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.

Building requests

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).

Client-side data verification

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.

Sensitive information protection

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