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.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/kount-risk-inquiry-service-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

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
- Transaction
- VIP Lists
- Chargebacks
tags_raw:
- 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: SDKs
  url: https://github.com/Kount/kount-ris-java-sdk
  title: RIS Java SDK
- type: SDKs
  url: https://github.com/Kount/kount-ris-php-sdk
  title: RIS PHP SDK
- type: SDKs
  url: https://github.com/Kount/kount-ris-python-sdk
  title: RIS Python SDK
- type: SDKs
  url: https://github.com/Kount/kount-ris-dotnet-sdk
  title: RIS .NET SDK