braintree-web/data-collector

Members

(static) VERSION :string

The current version of the SDK, i.e. 3.8.0.

Source:

Methods

(static) create(options, callback) → {void}

Creates a DataCollector instance. Requires advanced fraud protection to be enabled in the Braintree gateway. Contact our support team to configure your Kount ID.

Parameters:
Name Type Description
options object

Creation options:

Properties
Name Type Attributes Description
client Client

A Client instance.

kount boolean <optional>

If true, Kount fraud data collection is enabled.

paypal boolean <optional>

If true, PayPal fraud data collection is enabled.

callback callback

The second argument, data, is the DataCollector instance.

Source: