Transcript
Page 1: Pay and Get Paid: How To Integrate Stripe Into Your App

1. What is Stripe?2. Why should I use Stripe?3. How would I integrate Stripe

into my app?

Page 2: Pay and Get Paid: How To Integrate Stripe Into Your App

Stripe is a developer-friendly way to

accept payments online and in

mobile apps.

Page 3: Pay and Get Paid: How To Integrate Stripe Into Your App

● Secure● Portable● Customer Service● Great API

Why Choose Stripe?

Page 4: Pay and Get Paid: How To Integrate Stripe Into Your App

Security

● Automatically PCI Compliant

● More Secure

● No Temptation

Page 5: Pay and Get Paid: How To Integrate Stripe Into Your App

If you ever decide to leave Stripe, they will help you transfer your data in a PCI

compliant way.

Portability

Page 6: Pay and Get Paid: How To Integrate Stripe Into Your App

● Open channel for email support

● IRC channel #stripe on Freenode

Customer Service

Page 7: Pay and Get Paid: How To Integrate Stripe Into Your App

Stripe.js● RESTful API returns JSON

● Test-mode and live-mode API keys.

● Stripe has set a new standard for

clean well documented API’s.

Page 8: Pay and Get Paid: How To Integrate Stripe Into Your App

The Setup

Page 9: Pay and Get Paid: How To Integrate Stripe Into Your App
Page 10: Pay and Get Paid: How To Integrate Stripe Into Your App
Page 11: Pay and Get Paid: How To Integrate Stripe Into Your App
Page 12: Pay and Get Paid: How To Integrate Stripe Into Your App

https://stripe.com/docs/tutorials/checkout

Page 13: Pay and Get Paid: How To Integrate Stripe Into Your App

https://stripe.com/docs/tutorials/checkout

Page 14: Pay and Get Paid: How To Integrate Stripe Into Your App

https://stripe.com/docs/tutorials/checkout

Page 15: Pay and Get Paid: How To Integrate Stripe Into Your App

ChargesController ?

Page 16: Pay and Get Paid: How To Integrate Stripe Into Your App

OrdersController!ChargesController

Page 17: Pay and Get Paid: How To Integrate Stripe Into Your App

OrdersControllerGet the Shopping Cart total…

Page 18: Pay and Get Paid: How To Integrate Stripe Into Your App

OrdersController...send the charge to Stripe...

Page 19: Pay and Get Paid: How To Integrate Stripe Into Your App

OrdersController… create the Order.

Page 20: Pay and Get Paid: How To Integrate Stripe Into Your App

$$$ $

$$ $$

$$

$$ $

$$

$$$

$

Page 21: Pay and Get Paid: How To Integrate Stripe Into Your App

Questions?

Page 22: Pay and Get Paid: How To Integrate Stripe Into Your App

Reach out to us!

Dan Sullivan - @dsully360

Cassidy Pignatello - @itscassidy

Zack Sheppard - @zackshp


Top Related