-
Notifications
You must be signed in to change notification settings - Fork 7
Session related Parameters
There are a few parameters responsible for maintaining connection between linked interactions with the RIS. They are transported as a part of the Request/Response objects during standard RIS communication.
-
SESSparameter
This parameter should be created by the merchant at the start of each new customer purchase.SESSis used to join the customer device data with the order data sent with the RIS request. If the merchant uses the Kount Data Collector service to obtain customer device information, then the sameSESSvalue must be used for all RIS calls starting with the one to the Data Collector service.
Requirements for the parameter value are:- alpha-numeric
- length: 1-32 characters
- value should be unique over a thirty-day period of time
SESSis a mandatory parameter set byRequest.setSessionId(String);method.
-
TRANparameter TheTRANparameter is required forUpdatecalls to Kount RIS. Its value is created by Kount and is returned within theResponseobject for the first RISInquiry. For all subsequent events, modifying this particular customer order, the 'TRAN` parameter should be set to the Kount-created value.
- Home
- SDK Features
- Requirements
- Downloading the Kount RIS Java SDK
- Making Requests to the Kount RIS
- Response description
- SDK Integration Tests
- Connection Troubleshooting