Provide fraud protection to your storefront by installing the Kount Command add-on in the BigCommerce marketplace. Kount Command is the leading AI-driven fraud protection solution for your business. To successfully set up the Kount app, you must have your Kount Agent Web Console (AWC) login, and an existing BigCommerce account.
-
You must create a new API key before configuring the Kount app. Go to the Kount Portal and log into the Kount AWC.
Note
If after you log in you are directed to the dashboard, select Admin from the navigation tabs, and then select API Keys.
-
From the bottom of the page, select Create API Key.
-
Next to Key Name, enter BIGC, and then under Key Permissions, select the RIS and API checkboxes.
-
Select Create API Key. A message displays confirming your key was created successfully.
-
Go to the Kount Portal.
-
From the bottom of the page, click Add Website.
-
Under Website, enter BIGC, and then under description, enter The BigCommerce Website.
-
Select Add Website. A message displays confirming the website was added successfully.
Note
If you are using a single Kount merchant account to point to more than one BigCommerce store, reach out to your technical contact at Kount to help you configure your installation.
If Kount provided you with a ZIP file, follow these steps to set up the plugin for testing in a sandbox environment.
-
Download the Kount Test ZIP file.
-
Click Learn more, and then select Install.
-
Click the checkbox to confirm the app can access the listed data, and then select Confirm.
-
Enter the following configuration information.
-
Merchant ID: The Kount provided six-digit ID.
-
API Key: The API Key created in the API Key Management screen within the AWC.
-
Website: The Website setup in the AWC or use 'BIGC'.
-
ENS Callback URL: URL configured in the AWC for receiving Event Notification System messages. This is a read-only field and is used as the value for the ENS API URL configured in the Kount AWC.
-
Auto-Capture: When Kount approves a transaction, call the BigCommerce API to capture payment. If your gateway supports an option to select Auth Only or Auth/Capture, and you choose to use Auth/Capture, you can enable this setting to allow Kount's decision to be used to trigger the capture for the order.
-
Auto-Void: When Kount declines a transaction, void the payment in BigCommerce or your payment gateway.
-
Auto-Cancel: When Kount declines a transaction, cancel the transaction in BigCommerce or your payment gateway.
-
Disable: Disable sending transaction to Kount for a Risk Assessment.
-
-
Select Save, and then click Dismiss to return to the configuration.
If you are done testing and ready to install the plugin in your production environment, follow these steps:
-
In the BigCommerce Marketplace, search for and select the Kount Command app.
-
Select Learn more, and then Install.
-
Select the checkbox to confirm the app can access the listed data, and then select Confirm.
-
Enter the following configuration information.
-
Merchant ID: The Kount provided six-digit ID.
-
API Key: The API Key created in the API Key Management screen within the AWC.
-
Website: The Website setup in the AWC or use 'BIGC'.
-
ENS Callback URL: URL configured in the AWC for receiving Event Notification System messages. This is a read-only field and is used as the value for the ENS API URL configured in the Kount AWC.
-
Auto-Capture: When Kount approves a transaction, call the BigCommerce API to capture payment. If your gateway supports an option to select Auth Only or Auth/Capture, and you choose to use Auth/Capture, you can enable this setting to allow the Kount decision to be used to trigger the capture for the order.
-
Auto-Void: When Kount declines a transaction, void the payment in BigCommerce or your payment gateway.
-
Auto-Cancel: When Kount declines a transaction, cancel the transaction in BigCommerce or your payment gateway.
-
Disable: Disable sending transaction to Kount for a Risk Assessment.
-
-
Select Save, and then select Dismiss to return to the configuration.
-
Return to Fraud Control.
-
Next to the BIGC website you created earlier, click the Gear icon, and then click Edit.
-
Under ENS enabled, select Yes.
-
Under Merchant ENS URL, enter the URL with the ENS Callback URL page provided during the BigCommerce installation.
Note
Work with your Customer Success Manager to optimize your business policies to take advantage of the information provided via the BigCommerce Kount Command App.
You can submit chargebacks to Kount using Kount's Endpoint API.
-
Set up your network configuration to receive the webhook (POST):
Intercept the
/store/order/statusUpdated
webhook and check to see ifnew_status_id = 13 (disputed)
ornew_status_id = 4 (refund)
. -
Retrieve the data using the BigCommerce Get Metafields API. Look up the Kount transaction using id from the POST (JSON payload), and then find the correct metafield for the Transaction ID to make a call to the Refund/Chargeback Kount API.
-
Update the Kount transaction with the Kount Chargeback API.