braintree-web/american-express

This module is for use with Amex Express Checkout. To accept American Express cards, use Hosted Fields.

Source:

Members

(static) VERSION :string

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

Source:

Methods

(static) create(options, callbackopt) → {Promise|void}

Parameters:
Name Type Attributes Description
options object

Creation options:

Properties
Name Type Attributes Description
client Client <optional>

A Client instance.

authorization string <optional>

A tokenizationKey or clientToken. Can be used in place of options.client.

callback callback <optional>

The second argument, data, is the AmericanExpress instance. If no callback is provided, create returns a promise that resolves with the AmericanExpress instance.

Source: