braintree-web/data-collector

Members

(static) VERSION :string

The current version of the SDK, i.e. 3.0.0-beta.6.

Source:

Methods

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

Parameters:
Name Type Description
options object

Object containing all DataCollector options:

Properties
Name Type Attributes Description
kount object <optional>

If supplied, Kount fraud capabilities are enabled:

Properties
Name Type Attributes Description
environment string

Which Kount environment to operate in. Options are "sandbox" or "production".

merchantId string <optional>

If using a direct Kount integration, your Kount-provided merchantId.

paypal boolean <optional>

If true, PayPal fraud capabilities are enabled.

callback errback

The second argument, data, is the DataCollector instance.

Source: