Skip to content

ghjklw/stripe-for-woocommerce

 
 

Repository files navigation

Stripe for WooCommerce

Plugin version: 1.22

Requires at least:

  • WordPress 3.8.0
  • WooCommerce 2.1.0

What is Stripe?

Stripe allows you to take credit card payments on your site without having sensitive credit card information hit your servers. This works by having your customers input their credit card information on your web page which is then sent to Stripe's servers via JavaScript and a unique "token" is created which you can then use to charge your customers one time. This process keeps you from having to be PCI compliant, and allows you to quickly process credit card payments that makes your store look more legitimate than one that only supports PayPal.

Why does this plugin exist?

In reality, there aren't a lot of methods you can use that provide PayPal-like convenience (and prices) for processing credit card payments directly on your site. Stripe is in the right neighborhood for developers and tech-savvy people but perhaps not for the layman, and this plugin hopes to fix that. In the Stripe interface, you have access to all kinds of information on charges, customers, and logs.

This plugin exists because the current solutions for Stripe on WooCommerce are incomplete or expensive. WooThemes made a Stripe plugin but it costs $79. Striper is the plugin that I used to initally start this plugin process and while free, was lacking a few features that I thought were necessary. It also appears to have dropped out of development recently and I hope that this plugin will fill in where it left off.

Contributing

If you'd like to contribute, feel free to tackle a feature or fix a bug and when you're ready, send a pull request. If you'd like to get more involved than that, please e-mail me at [email protected].

About

Use Stripe for collecting credit card payments on WooCommerce.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 63.1%
  • CSS 24.9%
  • JavaScript 12.0%