Using Stripe with WordPress

Simple WordPress Payments

Simple WordPress PaymentsStripe is a wonderful credit card processor.

Stripe was built specifically to be easy for developers, which then makes it quite easy to use for end users.

Here’s a getting-started guide for using Stripe with your WordPress site.

An Introduction to Stripe

Almost everyone is familiar with PayPal.

It’s worth starting this introduction to Stripe by pointing out how different it is from PayPal.

PayPal wants to work like a bank, where they hold your money, and you use your PayPal account to pay for things.

Stripe instead merely processes credit cards, passing the money from the end users to the vendor’s bank. Stripe does indeed hold the money for about 7 days, but that’s for administrative purposes. It also allows for easy refunds if needs be.

When you create a Stripe account they ask how to connect to your bank. This usually involves your routing and account numbers.

Once that’s set up they give you some keys, both testing and live. You can use your testing keys in your application and make as many transactions as you’d like, to make sure everything is working smoothly. Then when you’re ready, you drop your live keys into your code or app preferences.

Stripe.js and Stripe Security

It’s extremely easy to process a transaction with Stripe via just about any language.

One of my favorites is used by many WordPress plugins, and is called Stripe.js. This is a Javascript implementation that actually operates directly between the end user’s browser and the Stripe transaction servers. 

One huge advantage of Stripe.js is that the end user’s credit card information is never sent to your server, making it basically impossible for someone to steal credit card information from your server. Yay security!

You’ll still want SSL on your site for many reasons, one of which is that people won’t trust your ecommerce interface if SSL isn’t there.

Stripe and WordPress

If you search the WordPress plugin repository for Stripe you’ll get 102 responses. Just about every ecommerce platform for WordPress includes a Stripe processor, and there are many plugins designed around donations or simply the exchange of money.

In principle, all these plugins interface with Stripe in the same way. You create your keys and put them into the proper Settings panel of your plugin.

In the OSTraining WordPress Video area, I’ve done a full review of the plugin WP Full Stripe Free.

Author

  • Topher DeRosia

    Topher is an accomplished programmer, having written his own content management systems and managed some very large websites. He loves to help people and believes playing with WordPress is fun. Topher lives in Michigan, USA.

0 0 votes
Article Rating
Subscribe
Notify of
3 Comments
Oldest
Newest
Inline Feedbacks
View all comments
Ninja Girl
Ninja Girl
7 years ago

Anyway on stripe that gives them 3 days free after putting in their credit card info

Double D
Double D
7 years ago

Videos only play first few seconds before freezing.

steve
steve
7 years ago
Reply to  Double D

Sorry, our video provider uses Amazon, and they had a widespread outage today

3
0
Would love your thoughts, please comment.x
()
x