v1

latestOpenAPI 3.0.3Moneris2026-07-2454487645.8 KB
Kount

List Kount Inquiries

get/kount-inquiries

Query parameters

cursorstring
Example:d41d8cd98f00b204e9800998ecf8427e

Pagination cursor to return items located after it.

limitinteger
Example:10

Maximum number of items to return in the response.

created_fromstring date-time

Date & Time

Example:2019-07-30T06:43:40.252Z

Returns items created after the specified date, defaults to the current date starting from 12 AM.

created_tostring date-time

Date & Time

Example:2019-07-30T06:43:40.252Z

Returns items created before the specified date, up to one day earlier.

Defaults to current date and time, must be no more than 1 day later than created_from date.

Response

Kount Inquiry operation result response

selfstring uri-reference nullable

Pagination link pointing to the current page.

firststring uri-reference nullable

Pagination link pointing to the first page.

laststring uri-reference nullable

Pagination link pointing to the last page.

nextstring uri-reference nullable

Pagination link pointing to the next page.

previousstring uri-reference nullable

Pagination link pointing to the previous page.

Example response

{
  "data": [
    {
      "kountInquiryId": "pi0105ARZ3NDEKTSV4RRFFQ69G5FAV",
      "orderId": "1q2w3e4r5t6t78",
      "fraudScore": 99,
      "kountTransactionId": "123456789012",
      "browser": "Google Chrome",
      "cardBrand": "MASTERCARD",
      "associatedCardCount": 3,
      "cookiesEnabled": true,
      "country": "CA",
      "deviceFirstSeenAt": "2019-07-30",
      "deviceCount": 2,
      "deviceScreenResolution": "1920x1080",
      "emailCount": 3,
      "errorCount": 3,
      "errorCode": "1080",
      "kountFingerprint": "123456789h123456789p123456789g12",
      "flashEnabled": true,
      "riskiestAssociatedCountry": "CA",
      "userDefinedHomeCountry": "CA",
      "proxyAddress": "104.75.173.179",
      "javascriptEnabled": true,
      "deviceDataCollectedByDataCollector": true,
      "knowYourCustomerFlag": true,
      "deviceLanguage": "en",
      "localTime": "2019-07-30T06:43:40.252Z",
      "isMobileDevice": true,
      "usesMobileForwarder": true,
      "mobileType": "iPhone",
      "operatingSystem": "macOS",
      "pcRemoteEnabled": true,
      "proxyEnabled": true,
      "piercedAddress": {
        "latitude": -90.1922,
        "longitude": 38.6312,
        "city": "Toronto",
        "region": "Ontario",
        "country": "CA"
      },
      "reasonCode": "Invalid Data",
      "region": "CA",
      "riskiestAssociatedRegion": "CA",
      "rulesTriggered": [
        {
          "id": 8,
          "description": "Rule description example"
        }
      ],
      "sessionId": "xjudq804i1049jkjakdad",
      "websiteId": "DEFAULT",
      "timezone": "-04:00",
      "deviceUserAgent": "Mozilla/5.0 (Linux; {Android Version}; {Build Tag etc.})",
      "velocity": 8,
      "maximumVelocity": 8,
      "kountVersion": "1.0",
      "deviceVoiceActivated": true,
      "warningCount": 8,
      "warningCode": "180"
    }
  ]
}