Online Payments and You

20
Payments with PayPal Yos Riady yosriady.com github.com/Leventhan

Transcript of Online Payments and You

Page 1: Online Payments and You

Payments with PayPal

Yos Riady yosriady.com github.com/Leventhan

Page 2: Online Payments and You
Page 3: Online Payments and You

goo.gl/V83FFR

Page 4: Online Payments and You

Agenda

● Why Payments Matter● Making your first API call● Express Checkout● Q&A

Page 5: Online Payments and You

Why Payments Matter

● Does your app need payments?● What kind of payments features do you

need?● Are you building marketplaces?● Are you building a SaaS?● Project vs. Product

Page 6: Online Payments and You

Why Payments Matter

● Building payment processing systems from scratch is non-trivial○ PCI-DSS Compliance○ Fraud and Risk management○ Localization○ Security○ Legal

Learn more: https://www.wepay.com/api/payments-101

Page 7: Online Payments and You

Why Payments Matter

Page 8: Online Payments and You

Agenda

● Why Payments Matter● Making your first API call● Express Checkout● Q&A

Page 9: Online Payments and You

Making your first API call

developer.paypal.com

Page 10: Online Payments and You

Making your first API call

● Sign up a PayPal developer account● Create REST Application● Get sandbox Client ID and Secret

Page 11: Online Payments and You

Making your first API call

Page 12: Online Payments and You

Developer Signup Hands On

Page 13: Online Payments and You

Agenda

● Why Payments Matter● Making your first API call● Express Checkout● Q&A

Page 14: Online Payments and You

Express Checkout

● Most common payment flow● Your app redirects to PayPal● User authorizes payment on Paypal● PayPal then redirects users back to you

Page 16: Online Payments and You

Express Checkout Hands On

Page 17: Online Payments and You
Page 18: Online Payments and You

Things we didn’t cover

● Adaptive Payments● Recurring Payments● Notifications● Payouts● Identity

Learn more at https://developer.paypal.com/webapps/developer/docs/and https://devtools-paypal.com/

Page 19: Online Payments and You

Agenda

● Why Payments Matter● Making your first API call● Express Checkout● Q&A

Page 20: Online Payments and You

Q&A

Yos Riady yosriady.com github.com/Leventhan