SlideShare a Scribd company logo
IoT Commerce
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary.
Steven Cooper
PayPal/Braintree Developer Advocate
@DeveloperSteve
@DeveloperSteve#IoTCommerce
Millions of people around the world use PayPal
for one simple reason: it’s simple.
$485,000
Payments processed by PayPal each minute.
Accept payments faster with integrations in
as little as 12 lines of code
By vaulting credit cards you allow users
to transact securely and easily
Through the v.zero SDK companies such as Uber, airbnb and Github are able
to accept PayPal and Credit Card seamlessly
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary.
Braintree Live Demo
I’m giving it all I’ve got captain
V.Zero Ruby demo using Sinatra
This is a really basic example of the Braintree Dropin
JS Client Library in Sinatra to make a CreditCard or
PayPal payment
Github.com/developersteve/vzero-ruby-demo
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary.
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary.
1969 ARPANET
A revolution begins
"We set up a telephone connection between us and
the guys at SRI ...", Leonard Kleinrock said in an
interview: "We typed the L and we asked on the
phone, "Do you see the L?" "Yes, we see the L," came
the response. We typed the O, and we asked, "Do you
see the O." "Yes, we see the O."Then we typed theG,
and the system crashed ...Yet a revolution had begun"
Digital Universe
Limitation
we cant touch our vast digital universe
900+ Million
2014 Total
number of Websites
3 Billion
2014 Total
number of Users
Source: internetlivestats.com
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary.
Mobile makes the internet portable
Augmented reality gives us a world we can see but cant touch
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary.
Virtual Reality makes the internet immersive
Fooling the brain is one thing but the body knows better
WELCOME
TO THE INTERNET OF THINGS
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary. 14
“The three most dangerous things in the
world are a programmer with a soldering
iron, a hardware engineer with a software
patch, and a user with an idea.”
The Wizardry Compiled - Rick Cook
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary.
The Nixie
A wearable drone created for an Intel IoT wearables hackathon
No fly zones
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary.
Brad theToaster
Created to demonstrate IoT will be all around us
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary.
Internet ofThings table
Even something as simple as a table can become more useful
50 Billion
IoT devices on this planet
there will be
By 2020
Source Cisco
40.2% Business
ManufacturingBy 2020 there
will be 26 smart
objects for every
person on
Earth Opportunities in every
industry
Source Intel
30.3%
Health Care
8.3%
Retail
7.7%
Security
4.1%
Transport
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary. 21
“Apps like Uber change the whole workflow
and it changes the way we think about these
things. You empower workers, and they can
have more flexibility.”
- Tim O’Reilly
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary.
IoT Apps
More Opportunities
Uber isn’t what most people would think of as an IoT
company — and that is the problem.
The alternative cab company represents the kind of
systematic change that interests him, a change that
doesn’t just focus on sticking a sensor in a gadget.
Source: http://venturebeat.com/2015/03/04/tim-oreilly-silicon-valley-
is-massively-underestimating-the-impact-of-iot-interview/
In the Internet
of Things
No one will know
you are a
FRIDGE
IoT Commerce
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary.
Candy Dispenser
Alberto Lopez (@AlbertusLM)
IoT project, using a common Candy dispenser
machine, a Spark core (www.spark.io) and Braintree
v.zero SDK
Github.com/albertuslm/CandyMachine
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary.
Brasilino
Jeff Prestes (@jeffprestes)
Using a Raspberry Pi the project uses a Java client to
receive commands via Socket from Mobile Remote
control andAndroid controller that will commands the
car and receive streaming from Car's camera.
The name means a mix between Brasilia (very popular
old brazilian car) andArduino.
Github.com/jeffprestes/brasilino
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary.
IoT Receipt Printer
Steven Cooper (@developersteve)
Using an ArduinoYun to power a thermal receipt
printer that retrieves new orders from the Braintree
BraintreeTransaction SDK call, orders are stored in
the custom order variable which needs to be setup via
the sandbox and can be populated with JSON order
data at time of order.
Github.com/developersteve/IoTCart
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary.
IoT Receipt Printer
Enables merchants to automatically print when a new order is received on a website
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary. 29
The Website
• PHP Cron
• C++ Sketch
• Braintree Transaction Search
Project Overview
Receipt Printer
The Hardware
• HTML/JS
• Ruby / PHP
• Braintree Client Token
• Braintree Transaction
The
Website
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary.
Step 1 -TheV.Zero
Powered by Ruby using Sinatra
31
Generate a token for the dropin UI
Add the token to the Javascript
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary.
Step 2 -TheTransaction
Powered by Ruby using Sinatra
32
Ajax Submit the Payment_Method_Nonce
Transacting the Payment Method_Nonce
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary.
Custom Fields
Powered by Ruby using Sinatra
33
Braintree Sandbox -> Settings -> Processing
Transaction stores the custom field if populated
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary.
Step 3 - Profit
Powered by Ruby using Sinatra
34
The
Hardware
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary.
Arduno yun
A microcontroller board based on the ATmega32u4 (datasheet) and the Atheros AR9331
LINUX SQLITE BRIDGE ARDUINO
Code on the Yun
• A PHP Cron checks
Braintree for new
transactions not already
listed in the bridge
referenced by the
transaction id, stores
transaction json in a file
using the transaction id as
the filename
• Stores transactions with
transaction id as the
primary key and a printed
indicator
• Checks the SQLITE
bridge to see if theres any
new transactions, if found
opens a matching
transaction id file prints
and marks as done
The demo
Possibilities of
Future Tech
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary.
Wearables
Its still early days and smart watches are only the beginning
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary.
E-Textiles
IoT Clothing creates a whole new industry
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary.
Nightrider
2015 BattleHack Melbourne Winner
Be more visible while you ride. Let cars know when
you are turning and slowing down.Get the best route,
decide if you want the faster route or safer route.
Materials used ….
• 2ADAFruit Flora’s
• 1 Sparkcore
• 2Accelerometers
• 3 meters of wiring
• LED strip lights
• 2 Lipo Batteries
Nightrider.org
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary.
Thinkables
Peripherals to a whole new level
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary.
Internet of CarThings
IoT is really going places
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary.
Possibilities
Where we are going we don’t need roads
© 2015 PayPal Inc. All rights reserved. Confidential and proprietary.
Thank you
Questions?
Steven Cooper (@DeveloperSteve)

More Related Content

PPTX
PDF
Huawei Whitepaper 2019
PDF
Global Industry Vision 2025 Touching an Intelligent World
PDF
AI Blockchain IoT Convergence System Technology & Business Development
PDF
How Artificial Intelligence is accelerating adoption of IoT
PDF
Technology news
PDF
Measuring the Impact of IOT - What Are Your Business Strategies?
PDF
AI, Blockchain, IoT Convergence Insights from Patents
Huawei Whitepaper 2019
Global Industry Vision 2025 Touching an Intelligent World
AI Blockchain IoT Convergence System Technology & Business Development
How Artificial Intelligence is accelerating adoption of IoT
Technology news
Measuring the Impact of IOT - What Are Your Business Strategies?
AI, Blockchain, IoT Convergence Insights from Patents

What's hot (14)

PDF
IoT–smart contracts in data trusted exchange supplied chain based on block ch...
PDF
inside IOT BCX 2015v3
PPTX
The IoT Suitcase - Pitch Deck
PDF
Iceas presen- innovative business model development base on service design - ...
PPTX
IoT
PPTX
IoT digest. February 2018
DOCX
AI, Blockchain, IoT Convergence Use Case System Implementation Insights from ...
PDF
IoT the Smart Citizen and and the Sensitive City
PDF
API World 2018 - 7 Global Movements Evolving the Story of APIs
PPTX
Silicon Valley Workshop: IoT/Big Data/AI Innovation & Strategy Insights from ...
PDF
Blockchain 2Gether - EthEDU Training & Education
DOCX
Top 10 Trending Technologies To Master In 2021
PPTX
Polar - India's Smartest House Hold Safe Vault
PDF
One huge milestone for digital identity: Keyp is live
IoT–smart contracts in data trusted exchange supplied chain based on block ch...
inside IOT BCX 2015v3
The IoT Suitcase - Pitch Deck
Iceas presen- innovative business model development base on service design - ...
IoT
IoT digest. February 2018
AI, Blockchain, IoT Convergence Use Case System Implementation Insights from ...
IoT the Smart Citizen and and the Sensitive City
API World 2018 - 7 Global Movements Evolving the Story of APIs
Silicon Valley Workshop: IoT/Big Data/AI Innovation & Strategy Insights from ...
Blockchain 2Gether - EthEDU Training & Education
Top 10 Trending Technologies To Master In 2021
Polar - India's Smartest House Hold Safe Vault
One huge milestone for digital identity: Keyp is live
Ad

Viewers also liked (20)

PPTX
Internet-of-things- (IOT) - a-seminar - ppt - by- mohan-kumar-g
PDF
PayPal on iOS + 9 great free app ideas
PPTX
Securing API data models
PPTX
FinalPresentation_FINAL
PPTX
IoTMelb
PDF
Building a Dream Team
PDF
101 Ways to Elevate Yourself and Demand Higher Fees
PPTX
Comprehensive Support for Self Management of Medications by a Networked Robot...
PPTX
Unihack2016 closing
PDF
Container Days
PPT
Direct Purposeful Experience
PPTX
Have you been vaccinated
PDF
WordPress Visual Editor Mastery
PPTX
Have you been vaccinated
PPTX
The Future of Identification
PDF
Rapyuta a cloud robotics platform
PPTX
Internet of Things With PHP
PPTX
Teaching with Visual Symbols
PPTX
Epicenter: Powering Performance & Productivity – Dr. James A. Goenner & Jason...
PPTX
Timo Sirainen - Dovecot Story - Mindtrek 2016
Internet-of-things- (IOT) - a-seminar - ppt - by- mohan-kumar-g
PayPal on iOS + 9 great free app ideas
Securing API data models
FinalPresentation_FINAL
IoTMelb
Building a Dream Team
101 Ways to Elevate Yourself and Demand Higher Fees
Comprehensive Support for Self Management of Medications by a Networked Robot...
Unihack2016 closing
Container Days
Direct Purposeful Experience
Have you been vaccinated
WordPress Visual Editor Mastery
Have you been vaccinated
The Future of Identification
Rapyuta a cloud robotics platform
Internet of Things With PHP
Teaching with Visual Symbols
Epicenter: Powering Performance & Productivity – Dr. James A. Goenner & Jason...
Timo Sirainen - Dovecot Story - Mindtrek 2016
Ad

Similar to IoT Commerce using Ruby, PHP and Arduino (20)

PDF
Accelerate IoT Development with KnowThings.io
PDF
AI Blockchain IoT Convergence System Development
PDF
2016-Mar-03 Leppitsch in Auckland meetup
PPTX
Internet of Things (IoT) Business & Technology & Patent Integrated Strategy
PPTX
Internet of Things (IoT) Business & Technology & Patent Integrated Strategy
PPTX
Internet of Things (IoT) Business & Technology & Patent Integrated Strategy 4...
PPTX
Internet of Things (IoT) Business & Technology & Patent Integrated Strategy
PDF
internet of things : 2021 perspective
PDF
El IoT y la gestión de las empresas del futuro, IGNASI ERRANDO, CISCO
PDF
AT&T Shape Hackathon Kick-off
PPTX
Emergence of IOT & Cloud – Azure by Narendra Sharma at Cloud focused 76th Dev...
PPT
Ibm iot overview
PDF
Eseminar – Internet delle Cose
PDF
The IoT Food Chain – Picking the Right Dining Partner is Important with Dean ...
PDF
Apidays Paris 2023 - Unlock Network Potential Using The Open Gateway API Code...
PDF
Visa Europe Drives Innovation in Commerce and Payments with API Management
PDF
IBM Bluemix Nice Meetup #1 - CEEI NCA - 20160630 -
PPT
IBM BC2015 - Internet of Things - from hype to reality
PDF
Krishworks Technology Innovations - IoT Deck.pdf
PDF
Fiware overview3
Accelerate IoT Development with KnowThings.io
AI Blockchain IoT Convergence System Development
2016-Mar-03 Leppitsch in Auckland meetup
Internet of Things (IoT) Business & Technology & Patent Integrated Strategy
Internet of Things (IoT) Business & Technology & Patent Integrated Strategy
Internet of Things (IoT) Business & Technology & Patent Integrated Strategy 4...
Internet of Things (IoT) Business & Technology & Patent Integrated Strategy
internet of things : 2021 perspective
El IoT y la gestión de las empresas del futuro, IGNASI ERRANDO, CISCO
AT&T Shape Hackathon Kick-off
Emergence of IOT & Cloud – Azure by Narendra Sharma at Cloud focused 76th Dev...
Ibm iot overview
Eseminar – Internet delle Cose
The IoT Food Chain – Picking the Right Dining Partner is Important with Dean ...
Apidays Paris 2023 - Unlock Network Potential Using The Open Gateway API Code...
Visa Europe Drives Innovation in Commerce and Payments with API Management
IBM Bluemix Nice Meetup #1 - CEEI NCA - 20160630 -
IBM BC2015 - Internet of Things - from hype to reality
Krishworks Technology Innovations - IoT Deck.pdf
Fiware overview3

More from Steven Cooper (20)

PPTX
Scaling the Stack and Yourself with it
PPTX
All a flutter about Flutter.io
PPTX
APIDays Australia - Openresty for scale
PPTX
Building the future as a full stack dev
PPTX
Compcon 2016 Workshop
PPTX
The Robot and the Cloud
PPTX
PHPConf.Asia - The Sound of PHP
PPTX
Textual Interface - the rise of the chatbot
PPTX
Bootstrapping Startup
PPTX
Unihack2016 opening
PPTX
Time Travelling E-Commerce
PPTX
The Wizardry of Braintree hosted fields - PHP
PPTX
The PayPal Here symphony
PPTX
Holographic Payments
PPTX
MongoDB - The database strikes back
PPTX
PHP Australia
PPTX
Drupal South - IoT Commerce
PPTX
E-Commerce Melbourne
PPTX
APIDays Sydney
PPTX
BattleHack Melbourne
Scaling the Stack and Yourself with it
All a flutter about Flutter.io
APIDays Australia - Openresty for scale
Building the future as a full stack dev
Compcon 2016 Workshop
The Robot and the Cloud
PHPConf.Asia - The Sound of PHP
Textual Interface - the rise of the chatbot
Bootstrapping Startup
Unihack2016 opening
Time Travelling E-Commerce
The Wizardry of Braintree hosted fields - PHP
The PayPal Here symphony
Holographic Payments
MongoDB - The database strikes back
PHP Australia
Drupal South - IoT Commerce
E-Commerce Melbourne
APIDays Sydney
BattleHack Melbourne

Recently uploaded (20)

PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Review of recent advances in non-invasive hemoglobin estimation
PDF
Encapsulation theory and applications.pdf
PDF
Encapsulation_ Review paper, used for researhc scholars
PPTX
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
gpt5_lecture_notes_comprehensive_20250812015547.pdf
PPTX
sap open course for s4hana steps from ECC to s4
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PPTX
Cloud computing and distributed systems.
PPTX
Machine Learning_overview_presentation.pptx
PPTX
Spectroscopy.pptx food analysis technology
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PPTX
Big Data Technologies - Introduction.pptx
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
cuic standard and advanced reporting.pdf
Dropbox Q2 2025 Financial Results & Investor Presentation
The Rise and Fall of 3GPP – Time for a Sabbatical?
MIND Revenue Release Quarter 2 2025 Press Release
Review of recent advances in non-invasive hemoglobin estimation
Encapsulation theory and applications.pdf
Encapsulation_ Review paper, used for researhc scholars
VMware vSphere Foundation How to Sell Presentation-Ver1.4-2-14-2024.pptx
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
gpt5_lecture_notes_comprehensive_20250812015547.pdf
sap open course for s4hana steps from ECC to s4
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
Cloud computing and distributed systems.
Machine Learning_overview_presentation.pptx
Spectroscopy.pptx food analysis technology
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
Big Data Technologies - Introduction.pptx
Building Integrated photovoltaic BIPV_UPV.pdf
Spectral efficient network and resource selection model in 5G networks
cuic standard and advanced reporting.pdf

IoT Commerce using Ruby, PHP and Arduino

  • 2. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. Steven Cooper PayPal/Braintree Developer Advocate @DeveloperSteve
  • 3. @DeveloperSteve#IoTCommerce Millions of people around the world use PayPal for one simple reason: it’s simple.
  • 4. $485,000 Payments processed by PayPal each minute.
  • 5. Accept payments faster with integrations in as little as 12 lines of code By vaulting credit cards you allow users to transact securely and easily Through the v.zero SDK companies such as Uber, airbnb and Github are able to accept PayPal and Credit Card seamlessly
  • 6. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. Braintree Live Demo I’m giving it all I’ve got captain V.Zero Ruby demo using Sinatra This is a really basic example of the Braintree Dropin JS Client Library in Sinatra to make a CreditCard or PayPal payment Github.com/developersteve/vzero-ruby-demo
  • 7. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary.
  • 8. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. 1969 ARPANET A revolution begins "We set up a telephone connection between us and the guys at SRI ...", Leonard Kleinrock said in an interview: "We typed the L and we asked on the phone, "Do you see the L?" "Yes, we see the L," came the response. We typed the O, and we asked, "Do you see the O." "Yes, we see the O."Then we typed theG, and the system crashed ...Yet a revolution had begun"
  • 10. Limitation we cant touch our vast digital universe 900+ Million 2014 Total number of Websites 3 Billion 2014 Total number of Users Source: internetlivestats.com
  • 11. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. Mobile makes the internet portable Augmented reality gives us a world we can see but cant touch
  • 12. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. Virtual Reality makes the internet immersive Fooling the brain is one thing but the body knows better
  • 14. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. 14 “The three most dangerous things in the world are a programmer with a soldering iron, a hardware engineer with a software patch, and a user with an idea.” The Wizardry Compiled - Rick Cook
  • 15. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. The Nixie A wearable drone created for an Intel IoT wearables hackathon
  • 17. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. Brad theToaster Created to demonstrate IoT will be all around us
  • 18. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. Internet ofThings table Even something as simple as a table can become more useful
  • 19. 50 Billion IoT devices on this planet there will be By 2020 Source Cisco
  • 20. 40.2% Business ManufacturingBy 2020 there will be 26 smart objects for every person on Earth Opportunities in every industry Source Intel 30.3% Health Care 8.3% Retail 7.7% Security 4.1% Transport
  • 21. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. 21 “Apps like Uber change the whole workflow and it changes the way we think about these things. You empower workers, and they can have more flexibility.” - Tim O’Reilly
  • 22. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. IoT Apps More Opportunities Uber isn’t what most people would think of as an IoT company — and that is the problem. The alternative cab company represents the kind of systematic change that interests him, a change that doesn’t just focus on sticking a sensor in a gadget. Source: http://venturebeat.com/2015/03/04/tim-oreilly-silicon-valley- is-massively-underestimating-the-impact-of-iot-interview/
  • 23. In the Internet of Things No one will know you are a FRIDGE
  • 25. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. Candy Dispenser Alberto Lopez (@AlbertusLM) IoT project, using a common Candy dispenser machine, a Spark core (www.spark.io) and Braintree v.zero SDK Github.com/albertuslm/CandyMachine
  • 26. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. Brasilino Jeff Prestes (@jeffprestes) Using a Raspberry Pi the project uses a Java client to receive commands via Socket from Mobile Remote control andAndroid controller that will commands the car and receive streaming from Car's camera. The name means a mix between Brasilia (very popular old brazilian car) andArduino. Github.com/jeffprestes/brasilino
  • 27. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. IoT Receipt Printer Steven Cooper (@developersteve) Using an ArduinoYun to power a thermal receipt printer that retrieves new orders from the Braintree BraintreeTransaction SDK call, orders are stored in the custom order variable which needs to be setup via the sandbox and can be populated with JSON order data at time of order. Github.com/developersteve/IoTCart
  • 28. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. IoT Receipt Printer Enables merchants to automatically print when a new order is received on a website
  • 29. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. 29 The Website • PHP Cron • C++ Sketch • Braintree Transaction Search Project Overview Receipt Printer The Hardware • HTML/JS • Ruby / PHP • Braintree Client Token • Braintree Transaction
  • 31. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. Step 1 -TheV.Zero Powered by Ruby using Sinatra 31 Generate a token for the dropin UI Add the token to the Javascript
  • 32. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. Step 2 -TheTransaction Powered by Ruby using Sinatra 32 Ajax Submit the Payment_Method_Nonce Transacting the Payment Method_Nonce
  • 33. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. Custom Fields Powered by Ruby using Sinatra 33 Braintree Sandbox -> Settings -> Processing Transaction stores the custom field if populated
  • 34. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. Step 3 - Profit Powered by Ruby using Sinatra 34
  • 36. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. Arduno yun A microcontroller board based on the ATmega32u4 (datasheet) and the Atheros AR9331
  • 37. LINUX SQLITE BRIDGE ARDUINO Code on the Yun • A PHP Cron checks Braintree for new transactions not already listed in the bridge referenced by the transaction id, stores transaction json in a file using the transaction id as the filename • Stores transactions with transaction id as the primary key and a printed indicator • Checks the SQLITE bridge to see if theres any new transactions, if found opens a matching transaction id file prints and marks as done
  • 40. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. Wearables Its still early days and smart watches are only the beginning
  • 41. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. E-Textiles IoT Clothing creates a whole new industry
  • 42. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. Nightrider 2015 BattleHack Melbourne Winner Be more visible while you ride. Let cars know when you are turning and slowing down.Get the best route, decide if you want the faster route or safer route. Materials used …. • 2ADAFruit Flora’s • 1 Sparkcore • 2Accelerometers • 3 meters of wiring • LED strip lights • 2 Lipo Batteries Nightrider.org
  • 43. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. Thinkables Peripherals to a whole new level
  • 44. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. Internet of CarThings IoT is really going places
  • 45. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. Possibilities Where we are going we don’t need roads
  • 46. © 2015 PayPal Inc. All rights reserved. Confidential and proprietary. Thank you Questions? Steven Cooper (@DeveloperSteve)

Editor's Notes

  • #4: MD5, SHA-1, 2, 3
  • #10: Device fragmentation
  • #17: Creating Tomorrow’s Mobile Payment Experiences: 25 countries with live PayPal fingerprint authentication on Samsung devices.
  • #22: Our mission has been clear from the start. In 1999 our founder Peter Thiel proclaimed that PayPal was going to revolutionize payments to give people more power.