Install payment providers

Learn how to install and add payment providers to your Umbraco Commerce implementation.

When you need to install a payment provider into your Umbraco Commerce implementation it is done via NuGet.

You can install a payment provider in one of two ways:

Install via the NuGet Manager Console

  1. Open the NuGet Manager Console.

  2. Enter the following command:

Install-Package Umbraco.Commerce.PaymentProviders.PROVIDER
  1. Use the available Payment Providers table below to find the correct package name for the provider you want to install.

Install via the NuGet Package Manager

  1. Open the NuGet Package Manager.

  2. Browse for the Payment Provider you want to install.

  3. Install the package into your solution.

Alternatively, you can also find and install the NuGet package via the NuGet Package Manager.

Installing Umbraco Commerce via the NuGet Package Manager

Available Payment Providers

Payment Provider
NuGet Package name

Buckaroo

Umbraco.Commerce.PaymentProviders.Buckaroo

Klarna

Umbraco.Commerce.PaymentProviders.Klarna

Mollie

Umbraco.Commerce.PaymentProviders.Mollie

Nets

Umbraco.Commerce.PaymentProviders.Nets

Paypal

Umbraco.Commerce.PaymentProviders.PayPal

QuickPay

Umbraco.Commerce.PaymentProviders.QuickPay

Stripe

Umbraco.Commerce.PaymentProviders.Stripe

Opayo

Umbraco.Commerce.PaymentProviders.Opayo

Worldpay

Umbraco.Commerce.PaymentProviders.Worldpay

Default Payment Providers

Umbraco Commerce includes the following payment providers by default:

  • Invoicing

  • Zero

Upgrading

Umbraco Commerce uses Umbraco Migrations to install all of its features. To upgrade, install the latest version over the existing package. This process will add new features and update any missing components.

Last updated

Was this helpful?