How To: Sign up for and use Stripe (for normal people)

I’m a pretty massive advocate for Stripe. It’s one of the most simple credit card payment systems to set up that I have ever seen. With lower fees than most, to me it is a complete no-brainer.

The problem is when I tell people to go and sign up, and are immediately put off by all the tech head references.

clip_image001

If you click to Learn More, you get:

clip_image002

Way to scare off everyone who is NOT a developer. Words like “developers”, “APIs”, “infrastructure”, “stack” and an actual code snippet? Wow.

So I thought I would knock together a short post on how and why to get set up with Stripe. It’s going to be short because the signup process is insanely easy.

Just try to ignore the scary looking website, and ready on.

First, Why Stripe?

In succinct, dot point form:

  • Did I mention it was simple?
  • Getting set up takes less than 5 minutes opposed by all kinds of lengthy setup and verification procedures with other payment processors
  • Fees are great. 1.75% + 30c domestic transactions, 2.9% + 30c offshore
  • You can type in a card number that you get over the phone and store it
  • Then charge that card whenever you want
  • Set up subscriptions
  • Auto bill for services at the end of every month
  • Charge in any currency in pretty much any country
  • And more

As an added bonus, loads of services and products build Stripe in as a payment processor. Later on, you probably end up using your account in other ways. For example, lets say you had some software that lets people sign up to web hosting (like we do). Just throw in your Stripe account info and you’re ready to take payments automatically.

Second, How Stripe?

Here’s what you’ll need to get going:

  • Your email
  • Your mind, to make a nice password
  • The name of the country you live in
  • Your bank details (so in Australia – BSB and account number)

That’s seriously it.

Click the Sign Up Button in the middle of the page.

clip_image003

Type in your email, password and confirm your password.

clip_image004

Close the window that shows up.

clip_image005

This is what the dashboard looks like. Uncluttered and super simple (click to enlarge).

stripe dashboard

Up the top right, click “Your Account” and choose “Account Settings”.

clip_image006
Don’t ask about the penguin

In General Settings, change country to Australia (or wherever else) and timezone

clip_image007

Click Transfers, then Add Bank Account

clip_image008

Type in your BSB and Account number

clip_image009

Click Done.

If you don’t want to play around in the system, flick it over to Live Mode (top left)

clip_image010

And you’re done.

How to charge a credit card

There’s a couple of ways. If this is a once off charge and you don’t need to set them up as a customer, click on “Payment” on the left hand menu, then click the “Create your first payment” button.

clip_image011

That’s it….

If you want to create a person and store their card, go to Customers -> Create your first customer.

clip_image012

Click on Bob in the list. In the “Cards” section, on the right there is an “Add Card” button.

Add their card (just the usual info).

Now, you have their card stored on file permanently. To charge it, go to the Payments section on the same page, and click “Create Payment”.

clip_image013

Enter the amount, currency, description (for you), statement description (for them) and the card you want to charge.

Again, you’re done.

Other cool stuff

The point of this post was to show you how simple and cool Stripe is. There’s a whole bunch of other cool stuff, but we won’t go into too much detail here. You’ll be able to work it out for yourself, because you’re a smart cookie. Below is a quick run down of some of the things you can do:

  • Subscriptions -> Plans – Set up plans e.g. $299 per month. Then in the customer screen you can add a Subscription to a customer to automatically bill them each month.
  • Subscriptions -> Coupons – Apply coupons to customers (% off or fixed amount) to be automatically deducted from their account before the next subscription charge
  • Invoices and Invoice Items – Add extra items that are automatically added to the subscription cycle and billed on the next occurrence
  • Update Customer Details – Account Balance – enter a negative number to put credit onto a customers account – it is automatically deducted from the next charge
  • Email receipts – found in Account Settings – Email

6 thoughts on “How To: Sign up for and use Stripe (for normal people)”

  1. James,

    Great article, thank you. There’s definitely some movement brewing in the payments (and mobile payments) space, which I’m certainly watching with interest.

    Ben

    • Sorry Ian, I responded to this right after you posted but it doesn’t look like it worked.

      I had a look and it seems there is an “individual” signup for Stripe. However I don’t know what the tax implications of this are

  2. I was balling my eyes out because I couldn’t understand how to setup stripe with my wix website…

    This helped, A LOT ! This is a simple yet awesome post for non programmers. Thanks !

Comments are closed.