braintree/data-collector

Members

(static) VERSION

Properties:
Name Type Description
VERSION string

the current version of the SDK

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:
Returns:
Type
void