Skip navigation links
A B C D E F G H I J K L M N P R S T U W Y 

A

Address - Class in com.kount.ris.util
An class representing a street address.
Address() - Constructor for class com.kount.ris.util.Address
Default address constructor.
Address(String, String, String, String, String, String) - Constructor for class com.kount.ris.util.Address
Address constructor.
address1 - Variable in class com.kount.ris.util.Address
Address, line 1.
address2 - Variable in class com.kount.ris.util.Address
Address, line 2.
algorithm - Variable in class com.kount.ris.transport.KountHttpTransport
Default algorithm to use for ssl key manager.
apiKey - Variable in class com.kount.ris.KountRisClient
API key for merchant-server authentication.
apiKey - Variable in class com.kount.ris.transport.HttpApiTransport
Cache the api key (minimize file reads to once per instatiation).
ApplePayPayment - Class in com.kount.ris.util.payment
A class representing an Apple Pay payment.
ApplePayPayment(String) - Constructor for class com.kount.ris.util.payment.ApplePayPayment
Constructor for an Apple Pay payment.
APPROVED - Static variable in class com.kount.ris.util.AuthorizationStatus
"A".
Ascii85 - Class in com.github.fzakaria.ascii85
A very simple class that helps encode/decode for Ascii85 / base85 The version that is likely most similar that is implemented here would be the Adobe version.
AUD - Static variable in class com.kount.ris.util.CurrencyType
Deprecated.
Austrailian Dollar.
AuthorizationStatus - Class in com.kount.ris.util
Authorization status type.

B

BankcardReply - Class in com.kount.ris.util
Reply from the bank about a card request.
BillMeLaterPayment - Class in com.kount.ris.util.payment
A class representing a bill me later payment.
BillMeLaterPayment(String) - Constructor for class com.kount.ris.util.payment.BillMeLaterPayment
Constructor for a bill me later payment.
BPayPayment - Class in com.kount.ris.util.payment
A class representing a BPay payment.
BPayPayment(String) - Constructor for class com.kount.ris.util.payment.BPayPayment
Constructor for a BPay payment.

C

CAD - Static variable in class com.kount.ris.util.CurrencyType
Deprecated.
Canadian Dollar.
calculateLast4() - Method in class com.kount.ris.util.payment.Payment
Calculate and set the payment token LAST4 value.
CardPayment - Class in com.kount.ris.util.payment
A class representing a credit card payment.
CardPayment(String) - Constructor for class com.kount.ris.util.payment.CardPayment
Constructor for a credit card payment.
CarteBleuePayment - Class in com.kount.ris.util.payment
A class representing an Carte Bleue payment.
CarteBleuePayment(String) - Constructor for class com.kount.ris.util.payment.CarteBleuePayment
Constructor for an Carte Bleue payment.
CartItem - Class in com.kount.ris.util
A class that represents a shopping cart item.
CartItem(String, String, String, int, int) - Constructor for class com.kount.ris.util.CartItem
Constructor for a cart item.
CHARGEBACK - Static variable in class com.kount.ris.util.RefundChargebackStatus
"C".
CheckPayment - Class in com.kount.ris.util.payment
A class representing a check payment.
CheckPayment(String) - Constructor for class com.kount.ris.util.payment.CheckPayment
Constructor for a check payment.
city - Variable in class com.kount.ris.util.Address
City.
closeOnFinish - Variable in class com.kount.ris.Request
Optional parameter for clients to close the transport when done.
com.github.fzakaria.ascii85 - package com.github.fzakaria.ascii85
 
com.kount.ris - package com.kount.ris
Base classes for the Kount Ris SDK.
com.kount.ris.transport - package com.kount.ris.transport
Transport layer classes.
com.kount.ris.util - package com.kount.ris.util
Kount RIS SDK utility classes.
com.kount.ris.util.payment - package com.kount.ris.util.payment
RIS Payment type classes.
connectTimeout - Variable in class com.kount.ris.transport.Transport
Ris connection establishment timeout, a timeout of zero is interpreted as an infinite timeout.
convertToNameValuePair(Map<String, String>) - Method in class com.kount.ris.transport.Transport
 
country - Variable in class com.kount.ris.util.Address
Country.
CurrencyType - Class in com.kount.ris.util
Deprecated.
Use three-character ISO-4217 currency code.
CUSTOM_HEADER_API_KEY - Static variable in class com.kount.ris.transport.HttpApiTransport
 
CUSTOM_HEADER_MERCHANT_ID - Static variable in class com.kount.ris.transport.HttpApiTransport
 

D

DECLINED - Static variable in class com.kount.ris.util.AuthorizationStatus
"D".
decode(String) - Static method in class com.github.fzakaria.ascii85.Ascii85
This is a very simple base85 decoder.
DEFAULT_CONNECTION_IDLE_TIMEOUT_MINUTES - Static variable in class com.kount.ris.transport.HttpApiTransport
 
DEFAULT_CONNECTION_TIMEOUT_MS - Static variable in class com.kount.ris.transport.HttpApiTransport
 
DEFAULT_MAX_CONNECTIONS - Static variable in class com.kount.ris.transport.HttpApiTransport
 
DEFAULT_SOCKET_TIMEOUT_MS - Static variable in class com.kount.ris.transport.HttpApiTransport
 

E

ElvPayment - Class in com.kount.ris.util.payment
A class representing an ELV payment.
ElvPayment(String) - Constructor for class com.kount.ris.util.payment.ElvPayment
Constructor for an ELV payment.
encode(byte[]) - Static method in class com.github.fzakaria.ascii85.Ascii85
 
errorMessage - Variable in class com.kount.ris.KountRisClient
StringBuilder to accumulate any error message found in the response being processed.
EUR - Static variable in class com.kount.ris.util.CurrencyType
Deprecated.
European currency unit.

F

factory - Variable in class com.kount.ris.transport.KountHttpTransport
SSL socket factory.

G

get3DSecureMerchantResponse() - Method in class com.kount.ris.Response
Get the 3D Secure Merchant Response.
getAddress1() - Method in class com.kount.ris.util.Address
Get address 1.
getAddress2() - Method in class com.kount.ris.util.Address
Get address 2.
getApiKey(File) - Method in class com.kount.ris.KountRisClient
Fetch data contained in api key file.
getAuto() - Method in class com.kount.ris.Response
Get the RIS auto response (A/R/D).
getBrand() - Method in class com.kount.ris.Response
Get the credit card brand.
getBrowser() - Method in class com.kount.ris.Response
Get browser (derived from user agent string).
getCards() - Method in class com.kount.ris.Response
Get the number of transactions associated with the credit card.
getCity() - Method in class com.kount.ris.util.Address
Get city.
getCode() - Method in class com.kount.ris.util.KcEvent
 
getCode() - Method in exception com.kount.ris.util.RisResponseException
Get the exception code.
getCookies() - Method in class com.kount.ris.Response
Get a string representing whether the remote device allows cookies.
getCountersTriggered() - Method in class com.kount.ris.Response
Get a map of the rules counters triggered in the response.
getCountry() - Method in class com.kount.ris.Response
Get the remote device's country of origin as a two character code.
getCountry() - Method in class com.kount.ris.util.Address
Get country.
getDateDeviceFirstSeen() - Method in class com.kount.ris.Response
Get date device first seen.
getDecision() - Method in class com.kount.ris.util.KcEvent
 
getDescription() - Method in class com.kount.ris.util.CartItem
 
getDeviceLayers() - Method in class com.kount.ris.Response
Get a string representing the five layers (Operating System, SSL, HTTP, Flash, JavaScript) of the remote device.
getDevices() - Method in class com.kount.ris.Response
Get the number of transactions associated with the particular device.
getDeviceScreenResolution() - Method in class com.kount.ris.Response
Get device screen resolution.
getEmails() - Method in class com.kount.ris.Response
Get the number of transactions associated with the email.
getErrorCode() - Method in class com.kount.ris.Response
Get a possible error code.
getErrorCount() - Method in class com.kount.ris.Response
Get the number of errors associated with the response.
getErrors() - Method in class com.kount.ris.Response
Get an ArrayList of errors associated with the response.
getExpression() - Method in class com.kount.ris.util.KcEvent
 
getFingerPrint() - Method in class com.kount.ris.Response
Get the device finger print.
getFlash() - Method in class com.kount.ris.Response
Get a string representing whether or not the remote device allows flash.
getGeox() - Method in class com.kount.ris.Response
Get the geox.
getHttpCountry() - Method in class com.kount.ris.Response
Get the two character country code setting in the remote device's browser.
getInstance() - Static method in class com.kount.ris.util.Khash
Method to retrieve the singleton Khash instance.
getIPAddress() - Method in class com.kount.ris.Response
Get proxy IP address.
getIPAddressCity() - Method in class com.kount.ris.Response
Get city of proxy IP address.
getIPAddressCountry() - Method in class com.kount.ris.Response
Get country of proxy IP address.
getIPAddressLatitude() - Method in class com.kount.ris.Response
Get latitude of proxy IP address.
getIPAddressLongitude() - Method in class com.kount.ris.Response
Get longitude of proxy IP address.
getIPAddressOrganization() - Method in class com.kount.ris.Response
Get organization of proxy IP address.
getIPAddressRegion() - Method in class com.kount.ris.Response
Get region of proxy IP address.
getItemName() - Method in class com.kount.ris.util.CartItem
 
getJavaScript() - Method in class com.kount.ris.Response
Get a string representing whether the remote device allows JavaScript.
getKaptcha() - Method in class com.kount.ris.Response
Get the Kaptcha flag: enabled upon request and for when RIS has no record.
getKcCustomerId() - Method in class com.kount.ris.Response
Get the Kount Central Customer ID.
getKcDecision() - Method in class com.kount.ris.Response
Get the Kount Central Decision.
getKcErrorCount() - Method in class com.kount.ris.Response
Get the number of KC errors associated with the response.
getKcErrors() - Method in class com.kount.ris.Response
Get an ArrayList of the KC errors returned by this Response.
getKcEventCount() - Method in class com.kount.ris.Response
Get the number of KC events associated with the response.
getKcEvents() - Method in class com.kount.ris.Response
Get an ArrayList of the KC events returned by this Response.
getKcWarningCount() - Method in class com.kount.ris.Response
Get the number of KC warnings associated with the response.
getKcWarnings() - Method in class com.kount.ris.Response
Get an ArrayList of the KC warnings returned by this Response.
getKnowYourCustomer() - Method in class com.kount.ris.Response
Get the know your customer flag.
getLanguage() - Method in class com.kount.ris.Response
Get the language setting on the remote device.
getLexisNexisCbdAttributes() - Method in class com.kount.ris.Response
Get LexisNexis Chargeback Defender attribute data associated with the RIS transaction.
getLexisNexisInstandIdAttributes() - Method in class com.kount.ris.Response
Get LexisNexis Instant ID attributes associated with the RIS transaction.
getLocalTime() - Method in class com.kount.ris.Response
Get local time of the remote device in the YYYY-MM-DD format.
getMasterCardFraudScore() - Method in class com.kount.ris.Response
Get MasterCard Fraud Score associated with the RIS transaction.
getMerchantId() - Method in class com.kount.ris.Response
Get the merchant id.
getMobileDevice() - Method in class com.kount.ris.Response
Get a string representing whether the remote device is a mobile device.
getMobileForwarder() - Method in class com.kount.ris.Response
Get the mobile device's wireless application protocol.
getMobileType() - Method in class com.kount.ris.Response
Get the mobile device type.
getMode() - Method in class com.kount.ris.Response
Get the mode.
getNetwork() - Method in class com.kount.ris.Response
Get the network type.
getNumberCountersTriggered() - Method in class com.kount.ris.Response
Get the number of rules counters triggered in the response.
getNumberRulesTriggered() - Method in class com.kount.ris.Response
Get the number of rules triggered associated with the response.
getOmniscore() - Method in class com.kount.ris.Response
Get the Kount Omniscore.
getOrderNumber() - Method in class com.kount.ris.Response
Get the merchant order number.
getOS() - Method in class com.kount.ris.Response
Get operating system (derived from user agent string).
getParams() - Method in class com.kount.ris.Request
Fetch the map of data parameters to send to RIS.
getParm(String) - Method in class com.kount.ris.Response
Get the parameter from the response.
getPaymentId() - Method in class com.kount.ris.util.payment.Payment
Deprecated.
Version 5.0.0 - 2012. Use method com.kount.ris.util.payment.Payment.getPaymentToken() : String.
getPaymentToken() - Method in class com.kount.ris.util.payment.Payment
Get the payment token.
getPaymentTokenLast4() - Method in class com.kount.ris.util.payment.Payment
Get last 4 characters of payment token.
getPaymentType() - Method in class com.kount.ris.util.payment.Payment
Get payment type.
getPcRemote() - Method in class com.kount.ris.Response
Get a string representing whether the end device is a remotely controlled computer.
getPiercedIPAddress() - Method in class com.kount.ris.Response
Get pierced IP address.
getPiercedIPAddressCity() - Method in class com.kount.ris.Response
Get city of pierced IP address.
getPiercedIPAddressCountry() - Method in class com.kount.ris.Response
Get country of pierced IP address.
getPiercedIPAddressLatitude() - Method in class com.kount.ris.Response
Get latitude of pierced IP address.
getPiercedIPAddressLongitude() - Method in class com.kount.ris.Response
Get longitude of pierced IP address.
getPiercedIPAddressOrganization() - Method in class com.kount.ris.Response
Get organization of pierced IP address.
getPiercedIPAddressRegion() - Method in class com.kount.ris.Response
Get region of pierced IP address.
getPkcs12Data() - Method in class com.kount.ris.transport.KountHttpTransport
Fetch data contained in PKCS12 private key file.
getPostalCode() - Method in class com.kount.ris.util.Address
Get postal code.
getPrefixedResponseDataMap(String) - Method in class com.kount.ris.Response
Get a map of the response data where the keys are the RIS response keys that begin with a specified prefix.
getPremise() - Method in class com.kount.ris.util.Address
Get premise.
getPreviouslyWhiteListed() - Method in class com.kount.ris.Response
Get the Previously WhiteListed.
getPrice() - Method in class com.kount.ris.util.CartItem
 
getProductType() - Method in class com.kount.ris.util.CartItem
 
getProxy() - Method in class com.kount.ris.Response
Get a string representing whether the remote device is using a proxy.
getQuantity() - Method in class com.kount.ris.util.CartItem
 
getReason() - Method in class com.kount.ris.Response
Deprecated.
Version 5.0.0 Use method com.kount.ris.Response.getReasonCode() : String.
getReasonCode() - Method in class com.kount.ris.Response
Get the merchant defined decision reason code.
getRegion() - Method in class com.kount.ris.Response
Get the region the remote device is located in.
getRulesTriggered() - Method in class com.kount.ris.Response
Get a Map of the rules triggered by this Response.
getScore() - Method in class com.kount.ris.Response
Get the Kount score.
getSessionId() - Method in class com.kount.ris.Response
Get the session id.
getSite() - Method in class com.kount.ris.Response
Get the site ID.
getSSLSocketFactory() - Method in class com.kount.ris.transport.KountHttpTransport
Get an SSL Socket factory.
getState() - Method in class com.kount.ris.util.Address
Get state.
getStreet() - Method in class com.kount.ris.util.Address
Get street.
getTimeZone() - Method in class com.kount.ris.Response
Get a string representing the time zone of the customer as a 3 digit number.
getTransactionId() - Method in class com.kount.ris.Response
Get the transaction id.
getUserAgentString() - Method in class com.kount.ris.Response
Get user agent string.
getVelo() - Method in class com.kount.ris.Response
Get the 6 hour velocity.
getVersion() - Method in class com.kount.ris.Response
Get the version number.
getVmax() - Method in class com.kount.ris.Response
Get the 6 week velocity.
getVoiceDevice() - Method in class com.kount.ris.Response
Get a string representing whether or not the remote device is voice controlled.
getWarningCount() - Method in class com.kount.ris.Response
Get the number of warnings associated with the response.
getWarnings() - Method in class com.kount.ris.Response
Get an ArrayList of the warnings returned by this Response.
GiftCardPayment - Class in com.kount.ris.util.payment
A class representing a gift card payment.
GiftCardPayment(String) - Constructor for class com.kount.ris.util.payment.GiftCardPayment
Constructor for a gift card payment.
GiroPayPayment - Class in com.kount.ris.util.payment
A class representing a GiroPay payment.
GiroPayPayment(String) - Constructor for class com.kount.ris.util.payment.GiroPayPayment
Constructor for a GiroPay payment.
GooglePayment - Class in com.kount.ris.util.payment
A google payment.
GooglePayment(String) - Constructor for class com.kount.ris.util.payment.GooglePayment
Constructor for a google payment object.
GreenDotMoneyPakPayment - Class in com.kount.ris.util.payment
Green Dot MoneyPak payment.
GreenDotMoneyPakPayment(String) - Constructor for class com.kount.ris.util.payment.GreenDotMoneyPakPayment
Constructor for a Green Dot MoneyPak payment.

H

hash(String) - Method in class com.kount.ris.util.Khash
Hash a payment token using the Kount hash algorithm.
hashGiftCard(int, String) - Method in class com.kount.ris.util.Khash
Hash a gift card payment token using the Kount hashing algorithm.
hashPaymentToken(String) - Method in class com.kount.ris.util.Khash
Create a Kount hash of a provided payment token.
HKD - Static variable in class com.kount.ris.util.CurrencyType
Deprecated.
Hong Kong Dollar.
HttpApiTransport - Class in com.kount.ris.transport
RIS http data transport class.
HttpApiTransport() - Constructor for class com.kount.ris.transport.HttpApiTransport
Default transport constructor.
HttpApiTransport(URL, String) - Constructor for class com.kount.ris.transport.HttpApiTransport
Constructor that accepts a RIS url and an api key as input.
HttpApiTransport(URL, String, int, int) - Constructor for class com.kount.ris.transport.HttpApiTransport
Constructor that accepts a RIS url and an api key as input.

I

INITIAL_INQUIRY - Static variable in class com.kount.ris.util.InquiryMode
"Q".
Inquiry - Class in com.kount.ris
RIS initial inquiry class.
Inquiry() - Constructor for class com.kount.ris.Inquiry
Class constructor.
InquiryMode - Class in com.kount.ris.util
Inquiry mode class.
InteracPayment - Class in com.kount.ris.util.payment
A class representing an Interac payment.
InteracPayment(String) - Constructor for class com.kount.ris.util.payment.InteracPayment
Constructor for an Interac payment.
isKhashed() - Method in class com.kount.ris.util.payment.Payment
Get flag indicating whether payment token has already been khashed.
isSetKhashPaymentEncoding() - Method in class com.kount.ris.Request
Check if KHASH payment encoding has been set.

J

JPY - Static variable in class com.kount.ris.util.CurrencyType
Deprecated.
Japanese Yen.

K

KC_FULL_INQUIRY_W - Static variable in class com.kount.ris.util.InquiryMode
"W".
KC_QUICK_INQUIRY_J - Static variable in class com.kount.ris.util.InquiryMode
"J".
KcEvent - Class in com.kount.ris.util
A class that represents a Kount Central event.
KcEvent(String, String, String) - Constructor for class com.kount.ris.util.KcEvent
Constructor for an event object.
Khash - Class in com.kount.ris.util
Class for creating Kount RIS KHASH encoding payment tokens.
khashed - Variable in class com.kount.ris.util.payment.Payment
Indicates whether payment token is khashed.
KountHttpTransport - Class in com.kount.ris.transport
RIS http data transport class.
KountHttpTransport() - Constructor for class com.kount.ris.transport.KountHttpTransport
Default transport constructor.
KountHttpTransport(String, String, String) - Constructor for class com.kount.ris.transport.KountHttpTransport
Constructor that accepts a private key pass phrase, a RIS url, and a PKCS12 file path as input.
KountHttpTransport(String, String, InputStream) - Constructor for class com.kount.ris.transport.KountHttpTransport
Constructor that accepts a private key pass phrase, a RIS url, and a PKCS12 resource stream as input.
KountRisClient - Class in com.kount.ris
Controller class for the Kount RIS SDK.
KountRisClient() - Constructor for class com.kount.ris.KountRisClient
Explicit default constructor.
KountRisClient(String, String, String) - Constructor for class com.kount.ris.KountRisClient
Constructor that accepts a pass phrase.
KountRisClient(String, String, InputStream) - Constructor for class com.kount.ris.KountRisClient
Constructor that accepts a pass phrase.
KountRisClient(URL, File) - Constructor for class com.kount.ris.KountRisClient
Constructor for using API Keys instead of Certificates.
KountRisClient(URL, File, int, int) - Constructor for class com.kount.ris.KountRisClient
Constructor for using API Key instead of Cert.
KountRisClient(URL, String) - Constructor for class com.kount.ris.KountRisClient
Constructor for using API Key instead of Cert.
KountRisClient(URL, String, int, int) - Constructor for class com.kount.ris.KountRisClient
Constructor for using API Key instead of Cert.

L

last4 - Variable in class com.kount.ris.util.payment.Payment
Last 4 characters of payment token.
LAST4_LENGTH - Static variable in class com.kount.ris.util.payment.Payment
Length of payment token last 4 string.
logger - Variable in class com.kount.ris.Request
Logger.
logger - Static variable in class com.kount.ris.Response
Logger.
logger - Variable in class com.kount.ris.util.payment.Payment
Logger.

M

main(String[]) - Static method in class com.github.fzakaria.ascii85.Ascii85
 
MATCH - Static variable in class com.kount.ris.util.BankcardReply
"M".
MercadoPagoPayment - Class in com.kount.ris.util.payment
A class representing an Mercado Pago payment.
MercadoPagoPayment(String) - Constructor for class com.kount.ris.util.payment.MercadoPagoPayment
Constructor for an Mercado Pago payment.
MerchantAcknowledgment - Class in com.kount.ris.util
Merchant acknowledgment types.

N

NetellerPayment - Class in com.kount.ris.util.payment
A class representing a Neteller payment.
NetellerPayment(String) - Constructor for class com.kount.ris.util.payment.NetellerPayment
Constructor for a Neteller payment.
NEXT_DAY - Static variable in class com.kount.ris.util.ShippingType
"ND".
NO - Static variable in class com.kount.ris.util.MerchantAcknowledgment
"N".
NO_MATCH - Static variable in class com.kount.ris.util.BankcardReply
"N".
NO_RESPONSE - Static variable in class com.kount.ris.util.UpdateMode
"U".
NoPayment - Class in com.kount.ris.util.payment
No payment type.
NoPayment() - Constructor for class com.kount.ris.util.payment.NoPayment
Constructor for a NoPayment object.
NZD - Static variable in class com.kount.ris.util.CurrencyType
Deprecated.
New Zealand Dollar.

P

params - Variable in class com.kount.ris.Request
Map containing data that will be sent to RIS.
params - Variable in class com.kount.ris.Response
Parameters to be sent to RIS.
parse(Reader) - Method in class com.kount.ris.KountRisClient
Parse a collection of key-value strings into a Response object.
parseResponse(Reader) - Static method in class com.kount.ris.Response
Parse the RIS repsonse and return a Response object.
Payment - Class in com.kount.ris.util.payment
RIS payment type object.
Payment(String, String) - Constructor for class com.kount.ris.util.payment.Payment
Constructor for a payment that accepts the payment ID.
paymentToken - Variable in class com.kount.ris.util.payment.Payment
Payment token.
paymentType - Variable in class com.kount.ris.util.payment.Payment
Payment type.
PaypalPayment - Class in com.kount.ris.util.payment
A class representing a Paypal payment.
PaypalPayment(String) - Constructor for class com.kount.ris.util.payment.PaypalPayment
Constructor for a paypal payment that accepts the paypal payment ID.
PHONE_ORDER - Static variable in class com.kount.ris.util.InquiryMode
"P".
pkcs12file - Variable in class com.kount.ris.transport.KountHttpTransport
Path to cert file.
pkcs12In - Variable in class com.kount.ris.transport.KountHttpTransport
Cert file input stream.
PoliPayment - Class in com.kount.ris.util.payment
A class representing a POLi payment.
PoliPayment(String) - Constructor for class com.kount.ris.util.payment.PoliPayment
Constructor for a POLi payment.
postalCode - Variable in class com.kount.ris.util.Address
Postal code.
premise - Variable in class com.kount.ris.util.Address
Premise.
privateKeyPassphrase - Variable in class com.kount.ris.transport.KountHttpTransport
Private key pass phrase.
process(Request) - Method in class com.kount.ris.KountRisClient
Performs the actions of sending, and parsing a RIS request.
PRODUCT_DESCRIPTION - Static variable in class com.kount.ris.util.CartItem
 
PRODUCT_ITEM - Static variable in class com.kount.ris.util.CartItem
 
PRODUCT_PRICE - Static variable in class com.kount.ris.util.CartItem
 
PRODUCT_QUANTITY - Static variable in class com.kount.ris.util.CartItem
 
PRODUCT_TYPE - Static variable in class com.kount.ris.util.CartItem
 
PROPERTY_RIS_CONFIG_KEY - Static variable in class com.kount.ris.RisConfigurationConstants
 
PROPERTY_RIS_ENDPOINT - Static variable in class com.kount.ris.RisConfigurationConstants
 
PROPERTY_RIS_MERCHANT_ID - Static variable in class com.kount.ris.RisConfigurationConstants
 

R

readAllIntput(HttpEntity) - Method in class com.kount.ris.transport.HttpApiTransport
 
readTimeout - Variable in class com.kount.ris.transport.Transport
Ris connection read timeout, a timeout of zero is interpreted as an infinite timeout.
REFUND - Static variable in class com.kount.ris.util.RefundChargebackStatus
"R".
RefundChargebackStatus - Class in com.kount.ris.util
Refund or chargeback status types.
Request - Class in com.kount.ris
RIS Request superclass for Inquiry and Update.
Request() - Constructor for class com.kount.ris.Request
Class constructor.
Response - Class in com.kount.ris
RIS response data class.
Response(Map<String, String>) - Constructor for class com.kount.ris.Response
Constructor for a response object that accepts a map of response data.
RisConfigurationConstants - Class in com.kount.ris
 
RisException - Exception in com.kount.ris.util
RIS exeption class.
RisException() - Constructor for exception com.kount.ris.util.RisException
Ris exception.
RisException(String) - Constructor for exception com.kount.ris.util.RisException
Ris exception with a message.
RisException(String, Throwable) - Constructor for exception com.kount.ris.util.RisException
Ris exception with a message and cause.
RisException(Throwable) - Constructor for exception com.kount.ris.util.RisException
Ris exception with a message and cause.
RisResponseException - Exception in com.kount.ris.util
Response exception codes.
RisResponseException(String) - Constructor for exception com.kount.ris.util.RisResponseException
Ris response exception.
risServerUrl - Variable in class com.kount.ris.transport.Transport
Ris server endpoint url.
RisTransportException - Exception in com.kount.ris.util
Ris transport exception class.
RisTransportException(String) - Constructor for exception com.kount.ris.util.RisTransportException
Ris transport exception with a message.
RisTransportException(String, Throwable) - Constructor for exception com.kount.ris.util.RisTransportException
Ris transport exception constructor that accepts a message and a cause.

S

SAME_DAY - Static variable in class com.kount.ris.util.ShippingType
"SD".
SECOND_DAY - Static variable in class com.kount.ris.util.ShippingType
"2D".
send(Request) - Method in class com.kount.ris.KountRisClient
Send a RIS request.
send(Map<String, String>) - Method in class com.kount.ris.transport.HttpApiTransport
Send transaction data to RIS.
send(Map<String, String>) - Method in class com.kount.ris.transport.KountHttpTransport
Send transaction data to RIS.
send(Map<String, String>) - Method in class com.kount.ris.transport.Transport
Send transaction data to RIS.
setAddress1(String) - Method in class com.kount.ris.util.Address
Set address 1.
setAddress2(String) - Method in class com.kount.ris.util.Address
Set address 2.
setAlgorithm(String) - Method in class com.kount.ris.transport.KountHttpTransport
Set the standard algorithm to use for the javax.net.ssl.KeyManagerFactory See Java online documentation for a list of version J2SE 1.4 supported algorithms.
setAnid(String) - Method in class com.kount.ris.Inquiry
Set the anid.
setApiKey(String) - Method in class com.kount.ris.KountRisClient
Set api key to use.
setApiKey(String) - Method in class com.kount.ris.transport.HttpApiTransport
Set API Key.
setAuthorizationStatus(AuthorizationStatus) - Method in class com.kount.ris.Request
Set the Authorization Status.
setAvsAddressReply(BankcardReply) - Method in class com.kount.ris.Request
Set the Bankcard AVS street addres reply.
setAvsZipReply(BankcardReply) - Method in class com.kount.ris.Request
Set the Bankcard AVS zip code reply.
setBillingAddress(Address) - Method in class com.kount.ris.Inquiry
Set the billing address.
setBillingPhoneNumber(String) - Method in class com.kount.ris.Inquiry
Set the billing phone number.
setCart(Collection<CartItem>) - Method in class com.kount.ris.Inquiry
Set the shopping cart.
setCash(long) - Method in class com.kount.ris.Inquiry
Set cash amount of any feasible goods.
setCity(String) - Method in class com.kount.ris.util.Address
Set city.
setCloseOnFinish(boolean) - Method in class com.kount.ris.Request
Set a flag for the request transport.
setConnectionTimeToLive(int) - Method in class com.kount.ris.transport.HttpApiTransport
Set Connection Time To Live.
setConnectTimeout(int) - Method in class com.kount.ris.transport.Transport
Set the transports connection timeout.
setCountry(String) - Method in class com.kount.ris.util.Address
Set country.
setCurrency(CurrencyType) - Method in class com.kount.ris.Inquiry
Deprecated.
Version 4.3.5. Use method com.kount.ris.Inquiry.setCurrency(String currency) : Inquiry.
setCurrency(String) - Method in class com.kount.ris.Inquiry
Set the three character ISO-4217 currency code.
setCustomerName(String) - Method in class com.kount.ris.Inquiry
Set the name of the client or company.
setCvvReply(BankcardReply) - Method in class com.kount.ris.Request
Set the Bankcard CVV/CVC/CVV2 reply.
setDateOfBirth(String) - Method in class com.kount.ris.Inquiry
Set the date of birth in the format YYYY-MM-DD.
setEmail(String) - Method in class com.kount.ris.Inquiry
Set the email address of the client.
setEpoch(long) - Method in class com.kount.ris.Inquiry
Set the timestamp (in seconds) since the UNIX epoch for when the UNIQ value was set.
setGender(char) - Method in class com.kount.ris.Inquiry
Set the gender.
setIpAddress(String) - Method in class com.kount.ris.Inquiry
Set the IP address.
setKcCustomerId(String) - Method in class com.kount.ris.Request
Set the Kount Central Customer ID.
setKhashed(boolean) - Method in class com.kount.ris.util.payment.Payment
Used to set flag indicating whether payment token has been khashed.
setKhashPaymentEncoding() - Method in class com.kount.ris.Request
Deprecated.
Version 5.0.0. Use method com.kount.ris.Request.setKhashPaymentEncoding(boolean) : Request
setKhashPaymentEncoding(boolean) - Method in class com.kount.ris.Request
Set KHASH payment encoding.
setMerchantAcknowledgment(MerchantAcknowledgment) - Method in class com.kount.ris.Request
Set the merchant acknowledgment.
setMerchantId(int) - Method in class com.kount.ris.Request
Set the merchant ID assigned by Kount.
setMode(InquiryMode) - Method in class com.kount.ris.Inquiry
Set the request mode.
setMode(UpdateMode) - Method in class com.kount.ris.Update
Set the mode.
setName(String) - Method in class com.kount.ris.Inquiry
Set the name of the company.
setOrderNumber(String) - Method in class com.kount.ris.Request
Set the order number.
setParm(String, String) - Method in class com.kount.ris.Request
Set a parm for the request.
setPassPhrase(String) - Method in class com.kount.ris.transport.KountHttpTransport
Set the private key pass phrase.
setPayment(Payment) - Method in class com.kount.ris.Request
Set a payment.
setPayment(String, String) - Method in class com.kount.ris.Request
Set a payment by payment type and payment token.
setPaymentMasked(Payment) - Method in class com.kount.ris.Request
Sets a card payment and masks the card number in the following way:
setPaymentTokenLast4(String) - Method in class com.kount.ris.util.payment.Payment
Set the last 4 characters of the payment token.
setPostalCode(String) - Method in class com.kount.ris.util.Address
Set the postal code.
setPremise(String) - Method in class com.kount.ris.util.Address
Set the premise.
setReadTimeout(int) - Method in class com.kount.ris.transport.Transport
Set the transports connection read timeout.
setRefundChargebackStatus(RefundChargebackStatus) - Method in class com.kount.ris.Update
Set the Refund/Chargeback status: R = Refund C = Chargeback.
setRisServerUrl(String) - Method in class com.kount.ris.transport.Transport
Set the RIS server url.
setSessionId(String) - Method in class com.kount.ris.Request
Set the session id.
setShippingAddress(Address) - Method in class com.kount.ris.Inquiry
Set the shipping address.
setShippingEmail(String) - Method in class com.kount.ris.Inquiry
Set the shipping email.
setShippingName(String) - Method in class com.kount.ris.Inquiry
Set the shipping name.
setShippingPhoneNumber(String) - Method in class com.kount.ris.Inquiry
Set the shipping phone number.
setShippingType(ShippingType) - Method in class com.kount.ris.Inquiry
Set shipment type.
setState(String) - Method in class com.kount.ris.util.Address
Set the state.
setStreet(String) - Method in class com.kount.ris.util.Address
Set the street.
setTotal(long) - Method in class com.kount.ris.Inquiry
Set the total amount in lowest possible denomination of currency.
setTransactionId(String) - Method in class com.kount.ris.Update
Set the transaction id.
setTransport(Transport) - Method in class com.kount.ris.KountRisClient
Set the transport object to use.
setUniqueCustomerId(String) - Method in class com.kount.ris.Inquiry
Set the unique ID or cookie set by merchant.
setUserAgent(String) - Method in class com.kount.ris.Inquiry
Set the user agent string of the client.
setUserDefinedField(String, String) - Method in class com.kount.ris.Inquiry
Set a user defined field.
setVersion(String) - Method in class com.kount.ris.Request
Set the version number.
setWebsite(String) - Method in class com.kount.ris.Inquiry
Set the website.
sha1(String) - Static method in class com.kount.ris.util.Khash
Perform SHA1 hash on a string.
sha256(String) - Static method in class com.kount.ris.util.Khash
 
ShippingType - Class in com.kount.ris.util
Shipping types.
SingleEuroPaymentsAreaPayment - Class in com.kount.ris.util.payment
A class representing a Single Euro Payments Area payment.
SingleEuroPaymentsAreaPayment(String) - Constructor for class com.kount.ris.util.payment.SingleEuroPaymentsAreaPayment
Constructor for a SEPA payment.
SkrillMoneybookersPayment - Class in com.kount.ris.util.payment
A class representing a Skrill/Moneybookers payment.
SkrillMoneybookersPayment(String) - Constructor for class com.kount.ris.util.payment.SkrillMoneybookersPayment
Constructor for a Skrill/Moneybookers payment.
SofortPayment - Class in com.kount.ris.util.payment
A class representing a Sofort payment.
SofortPayment(String) - Constructor for class com.kount.ris.util.payment.SofortPayment
Constructor for a Sofort payment.
STANDARD - Static variable in class com.kount.ris.util.ShippingType
"ST".
state - Variable in class com.kount.ris.util.Address
State.
street - Variable in class com.kount.ris.util.Address
Street.

T

TokenPayment - Class in com.kount.ris.util.payment
A class representing a Token payment.
TokenPayment(String) - Constructor for class com.kount.ris.util.payment.TokenPayment
Constructor for a Token payment.
toString() - Method in class com.kount.ris.Request
To String.
toString() - Method in class com.kount.ris.Response
Print all values in the object.
toString() - Method in class com.kount.ris.util.CartItem
 
toString() - Method in class com.kount.ris.util.KcEvent
 
transport - Variable in class com.kount.ris.KountRisClient
Transport to use for sending RIS request.
Transport - Class in com.kount.ris.transport
RIS data transport interface.
Transport() - Constructor for class com.kount.ris.transport.Transport
 

U

UNAVAILABLE - Static variable in class com.kount.ris.util.BankcardReply
"X".
Update - Class in com.kount.ris
RIS update class.
Update() - Constructor for class com.kount.ris.Update
Class constructor Mode defaults to UpdateMode.WithResponse.
UpdateMode - Class in com.kount.ris.util
Update mode types.
USD - Static variable in class com.kount.ris.util.CurrencyType
Deprecated.
United States Dollars.

W

WITH_RESPONSE - Static variable in class com.kount.ris.util.UpdateMode
"X".
writeParametersToOutput(OutputStreamWriter, Map<String, String>) - Static method in class com.kount.ris.transport.Transport
Serializes the given map of request parameters to the provided OutputStream.

Y

YES - Static variable in class com.kount.ris.util.MerchantAcknowledgment
"Y".
A B C D E F G H I J K L M N P R S T U W Y 
Skip navigation links

Copyright © 2022. All rights reserved.