Skip to content

djanri/Nop.Plugin.Payments.Stripe

 
 

Repository files navigation

Stripe payment provides for NopCommerce

This Payment provider supports Stripe's credit card payment gateway.

Features

  • Uses Stripe's native client-side secure payment forms (Stripe.js + Elements), so no credit card numbers pass through the server
  • Support for full and partial refunds
  • Postal code data automatically passes through to the Stripe forms, so the user doesn't have to reenter it on the Stripe form
  • Postal code and CVC verification are implemented
  • You can choose to pay through vendors directly. Be carefully here! Take into account, the vendor is taken from the first product in the cart.

Limitations

Since this is an open source project, anyone is welcome to send pull requests that address these limits, where possible.

  • US Dollars is the only supported currency
  • Only credit card payments are supported (e.g. no e-checks)
  • The Payment workflow is the only supported workflow (Capture/Void are not supported)
  • No ability to save cards for a customer
  • Recurring payments are not supported
  • Only tested on the single-page checkout format

License

This plug-in is covered by the nopCommerce Public License version 3.0 ("NPL")

About

Stripe payment plug-in for the open-source nopCommerce e-commerce platform

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 79.7%
  • HTML 20.1%
  • CSS 0.2%