Members
(static) VERSION :string
The current version of the SDK, i.e. 3.73.1
.
- Source:
Methods
(static) create(options, callbackopt) → {Promise|void}
Creates a DataCollector instance and collects device data based on your merchant configuration. We recommend that you call this method as early as possible, e.g. as soon as your website loads. If that's too early, call it at the beginning of customer checkout. Note: To use your own Kount ID, contact our support team (support@braintreepayments.com or 877.434.2894).
Parameters:
Name | Type | Attributes | Description | ||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
object |
Creation options: Properties
|
|||||||||||||||||||||||||
callback |
callback |
<optional> |
The second argument, |
- Source: