-
Notifications
You must be signed in to change notification settings - Fork 811
Umbraco Commerce Payment providers #6805
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 2 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
d7a0de9
Fixed grammar, updated steps and images where possible
eshanrnh 3541c18
some changes
eshanrnh 3af7e6f
Update commerce-add-ons/payment-providers/README.md
eshanrnh 5ba8c7c
Update commerce-add-ons/payment-providers/mollie/release-notes.md
eshanrnh a0a5966
Moved info from In this section heading to Overview
eshanrnh File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,19 +1,19 @@ | ||
| --- | ||
| description: >- | ||
| Learn more about each of the available integrations for implementing payment | ||
| providers into your Umbraco Commerce installation. | ||
| Learn about the available integrations for implementing payment | ||
| providers in your Umbraco Commerce installation. | ||
| --- | ||
|
|
||
| # What are Payment Providers? | ||
|
|
||
| Payment providers are essential for your Umbraco Commerce installation when you want to give users and customers to option to pay for your products. | ||
| Payment providers are essential for your Umbraco Commerce installation when you want to give users and customers the option to pay for your products. | ||
|
|
||
| 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. | ||
| By default, Umbraco Commerce includes the [Invoice](invoicing/) and [Zero](zero/) payment providers. Additionally, nine pre-built integrations are available to expand your payment options. | ||
|
|
||
| ## Available integrations | ||
|
|
||
| <table data-view="cards"><thead><tr><th align="center"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td align="center"><strong>Klarna</strong></td><td><a href="klarna/">klarna</a></td></tr><tr><td align="center"><strong>Mollie</strong></td><td><a href="mollie/">mollie</a></td></tr><tr><td align="center"><strong>Nets</strong></td><td><a href="nets/">nets</a></td></tr><tr><td align="center"><strong>PayPal</strong></td><td><a href="paypal/">paypal</a></td></tr><tr><td align="center"><strong>QuickPay</strong></td><td><a href="quickpay/">quickpay</a></td></tr><tr><td align="center"><strong>Stripe</strong></td><td><a href="stripe/">stripe</a></td></tr><tr><td align="center"><strong>Opayo</strong></td><td><a href="opayo/">opayo</a></td></tr><tr><td align="center"><strong>Worldpay</strong></td><td><a href="worldpay/">worldpay</a></td></tr><tr><td align="center"><strong>Buckaroo</strong></td><td><a href="buckaroo/">buckaroo</a></td></tr></tbody></table> | ||
|
|
||
| ## Using These Docs | ||
|
|
||
| **These docs are aimed at developers and users** who have at least a basic understanding of [Umbraco](https://umbraco.com), as well as Umbraco backoffice principles. | ||
| These documents are designed for developers and users with a basic understanding of [Umbraco](https://umbraco.com) and its backoffice principles. | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 6 additions & 6 deletions
12
commerce-add-ons/payment-providers/buckaroo/release-notes.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,17 +1,17 @@ | ||
| # Release Notes | ||
|
|
||
| In this section, we have summarized the changes to Buckaroo Payment Provider for Commerce released in each version. Each version is presented with a link to the [Commerce Buckaroo Payment Provider issue tracker](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Buckaroo/issues) showing a list of issues resolved in the release. We also link to the individual issues themselves from the detail. | ||
| This section summarizes the changes to the Buckaroo Payment Provider for Umbraco Commerce released in each version. Each version is presented with a link to the [Commerce Buckaroo Payment Provider issue tracker](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Buckaroo/issues) showing a list of resolved issues. You can also find direct links to individual issues for more details. | ||
|
|
||
| If there are any breaking changes or other issues to be aware of when upgrading they are also noted here. | ||
| If there are any breaking changes or issues to be aware of when upgrading, they will also be noted here. | ||
|
|
||
| ## Release History | ||
|
|
||
| In this section, you can find the release notes for each version of Buckaroo Payment Provider for Commerce. For each major version, you can find the details about each release. | ||
| This section contains the release notes for each version of the Buckaroo Payment Provider for Umbraco Commerce. For each major version, you can find the details about the specific changes. | ||
|
|
||
| #### Version 13.1.0 and above | ||
| ### Version 13.1.0 and above | ||
|
|
||
| * For details of changes for v13.1.0 and above for **Buckaroo Payment Provider for Umbraco Commerce**, refer to the [Releases section on GitHub](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Buckaroo/releases).  | ||
| * For details of changes in v13.1.0 and above of the **Buckaroo Payment Provider for Umbraco Commerce**, refer to the [Releases section on GitHub](https://github.com/umbraco/Umbraco.Commerce.PaymentProviders.Buckaroo/releases). | ||
|
|
||
| **Version 13.0.0 (December 13th 2023)** | ||
| ### Version 13.0.0 (December 13th 2023) | ||
|
|
||
| * Initial release. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,17 +1,18 @@ | ||
| --- | ||
| description: Getting Started with the Invoicing payment provider for Umbraco Commerce. | ||
| description: >- | ||
| Getting Started with the Invoicing payment provider for Umbraco Commerce. | ||
| --- | ||
|
|
||
| # Overview | ||
|
|
||
| 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. | ||
| The Invoicing payment provider is a "pass-through" payment provider that doesn't capture payment information directly. It allows orders to be processed in an Authorized state, assuming payments will be handled manually in an external system. Once the payment is captured, the order status can be updated to Captured via the backoffice. | ||
|
|
||
| ## Install Invoice Payment Provider | ||
|
|
||
| By default, Umbraco Commerce includes the Invoice payment method. If the package has been removed from your implementation, see the [Installing Umbraco Commerce](https://docs.umbraco.com/umbraco-commerce/installation/install) article to reinstall it again. | ||
| By default, Umbraco Commerce includes the Invoice payment method. If the package has been removed from your implementation, see the [Installing Umbraco Commerce](https://docs.umbraco.com/umbraco-commerce/getting-started/install) article to reinstall it again. | ||
|
|
||
| ## In this Section | ||
|
|
||
| In this section, we will guide you through the key steps to get started with the Invoicing payment provider for Umbraco Commerce. | ||
| This section will guide you through the key steps to set up the Invoicing payment provider in Umbraco Commerce. | ||
|
|
||
| Before beginning, ensure you have an Umbraco website configured and Umbraco Commerce installed. If not, see the [Umbraco Commerce Documentation](https://docs.umbraco.com/umbraco-commerce/) to get started. | ||
| Before you begin, ensure that you have an Umbraco website set up and Umbraco Commerce installed. If not, see the [Umbraco Commerce Documentation](https://docs.umbraco.com/umbraco-commerce/) to get started. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
commerce-add-ons/payment-providers/klarna/configuring-klarna.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file added
BIN
+114 KB
...add-ons/payment-providers/media/invoicing/umbraco-create-payment-method-new.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+12 KB
(120%)
commerce-add-ons/payment-providers/media/nuget-package-manager-gui-latest.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+93.1 KB
commerce-add-ons/payment-providers/media/zero/zero-payment-provider-new.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.