Kount Risk Inquiry Service (RIS) API

The Risk Inquiry Service (RIS) is Kount's legacy RESTful API for transaction risk evaluation. RIS joins device data from the JavaScript Data Collector with merchant-supplied order data, scores each transaction, and returns Approve, Decline, or Review responses. Transactions continue to be evaluated and re-scored for up to fourteen days. Sub-resources cover VIP lists (card, email, device, address, payment, gift, UDF), order detail, refund/chargeback (RFCB), and 3DS transaction tagging. Test endpoint api.test.kount.net/rpc/v1 and production api.kount.net/rpc/v1.

API entry from apis.yml

apis.yml Raw ↑
aid: kount:kount-risk-inquiry-service-api
name: Kount Risk Inquiry Service (RIS) API
description: The Risk Inquiry Service (RIS) is Kount's legacy RESTful API for transaction risk evaluation.
  RIS joins device data from the JavaScript Data Collector with merchant-supplied order data, scores each
  transaction, and returns Approve, Decline, or Review responses. Transactions continue to be evaluated
  and re-scored for up to fourteen days. Sub-resources cover VIP lists (card, email, device, address,
  payment, gift, UDF), order detail, refund/chargeback (RFCB), and 3DS transaction tagging. Test endpoint
  api.test.kount.net/rpc/v1 and production api.kount.net/rpc/v1.
humanURL: https://developer.kount.com/hc/en-us/articles/4411554840980-RESTful-Endpoint-API-Specification-and-Error-Codes
baseURL: https://api.kount.net/rpc/v1
tags:
- Risk Inquiry
- Transactions
- VIP Lists
- Chargebacks
properties:
- type: Documentation
  url: https://developer.kount.com/hc/en-us/articles/4411554840980-RESTful-Endpoint-API-Specification-and-Error-Codes
- type: APIReference
  url: https://api.kount.net/rpc/list.html
- type: SDK
  url: https://github.com/Kount/kount-ris-java-sdk
  title: RIS Java SDK
- type: SDK
  url: https://github.com/Kount/kount-ris-php-sdk
  title: RIS PHP SDK
- type: SDK
  url: https://github.com/Kount/kount-ris-python-sdk
  title: RIS Python SDK
- type: SDK
  url: https://github.com/Kount/kount-ris-dotnet-sdk
  title: RIS .NET SDK