| Package | Description |
|---|---|
| com.kount.ris |
Base classes for the Kount Ris SDK.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Inquiry
RIS initial inquiry class.
|
class |
Update
RIS update class.
|
| Modifier and Type | Method and Description |
|---|---|
Request |
Request.setAuthorizationStatus(AuthorizationStatus authorizationStatus)
Set the Authorization Status.
|
Request |
Request.setAvsAddressReply(BankcardReply avsAddressReply)
Set the Bankcard AVS street addres reply.
|
Request |
Request.setAvsZipReply(BankcardReply avsZipReply)
Set the Bankcard AVS zip code reply.
|
Request |
Request.setCloseOnFinish(boolean cof)
Set a flag for the request transport.
|
Request |
Request.setCvvReply(BankcardReply cvvReply)
Set the Bankcard CVV/CVC/CVV2 reply.
|
Request |
Request.setKcCustomerId(String id)
Set the Kount Central Customer ID.
|
Request |
Request.setKhashPaymentEncoding()
Deprecated.
Version 5.0.0. Use method
com.kount.ris.Request.setKhashPaymentEncoding(boolean) :
Request
|
Request |
Request.setKhashPaymentEncoding(boolean enabled)
Set KHASH payment encoding.
|
Request |
Request.setMerchantAcknowledgment(MerchantAcknowledgment merchantAcknowledgment)
Set the merchant acknowledgment.
|
Request |
Request.setMerchantId(int merchantId)
Set the merchant ID assigned by Kount.
|
Request |
Request.setOrderNumber(String orderNumber)
Set the order number.
|
Request |
Request.setParm(String key,
String value)
Set a parm for the request.
|
Request |
Request.setPayment(Payment p)
Set a payment.
|
Request |
Request.setPayment(String ptyp,
String ptok)
Set a payment by payment type and payment token.
|
Request |
Request.setPaymentMasked(Payment p)
Sets a card payment and masks the card number in the following way:
|
Request |
Request.setSessionId(String sessionId)
Set the session id.
|
Request |
Request.setVersion(String version)
Set the version number.
|
| Modifier and Type | Method and Description |
|---|---|
Response |
KountRisClient.process(Request r)
Performs the actions of sending, and parsing a RIS request.
|
protected Reader |
KountRisClient.send(Request r)
Send a RIS request.
|
Copyright © 2022. All rights reserved.