Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Stripe - accepting online payments - by Rachel Warbelow

Las Vegas Ruby Group
December 04, 2013
82

Stripe - accepting online payments - by Rachel Warbelow

Las Vegas Ruby Group

December 04, 2013
Tweet

Transcript

  1. Stripe: The Basics • Accepts credit/debit payments online: Visa, MasterCard,

    American Express, Discover, Diners Club, JCB • Handles PCI-compliance: Card verification takes place in browser; no sensitive info stored in your database • Extra features: Coupons/discounts • Cost: 2.9% + $0.30 per transaction Wednesday, December 4, 13
  2. What Stripe Can’t Do • Accept ACH/e-check transactions • Point-of-sale

    • Transactions under $0.50 Wednesday, December 4, 13
  3. checkout.js • https://stripe.com/docs/checkout • Fastest and easiest way to integrate

    Stripe • ... but not very customizable Wednesday, December 4, 13
  4. Creating Custom Forms Add meta tag in application.html.erb so that

    javascript can access Stripe publishable key Wednesday, December 4, 13
  5. Other Payment Options • Braintree • ActiveMerchant • Amazon Simple

    Pay • Wepay • Recurly.js Wednesday, December 4, 13