Kount
Create Kount Inquiry
post/kount-inquiries
Request body
Example request
{
"idempotencyKey": "6q5w4e7r8t9y",
"orderId": "1q2w3e4r5t6t78",
"kountAccountId": "760000",
"kountApiKey": "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiI3NjAwMDAiLCJhdWQiOiJLb3VudC4xIiwiaWF0IjoxNTU4MDQwODQ5LCJzY3AiOnsia2EiOm51bGwsImtjIjpmYWxzZSwiYXBpIjp0cnVlLCJyaXMiOnRydWV9fQ.y3_2yzd11-Y_F6_xzVsXI-NO1a7P6ldMjDnKzl5yBko",
"sessionId": "xjudq804i1049jkjakdad",
"websiteId": "DEFAULT",
"paymentDetails": {
"paymentId": "pi0105ARZ3NDEKTSV4RRFFQ69G5FAV"
},
"email": "moneris@moneris.com",
"products": [
{
"itemId": "e2ab873e-b295-11e9-9c02",
"itemType": "Phone",
"itemQuantity": 82,
"itemName": "Canned Food",
"itemAmount": {
"amount": 15000,
"currency": "CAD"
}
}
],
"automaticNumberId": "0123456789",
"billingAddress": {
"unitNumber": "123A",
"streetNumber": "3300",
"streetName": "Bloor Street West",
"city": "Toronto",
"province": "ON",
"postalCode": "M8X 2X2",
"country": "CA"
},
"shippingAddress": {
"unitNumber": "123A",
"streetNumber": "3300",
"streetName": "Bloor Street West",
"city": "Toronto",
"province": "ON",
"postalCode": "M8X 2X2",
"country": "CA"
},
"dateOfBirth": "2019-07-30",
"timestamp": "2019-07-30T06:43:40.252Z",
"customerName": "John Doe",
"financialOrderId": "nqa-finorderid-1",
"ipv4": "104.75.173.179"
}Response
Kount Inquiry was successfully approved.
Example response
{
"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"
}