PayPal Pro

The PayPal Pro plugin provides payment gateway services to StoreBuilder via your PayPal Pro account.

Installing the PayPal Plugin

Add the StoreBuilder.PayPal.dll to your web project by adding a reference to the Nuget package StoreBuilder.PayPal

PayPal Pro Settings

The PayPal plugin requires the following settings to be configured within Storebuilder:

StoreBuilder.PayPal.ClientId (string)

The ClientId provided by PayPal is used along withe the ClientSecret to create your OAuth Token.

StoreBuilder.PayPal.ClientSecret (string)

The ClientSecret provided by PayPal is used along with the ClientId to create your OAuth Token.