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.
The installation can be handled in one of two ways as explained below.
- 1.Open the NuGet Manage Console.
- 2.Type in the following command:
PM> Install-Package Umbraco.Commerce.PaymentProviders.PROVIDER
Use the table of available Payment Providers to ensure you get the correct package name for the provider you want to install.
- 1.Open the NuGet Package Manager.
- 2.Search for the Payment Provider you want to install.
- 3.Ensure the "Browse" tab is selected.
- 4.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
Payment Provider | NuGet Package name |
---|---|
Invoicing | Umbraco.Commerce.PaymentProviders.Invoicing |
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 |
Before upgrading, it is always advisable to take a complete backup of your site and database.
Umbraco Commerce uses Umbraco Migrations to install all of its features. Upgrades follow the same process as the installation processes detailed above, by installing the latest version over the top of the existing package installation. By using this process the installation will only install new features and features that are missing.
Last modified 10d ago