[BREAKGLASS] Append-only mirror of github.com/btcpayserver/nopcommerce
Go to file
2024-02-26 17:24:16 +00:00
Components Add files via upload 2023-11-24 15:50:23 +00:00
Controllers 201223 2023-12-20 15:10:00 +01:00
Models Add files via upload 2023-11-24 15:50:23 +00:00
Services update order notes 2023-12-11 17:52:55 +00:00
Views Add files via upload 2023-11-24 15:50:23 +00:00
.gitignore Initial commit 2023-11-24 15:49:21 +00:00
BtcPayPaymentProcessor.cs Improve UI configuration text 2024-02-26 22:04:41 +06:00
BtcPaySettings.cs Add files via upload 2023-11-24 15:50:23 +00:00
LICENSE Update LICENSE 2023-12-21 12:52:22 +01:00
logo.jpg Add files via upload 2023-11-24 15:50:23 +00:00
Nop.Plugin.Payments.BtcPayServer.csproj Add files via upload 2023-11-24 15:50:23 +00:00
plugin.json Add files via upload 2023-11-24 15:50:23 +00:00
README.md Create README.md 2024-01-20 15:50:56 +00:00

BTCPay plugin for NopCommerce - accept Bitcoin payments

Plugin Overview

This plugin allows you to easily integrate Bitcoin payments into your NopCommerce website using BTCPay Server — a free, self-hosted and open-source payment gateway solution designed to revolutionize Bitcoin payments. Our seamless integration with NopCommerce ensures a hassle-free connection to your self-hosted BTCPay Server.

Experience the simplicity of accepting Bitcoin payments with just a few straightforward steps. You can configure the plugin either automatically or manually, depending on your preferences and requirements.

Automatic Configuration

  1. Enter Url to your BTCPay Server into "BTCPay Url" field. (e.g. https://mainnet.demo.btcpayserver.org)
  2. Click on the "Configure automatically" button to be redirected to the API authorization page on your BTCPay server
  3. On BTCPay authorization page: Select the store you want to connect to your NopCommerce (you might need to login first)
  4. Click on "Authorize App" button and you will be redirected back to your NopCommerce
  5. The "API Key", "BTCPay Store ID" and "Webhook Secret" fields will be automatically filled and a webhook created
  6. Click "Save" button at the top right to persist the configuration
  7. Congrats, the configuration is now done.

Manual Configuration

Ensure that the following fields are filled out: "BTCPay Url," "API Key," "BTCPay Store ID," and "WebHook Secret."

To create the BTCPay API key, read this.

  • Note: If you want to use the Refund feature, you must also add the "Create non-approved pull payments" permission. After a refund, an order note is created where you can copy the pull payments link and send to your customer (this order note is also visible by the customer). The customer can request the refund on that page.

To create the BTCPay WebHook, read this and use the default secret code generated by BTCPay.

  • Note: Other than in the guide you need to copy the Url shown in field "Webhook Url" from your configuration screen on NopCommerce.

Support

Feel free to join our support channel over at Mattermost Chat if you need help or have any further questions.

If experience a bug please open an issue in our repository [here]

License

This plugin is released under the MIT License.


Find our latest releases on the [NopCommerce marketplace] or on our [release page]