How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Moneris Kount API

Perform and Manage Kount risk assessment inquiries

Moneris Kount API is one of 15 APIs that Moneris publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Kount. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 4 operations across 3 paths, and defines 51 schemas. It is described by OpenAPI 3.2.0, at version 2.6.1.

Requests are made against 2 base URLs: https://api.sb.moneris.io, https://api.moneris.io.

4 operations 3 paths 51 schemas 2 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
2.6.1
Base URL
https://api.moneris.io
Authentication
API Key, OAuth 2.0
License
Terms of Service
Resource Areas
1

Authentication & Security 2

Moneris Kount API declares 2 security schemes for authenticating requests. An API key is passed in the header as X-Api-Key (ApiKeyAuth). It supports OAuth 2.0 (OAuth2) using the clientCredentials flow, exposing 14 scopes.

  • ApiKeyAuth — An API key is a token that a client provides when making API calls. API keys are supposed to be a secret that only the client and server know about.
  • OAuth2 — OAuth 2.0 is an authorization protocol that gives an API client limited access to user data on a web server. OAuth relies on authentication scenarios, that all…

Paths & Operations 4

Across 3 paths, the API surfaces 4 operations — 2 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.

Kount 4

Perform and Manage Kount risk assessment inquiries

POST
/kount-inquiries
Create Kount Inquiry
createKountInquiry 3 params body → 201202400401403409422429
GET
/kount-inquiries
List Kount Inquiries
getKountInquiries 7 params → 200400401403429500503
GET
/kount-inquiries/{kount-inquiry-id}
Get Kount Inquiry by Id
getKountInquiryById 4 params → 200401403404429500503
POST
/kount-inquiries/{kount-inquiry-id}/assert
Kount Inquiry Assert
kountInquiryAssert 4 params body → 200202400401403404409422

Schemas 51

The contract defines 51 schemas that model the data the API accepts and returns. The most detailed are kountInfo (47 properties), kountInquiryRequest (21 properties), error (7 properties), kountPaymentData (6 properties). Each schema is shown below with its type and property counts.

gender
stringnull
An individual's gender
kountPaymentDetails
Payment Data
kountResult
string
Auto-decision response
currency
string
Provides the three letter currency code according the ISO 4217 standard. For a complete list of currency codes, visit: https://en.wikipedia.org/wiki/ISO4217
sessionId
string
Unique Session ID; must be unique over a 30-day span
kountRefundStatus
stringnull
Refund/Chargeback status. R - Refund, C - Chargeback
kountInfo
object
Object of Kount response parameters
47 properties
kountProductItem
object
Item part of the transaction
5 properties 2 required
itemId
string
Item unique identifier.
kountInquiry
3 required
kountInquiryList
object
6 properties 1 required
dateTime
string
Date & Time
evaluateKountResult
boolean
full re-evaluation will be performed with Kount. Default to false.
kountPaymentId
object
Payment Id
1 property 1 required
customData
objectnull
Merchant can send custom meta data with the transaction in this object. Moneris will echo these values back in response.
self
stringnull
Pagination link pointing to the current page.
orderId
stringnull
Indicates the merchant-defined transaction identifer or order ID. Identifiers are unique for every Purchase, Pre-Authorization and Independent Refund transacti…
kountTriggeredRule
object
Kount rule that was triggered
2 properties
email
string
Contains the customer's email address. For standard email protocols, visit: https://www.rfc-editor.org/rfc/rfc5322
financialOrderId
stringnull
Unique identifier for transactions at Kount
automaticNumberId
stringnull
Automatic Number Identification (ANI) submitted with order If the ANI cannot be determined, merchant must pass 0123456789 as the ANID NOTE: This field is only…
fraudScore
integernull
Final risk score returned from Kount system
kountTransactionId
string
Kount Transaction ID
itemType
string
High level description of an item
parameterError
object
Request property or header related error.
4 properties 2 required
fullName
stringnull
Customers full name
kountValidationId
object
Validation Id
2 properties 2 required
paymentToken
string
Payment token submitted by merchant for order (credit card, payer ID, routing/transit, MICR, and account number). If paymentType is set to NONE then the paymen…
next
stringnull
Pagination link pointing to the next page.
idempotencyKey
string
A Unique Identifier that is required for handling idempotent requests. Note: Moneris encourages the use of UUID Version 4 in APIs as an idempotency key."
kountPaymentData
object
Payment Data
6 properties 3 required
error
object
Error response details.
7 properties 1 required
shippingType
stringnull
Shipping type. The following nomenclature is expected for shipping types to be passed to Kount. NOTE:These three attributes can be used to pass custom attribut…
kountAccountId
string
6 digit local identifier used by the merchant to identify the kount inquiry request
last
stringnull
Pagination link pointing to the last page.
money
object
Monetary amount. Note: The value must be in cents. Therefore $10.59 must be sent as 1059.
2 properties 2 required
kountAssertRequest
object
6 properties 2 required
kountInquiryRequest
object
21 properties 10 required
websiteId
string
Website identifier of where order originated
first
stringnull
Pagination link pointing to the first page.
originatedFromCallCenter
boolean
Refers to Kount's Call center indicator. Flag indicating whether risk inquiry request originates from a call center environment If the customer service agents…
kountTriggeredCounter
object
Kount Counter that was triggered
2 properties 1 required
apiVersion
string
The endpoint's API Version. Must be provided through headers.
previous
stringnull
Pagination link pointing to the previous page.
paymentType
string
Payment Type submitted by merchant. If the credit card information is not available and Moneris Tokenization is used to process payment set paymentType = CARD…
merchantId
string
Thirteen character long identification provided to merchants by Moneris.
paymentId
string
Unique Identification for the Payment
resourceId
string
Used to identify API resources which may be required for future follow-on transactions; i.e. Refunds, Corrections, Completions, Reversals, etc.
amount
integer
Amount
kountPiercedAddress
objectnull
Pierced IP Address details.
6 properties
kountApiKey
string
The API key for the associated with the Kount Merchant ID

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

moneris-kount-api-openapi.yml Raw ↑

Other APIs Moneris publishes across the network.

Moneris 3D Secure API
Moneris Customers API
Moneris Disputes API
Moneris Installments API
Moneris Merchant Onboarding API
Moneris Multi-Currency Pricing Rate Lookup API
Moneris Payment Methods API
Moneris Payments API
Moneris Products API
Moneris Refunds API
Moneris Subscriptions API
Moneris Surcharge Lookup API
Where this information came from

This is an independent, third-party profile of Moneris Kount API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.