Braintree
The Braintree plugin provides payment gateway services to StoreBuilder via your Braintree account.
Installing the Braintree Plugin
Add the StoreBuilder.Braintree.dll
to your web project by adding a reference to the Nuget package StoreBuilder.Braintree
Braintree Settings
The Braintree plugin requires the following settings to be configured within Storebuilder:
StoreBuilder.Braintree.Environment (string)
An Enum used to determine which Braintree Environment transactions will take place on:
Development = 1
Production = 2
QA = 3
SandBox = 4
StoreBuilder.Braintree.MerchantId (string)
The MerchantId is used with the BrainTree API when creating a Gateway.
StoreBuilder.Braintree.PublicKey (string)
The PublicKey is used with the BrainTree API when creating a Gateway.
StoreBuilder.Braintree.PrivateKey (string)
The PrivateKey is used with the BrainTree API when creating a Gateway.