Skip to content

Braintree

Jovana Veskovic edited this page May 16, 2019 · 14 revisions

Braintree is a payment service provider which is integrated into our backend via Java SDK. When merchants want to use Braintree, the sandbox and production accounts will be created at Braintree control panel for them, and they will get the following fields that need to be configured on our dashboard.

sandboxMerchantId
sandboxPublicKey
sandboxPrivateKey
merchantId
productionPublicKey
productionPrivateKey

Braintree is used for PayPal, and it is possible to register (vault) PayPal and to make payments with it.

PayPal Registration

The following diagram describes a PayPal registration at Braintree.

PayPal Registration

Clone this wiki locally