Authorize.net

The Authorize.Net plugin provides payment gateway services to StoreBuilder via your Authorize.Net account.

Installing the Authorize.net Plugin

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

Authorize.Net Settings

The Authorize.Net plugin requires the following settings to be configured within Storebuilder:

StoreBuilder.AuthorizeNet.ApiLoginId (string)

The ApiLoginId is used with the Authorize.Net API to create a Gateway.

StoreBuilder.AuthorizeNet.TransactionKey (string)

The TransactionKey is used with the Authorize.Net API to create a Gateway.

StoreBuilder.AuthorizeNet.TestMode (true/false)

If set to true StoreBuilder will run transactions in test mode.