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
320
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
78
Writing Domain Specific Languages with JSON Schema
yosriady
0
590
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
590
React Made Easy and Simple with Next.js
yosriady
0
250
Writing and Publishing Elixir Libraries
yosriady
0
100
Event-Driven APIs with Webhooks
yosriady
1
340
Other Decks in Programming
See All in Programming
開発チーム・開発組織の設計改善スキルの向上
masuda220
PRO
18
9.9k
テストカバレッジ100%を10年続けて得られた学びと品質
mottyzzz
2
490
Namespace and Its Future
tagomoris
6
700
【第4回】関東Kaggler会「Kaggleは執筆に役立つ」
mipypf
0
1k
奥深くて厄介な「改行」と仲良くなる20分
oguemon
1
440
「手軽で便利」に潜む罠。 Popover API を WCAG 2.2の視点で安全に使うには
taitotnk
0
740
RDoc meets YARD
okuramasafumi
4
160
ECS初心者の仲間 – TUIツール「e1s」の紹介
keidarcy
0
150
Microsoft Orleans, Daprのアクターモデルを使い効率的に開発、デプロイを行うためのSekibanの試行錯誤 / Sekiban: Exploring Efficient Development and Deployment with Microsoft Orleans and Dapr Actor Models
tomohisa
0
240
Kiroで始めるAI-DLC
kaonash
2
560
TDD 実践ミニトーク
contour_gara
1
290
Ruby×iOSアプリ開発 ~共に歩んだエコシステムの物語~
temoki
0
250
Featured
See All Featured
Designing for Performance
lara
610
69k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.1k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.6k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
111
20k
YesSQL, Process and Tooling at Scale
rocio
173
14k
Into the Great Unknown - MozCon
thekraken
40
2k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
33
2.4k
GraphQLの誤解/rethinking-graphql
sonatard
71
11k
The Invisible Side of Design
smashingmag
301
51k
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