Kount

Get started with Kount

Integrate Kount in DEUNA

Requirements

The following information must be at hand before starting to configure the different environments

  • Admin:

    • Private Key
    • Account ID
  • Environment:

    • test for sandbox environment
    • live for production environment

Integrate Kount

Integrate Kount as an anti-fraud provider in DEUNA.

1. Set up the sandbox environment in Kount

  1. Access your Kount dashboard to review your API Keys:
  2. ClickAdmin in the left panel.
  3. Click Product Configuration.
  1. Click API Keys and +Generate API Key.
  2. Copy the API Key that will be used when creating the connection in Deuna

2. Configure webhooks

Configure the webhooks:

  1. Go to Product Configuration Webhooks.

  2. Click Select New Webhook.

  1. Click Order Status Change in Event Type. In Channel, it is not necessary to fill “123456”
  2. In URL, paste the following URLs depending on the environment where your Kount account will be used:
  3. Click Enter to finish.

3. Create rules

Create rules for approve, deny, and manual review:

  1. Go to Policy Management on the left panel.

  2. In the Decisioning tab select “Payments Fraud” in the Event dropdown

  3. Click +Create New Set.

  4. Name the set as “email”.

  5. Add a description.

  6. Click Save.

  1. Once saved, find the Set created and in “Set Actions” select “Activate Set”.
  1. Now select Edit, then select the “Policies” tab and then “New Policy” to start creating email rules:
  1. Start creating the policy to deny always the transaction, in Policy Name write “Deny Always”, in Description “Always deny by billing email”, and in outcome select “Decline” from the Dropdown

  2. Now select “Add condition” from the “Policy conditions” tab, and in search conditions write “billing email”, select it from the results, and then “Confirm”

  1. Proceed to select “equals” from the dropdown, and in the text box write “[email protected]” and select the “Save” button switch is above the “outcome” dropdown.
  1. Now you may repeat the same steps from “New Policy” to create“Review Always” policy to send the transactions to manual review.

  2. In Policy Name write “Review Always”, in Description “Always Review by billing email”, and select “Review” from the “Outcome” dropdown.

  3. Then select add conditions, find billing email, and select “confirm”

  4. Proceed to select “equals” from the dropdown, and in the text box write “[email protected]” and select the “Save” button switch is above the “outcome” dropdown.

  1. You should see your policies like this
  1. Finally, go back and ensure that the “email” set shows as activated in the “Decisioning” tab under Police Management

4. Setting up Sandbox Environment in Deuna

  1. Access the DEUNA Admin and enable Test mode.
  1. If manual review is going to be used with Kount, go to Settings, find Merchant, and under “Payment settings” tab select “Enable Manual Review”, “Enable Automatic Operations Execution”, and “Order Follow-up”.
  1. Configure Kount as antifraud provider using testing credentials, and setting test as Environment

  2. Configure a testing payment gateway and establish a Payment Strategy. It is critical to process Medium Risk if manual review will be used for the merchant. It can be configured either Pre authorization (before the PSP) or Post Authorization (after the PSP)

  • Pre Authorization
  • Post Authorization

5. Configure device fingerprinting

  1. To configure device fingerprinting for Kount, follow this guide

  2. The parameters to configure are the following:

    1. dataCollectorUrl: fixed value tst.kaptcha.com
    2. merchantId: The merchant ID in the desired environment in Deuna (to be Provided by your Deuna Advisor)
    3. clientId: It is provided by Kount, most probably the same as the API credentials
    4. environment: ''TEST” for Sandbox, and “PROD” for Production
    5. isSinglePageApp: fixed value “false” unless Kount advises to use “True”

Example

KOUNT: {
		"clientId":"781660013918393", // CREDENTIAL PROVIDED BY KOUNT
		"environment":"TEST", // TEST OR PROD
		"isSinglePageApp":false 
	    } 

Deuna device fingerprinting SDK generates as output a base64.

6. Test the integration

Make the following transactions with their respective emails:

ResultFieldValueField in the Request to Deuna
Approveemailany
Denyemail[email protected]billing_address.email = [email protected]
Reviewemail[email protected]billing_address.email = [email protected]

In Manual Review you can approve or deny the transactions manually in Kount’s dashboard. When selecting the transaction in the Event Analysis section, and “Approve” or “Decline”.

The manual decision will take around one minute to be reflected in Deuna

Finally, review the transactions in the Admin, in the Fraud section should appear the following values: Approved, Denied, or Manual Review.

7. Deploy Kount to Production

Set up the production environment:

  1. Kount:

    1. Get access to Production Dashboard in Production: Ask Kount for the required credentials
    2. Login into https://app.kount.com/login/ to configure the account
  2. In the DEUNA Admin configure the merchant for Production

    1. Unselect Test Mode
    2. Configure Kount as an anti-fraud provider using Production credentials, setting live as Environment
    3. Configure the payment gateways and establish a Payment Strategy.