Skip to content

Instantly share code, notes, and snippets.

@isaacsanders
Created July 15, 2012 02:41
Show Gist options
  • Save isaacsanders/3114542 to your computer and use it in GitHub Desktop.
Save isaacsanders/3114542 to your computer and use it in GitHub Desktop.
Integrating Stripe

What is Stripe's logo?

  • Stripe's logo is a payment processor
  • They care about UI, UX, and DX (Developer Experience)

How do they care about DX?

  • Stripe's logo gives you a test account to play with
  • You don't need to ever enter financial info for your test account
  • The give you great tutorials to integrate the basics
  • And great documentation for the rest

Great, but site X does that too.

  • Stripe's logo also provides a Campfire room to ask questions, and are answer promptly by Stripe's logo Employees
  • There API documentation comes with code snippets in Curl, Ruby, Python, PHP, and Java.
  • They wrote API libraries for all of those languages (Curl is not a language, I know), and libraries for Scala and .NET

I am listening

  • The test account has all of the features of the live account
  • This includes their webhooks, their UI, and API
  • You can create test data, and interactions work just as in "live" mode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment