Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion commerce-add-ons/payment-providers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ description: >-

Payment providers are essential for your Umbraco Commerce installation when you want to give users and customers to option to pay for your products.

The [Invoice](invoicing/) option comes with Umbraco Commerce out of the box. Nine pre-built integrations for different providers are available for you to add additional payment options to your site.
The [Invoice](invoicing/) and [Zero](zero/) Payment Providers comes with Umbraco Commerce out of the box. Nine pre-built integrations for different providers are available for you to add additional payment options to your site.

## Available integrations

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,14 @@ Alternatively, you can also find and install the NuGet package via the NuGet Pac

<tr><td>Buckaroo</td><td><code>Umbraco.Commerce.PaymentProviders.Buckaroo</code></td></tr>

<tr><td>Invoicing</td><td><code>Umbraco.Commerce.PaymentProviders.Invoicing</code></td></tr><tr><td>Klarna</td><td><code>Umbraco.Commerce.PaymentProviders.Klarna</code></td></tr><tr><td>Mollie</td><td><code>Umbraco.Commerce.PaymentProviders.Mollie</code></td></tr><tr><td>Nets</td><td><code>Umbraco.Commerce.PaymentProviders.Nets</code></td></tr><tr><td>Paypal</td><td><code>Umbraco.Commerce.PaymentProviders.PayPal</code></td></tr><tr><td>QuickPay</td><td><code>Umbraco.Commerce.PaymentProviders.QuickPay</code></td></tr><tr><td>Stripe</td><td><code>Umbraco.Commerce.PaymentProviders.Stripe</code></td></tr><tr><td>Opayo</td><td><code>Umbraco.Commerce.PaymentProviders.Opayo</code></td></tr><tr><td>Worldpay</td><td><code>Umbraco.Commerce.PaymentProviders.Worldpay</code></td></tr></tbody></table>
<tr><tr><td>Klarna</td><td><code>Umbraco.Commerce.PaymentProviders.Klarna</code></td></tr><tr><td>Mollie</td><td><code>Umbraco.Commerce.PaymentProviders.Mollie</code></td></tr><tr><td>Nets</td><td><code>Umbraco.Commerce.PaymentProviders.Nets</code></td></tr><tr><td>Paypal</td><td><code>Umbraco.Commerce.PaymentProviders.PayPal</code></td></tr><tr><td>QuickPay</td><td><code>Umbraco.Commerce.PaymentProviders.QuickPay</code></td></tr><tr><td>Stripe</td><td><code>Umbraco.Commerce.PaymentProviders.Stripe</code></td></tr><tr><td>Opayo</td><td><code>Umbraco.Commerce.PaymentProviders.Opayo</code></td></tr><tr><td>Worldpay</td><td><code>Umbraco.Commerce.PaymentProviders.Worldpay</code></td></tr></tbody></table>

## Default Payment Providers

The following payment providers comes with Umbraco Commerce out of the box.

- Invoicing
- Zero

## Upgrading

Expand Down
4 changes: 2 additions & 2 deletions commerce-add-ons/payment-providers/invoicing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ description: Getting Started with the Invoicing payment provider for Umbraco Umb

The Invoicing payment provider is a "pass-through" payment provider that doesn't capture any payment information itself. Instead, it allows orders to go through in an `Authorized` state where it is assumed that payments will be captured manually in an external system. Once captured, orders can then be updated to the `Captured` payment status via the backoffice.

## [Install Invoice payment](../install-payment-providers.md)
## [Install Invoice & Zero Payment Providers](../install-payment-providers.md)

{% hint style="info" %}
The invoice payment method is installed with Umbraco Commerce by default. Follow the installation instruction if for some reason the package has been removed from your implementation.
The invoice and zero payment methods is installed with Umbraco Commerce by default. Follow the installation instruction if for some reason the package has been removed from your implementation.
{% endhint %}

## In this Section
Expand Down