Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Online Payments
Search
Yos Riady
July 08, 2015
Programming
1
330
Online Payments
A talk on online payments and how to use PayPal to add payments to your web application.
Yos Riady
July 08, 2015
Tweet
Share
More Decks by Yos Riady
See All by Yos Riady
Brief Introduction to Serverless (2018)
yosriady
0
79
Writing Domain Specific Languages with JSON Schema
yosriady
0
600
Type Checking in Javascript with Flow
yosriady
0
71
Schema-First API Design
yosriady
0
120
Sagas with Step Functions
yosriady
0
470
From Instances to Functions: Going Serverless
yosriady
2
600
React Made Easy and Simple with Next.js
yosriady
0
260
Writing and Publishing Elixir Libraries
yosriady
0
110
Event-Driven APIs with Webhooks
yosriady
1
340
Other Decks in Programming
See All in Programming
The Past, Present, and Future of Enterprise Java
ivargrimstad
0
140
XP, Testing and ninja testing ZOZ5
m_seki
3
310
階層構造を表現するデータ構造とリファクタリング 〜1年で10倍成長したプロダクトの変化と課題〜
yuhisatoxxx
3
920
明日から始めるリファクタリング
ryounasso
0
120
デミカツ切り抜きで面倒くさいことはPythonにやらせよう
aokswork3
0
190
止められない医療アプリ、そっと Swift 6 へ
medley
1
120
Conquering Massive Traffic Spikes in Ruby Applications with Pitchfork
riseshia
0
150
株式会社 Sun terras カンパニーデック
sunterras
0
230
iOSアプリの信頼性を向上させる取り組み/ios-app-improve-reliability
shino8rayu9
0
150
iOSエンジニア向けの英語学習アプリを作る!
yukawashouhei
0
180
非同期jobをtransaction内で 呼ぶなよ!絶対に呼ぶなよ!
alstrocrack
0
540
Reduxモダナイズ 〜コードのモダン化を通して、将来のライブラリ移行に備える〜
pvcresin
2
690
Featured
See All Featured
Thoughts on Productivity
jonyablonski
70
4.9k
How STYLIGHT went responsive
nonsquared
100
5.8k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
46
7.6k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
36
2.5k
Bash Introduction
62gerente
615
210k
Raft: Consensus for Rubyists
vanstee
139
7.1k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.2k
Building Flexible Design Systems
yeseniaperezcruz
329
39k
The Straight Up "How To Draw Better" Workshop
denniskardys
237
140k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
132
19k
YesSQL, Process and Tooling at Scale
rocio
173
14k
Transcript
Payments with PayPal Yos Riady yosriady.com github.com/Leventhan
None
goo.gl/V83FFR
Agenda • Why Payments Matter • Making your first API
call • Express Checkout • Q&A
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
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
Why Payments Matter
Agenda • Why Payments Matter • Making your first API
call • Express Checkout • Q&A
Making your first API call developer.paypal.com
Making your first API call • Sign up a PayPal
developer account • Create REST Application • Get sandbox Client ID and Secret
Making your first API call
Developer Signup Hands On
Agenda • Why Payments Matter • Making your first API
call • Express Checkout • Q&A
Express Checkout • Most common payment flow • Your app
redirects to PayPal • User authorizes payment on Paypal • PayPal then redirects users back to you
github.com/Leventhan/paypal-rest-sample-app
Express Checkout Hands On
None
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/
Agenda • Why Payments Matter • Making your first API
call • Express Checkout • Q&A
Q&A Yos Riady yosriady.com github.com/Leventhan