Developer
Products
Command
Control
Dispute and Chargeback Management
Integration Guides
Support
Submit a Ticket
Sign In
Developer
Products
Command
Control
Dispute and Chargeback Management
Links
Integration Guides
Support
Sign In
Kount Developer
Command
Risk Inquiry Service
Risk Inquiry Service
How to Implement the Risk Inquiry Service
The Risk Inquiry Service (RIS) joins device data provided from the data collector process with the customer order dat...
How to Authenticate the Risk Inquiry Service
To preserve the security of Risk Inquiry Service (RIS) data, merchants must authenticate to Kount using an API Key wh...
How to Invoke the Risk Inquiry Service
There are two methods in which the RIS can be invoked: pre-authorization and post-authorization. Each unique method r...
Risk Inquiry Service Data Submission
When submitting data to Risk Inquiry Service (RIS), it is recommended to send as much data as possible. As part of th...
Risk Inquiry Service Modes
The Risk Inquiry Service (RIS) joins device data with customer order data, and then evaluates and scores each transac...
Risk Inquiry Service Items Purchased Data
Each Risk Inquiry Service (RIS) request must be submitted with a minimum of one purchased item. While other RIS data ...
Risk Inquiry Service Response
When you post Risk Inquiry Service (RIS) information to Kount, a key-value pair string is returned (RIS response). Th...
RIS SDKs
The Risk Inquiry Service (RIS) joins device data with customer order data, and then evaluates and scores each transa...
Risk Inquiry Service Error Codes
The Risk Inquiry Service (RIS) combines data provided by the Device Data Collector (DDC) with the customer order data...
Risk Inquiry Service Predictive Response (Test Environment)
Predictive Response is a mechanism that is used by our customers to submit test requests and receive back predictable...
CURL Command Example for RIS
Perform the following to make a RISK call using an API key and CURL: curl -d "MODE=Q&MACK=Y&AUTH=A&CURR=USD&EMAL=name...
NodeJS Example for RIS Call
Require needed libraries (querystring, https). Create your inquiry data array. Create your http options. Make a call...