Skip to content

MaximG1234/Nop.WebTail.Stripe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Tail Pty Ltd - Stripe Plugin

NopCommerce plugin to enable Stripe as a payment method

Supported Versions: 4.10, 4.20, 4.30

This is a simple plugin example demonstrating how to implement Stripe as a payment method for NopCommerce. The project is written in C# and has the following features/functionality:

  • We are using the current latest version of Stripe.net. An extremely high quality C# wrapper for the Stripe API's.
  • We enable a sandbox/production mode.
  • We enable multiple capture modes.
    1. Authorize - Used to pre-authorize a purchase and place a holder on the customers credit card for the order amount.
    2. Capture - Used to immediately authorize the full transaction amount and begin the funds transfer process.
  • We enable additional fees to be charged for the use of this payment method.
    1. Additional fees can also be a percentage of the total order.

We use this plugin in production and intend to actively maintain it, but also encourage other contributors to help improve the code and users to provide feedback and suggestions.

Installation

  1. Download the plugin from the NopCommerce marketplace.
  2. Connect to your NopCommerce site and extract the archive to /site/wwwroot/Plugins/.
  3. Navigate to https://yoursite.com/Admin/Plugin/List.
  4. Find 'Credit Card (Stripe)' and press install.
  5. Restart site to apply changes.
  6. Configure your API keys and press save.

Configuration

enter image description here enter image description here

About

NopCommerce plugin to enable Stripe as a payment method

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published