Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

We use Stripe Braintree as our payment processing platform for non-Affiliate orders.

...

Braintree provides documentation of several different ways to install their JavaScript v3 SDK.

Step 2: Get a Client Token from our API

Because generating a client token is done server side we provide the Merchant Accounts / Braintree / Client Token endpoint which will return the client token (a signed JWT) which gets provided to the Javascript front-end. The Client Token endpoint requires a client_id of a /wiki/spaces/API/pages/4129312 and our servers will use Braintree’s API to create a Braintree Customer matching your Client and pass that Customer’s ID to Braintree when we create the client token required by the JavaScript SDK.

...