Preface

There has never been a better time to have a keen interest in commerce. The Web has truly accelerated globalization and connected us all through a common network. Information can now be shared at mind-boggling rates, and entrepreneurs everywhere can truly reach a global audience if they’re clever (and sometimes lucky) enough to supply the market with what it demands. However, this is old news. Back in the mid-1990s, not long after the Internet officially birthed the Web, buyers and sellers could already transact through eBay, and PayPal soon arrived as the de facto way for money to change hands with the least amount of friction. Fast forward a decade or so, and a lot of exciting things have happened. eBay acquired PayPal back in 2002, and while PayPal continues to be the preferred way to exchange money on eBay, it has since evolved into a powerful platform that offers a vast number of API-based products that allow you to monetize your ideas as seamlessly as possible. If you’re interested in tapping into these tremendous possibilities, this book is for you. As an “Up and Running” title, it doesn’t provide complete or exhaustive documentation on all of PayPal’s products or even provide very specific direction on handling some of the most common idiosyncrasies that you might encounter. However, it does aim to present some of the most popular products in fully integrated realistic scenarios with sample project code that you can study and adapt for your particular needs. As the title suggests, this book is designed to get you up and running; it is not a definitive guide.

Each chapter focuses primarily on the topic of integrating commerce payment flows into a reference application that’s provided in Appendix A. While one viable approach to demonstrating the integration of PayPal products might have been to introduce a distinct sample application in each chapter, a pragmatic decision to use a single application as a foundation and customize it in various ways according to the content of each chapter was chosen instead. This approach hopefully has the virtues of the sample application being sophisticated enough that it’s realistic, fun, and useful, while still allowing each chapter to stand alone and be as atomic and instructive as possible.

Notes About the Second Edition

The first edition version of this book, authored by Michael Balderas, essentially presented a consolidation of PayPal’s online documentation and PHP sample code that focused on using the Name-Value Pairs (NVP) APIs for accessing a variety of the most commonly used PayPal products such as Express Checkout, Website Payments Pro, and Adaptive Payments. This edition builds upon that important—albeit fairly abstract—foundation with expanded content, including additional coverage on the exciting new Express Checkout for Digital Goods product and Instant Payment Notifications (IPNs), and includes accompanying sample project code that concretely pulls it all together with a realistic web application. As such, a primary goal of this book is to present PayPal products in a fairly standalone, chapter-by-chapter fashion with the key concepts for integrating each product fully implemented as a sample project. Like any other book, this book tells a coherent (and hopefully enjoyable) story from cover to cover. Although you should be able to skip directly to content of interest with minimal difficulty, you’ll get the greatest benefit if you at least skim the entire book before hopping around too much. Appropriate references will be included to any foundational content from previous chapters as needed.

Intended Audience

This book is for any programmer who wants to accept payments for their goods or services through PayPal by using some of PayPal’s most popular products. You might be a multimillion-dollar corporation, an individual with an open source project looking to accept donations, a nonprofit requesting donations to help a cause, or a software developer writing mobile apps for cell phones. Regardless, PayPal can provide you with solutions, no matter who you are or how much monetary volume you’re processing. The code samples in this book are provided as Python web applications that can be deployed on Google App Engine (GAE) with minimal fuss. Python code is inherently highly readable, and reasonable efforts are made to keep it that way versus using any advanced syntax or nonintuitive Python idioms. Furthermore, the code for the sample web applications has been kept as austere and clear of common Python dependencies—such as Django—as possible so that it is as universally reusable and portable to other languages as possible.

The official Python tutorial is worth perusing if this is your first encounter with Python; however, you really don’t need to actually do any Python programming to benefit from this book. The source code and inline comments should be clear enough that it’s a fairly trivial exercise for you to port them to your programming platform of choice, and the choice of NVP APIs for PayPal interaction ensures that the payment flows are inherently trivial to understand if you have any programming experience.

How This Book Is Organized

Here is a brief summary of the chapters in the book and what you can expect from each:

Chapter 1, PayPal API Overview

Provides a 10,000-foot overview of interacting with PayPal APIs as web services and introduces GAE, the primary development platform that’s used throughout the book.

Chapter 2, Express Checkout (Including Mobile Express Checkout)

Showcases Express Checkout, PayPal’s premier checkout solution, and demonstrates how to implement a basic Express Checkout payment flow for Tweet Relevance.

Chapter 3, Express Checkout for Digital Goods

Teaches you how to tailor and improve the Express Checkout flow established in the previous chapter as an Express Checkout for Digital Goods payment flow.

Chapter 4, Adaptive Payments (Simple, Parallel, and Chained Payments)

Introduces Adaptive Payments and shows you how to implement an Adaptive Payments checkout flow for Tweet Relevance in which funds are sent to multiple recipients.

Chapter 5, Website Payments Pro (Direct Payment)

Teaches you how to accept credit cards directly from your site using Website Payments Pro’s Direct Payment option as a checkout option for Tweet Relevance.

Chapter 6, Instant Payment Notifications (IPNs)

Demonstrates how to use Instant Payment Notifications (IPNs) to handle custom actions associated with a payment, such as sending a confirmation email to a customer when a purchase is completed.

Appendix A

Introduces Tweet Relevance, the foundational reference application that’s used throughout the book as a baseline project.

Appendix B

Provides a minimal overview of Mobile Payments Libraries (MPLs). This is also where you can go to get started developing solutions for iOS, Android, and BlackBerry.

It is highly recommended that you read Chapters 1 and 2 before diving into any other chapter, because these initial chapters try to be as thorough as possible in establishing a foundation that future chapters build upon.

Conventions Used in This Book

The following typographical conventions are used in this book:

Italic

Indicates new terms, URLs, email addresses, filenames, and file extensions.

Constant width

Used for program listings, as well as within paragraphs to refer to program elements such as variable or function names, databases, data types, environment variables, statements, and keywords.

Constant width bold

Shows commands or other text that should be typed literally by the user.

Constant width italic

Shows text that should be replaced with user-supplied values or by values determined by context.

Tip

This icon signifies a tip, suggestion, or general note.

Caution

This icon indicates a warning or caution.

Using Code Examples

This book is here to help you get your job done. In general, you may use the code in this book in your programs and documentation. You do not need to contact us for permission unless you’re reproducing a significant portion of the code. For example, writing a program that uses several chunks of code from this book does not require permission. Selling or distributing a CD-ROM of examples from O’Reilly books does require permission. Answering a question by citing this book and quoting example code does not require permission. Incorporating a significant amount of example code from this book into your product’s documentation does require permission.

We appreciate, but do not require, attribution. An attribution usually includes the title, author, publisher, and ISBN. For example: “PayPal APIs: Up and Running (2nd Ed.) by Matthew Russell. Copyright 2012 O’Reilly Media, Inc., 978-1-449-31872-7.”

If you feel your use of code examples falls outside fair use or the permission given here, feel free to contact us at .

Note

All sample code for this book is available online at GitHub and is conveniently organized by chapter. Although much of the code is included in the text of this book so that it’s as instructional as possible, always reference the latest bug-fixed code on GitHub as the definitive reference for sample code. Bug tickets and patches are welcome!

Safari® Books Online

Note

Safari Books Online (www.safaribooksonline.com) is an on-demand digital library that delivers expert content in both book and video form from the world’s leading authors in technology and business.

Technology professionals, software developers, web designers, and business and creative professionals use Safari Books Online as their primary resource for research, problem solving, learning, and certification training.

Safari Books Online offers a range of product mixes and pricing programs for organizations, government agencies, and individuals. Subscribers have access to thousands of books, training videos, and prepublication manuscripts in one fully searchable database from publishers like O’Reilly Media, Prentice Hall Professional, Addison-Wesley Professional, Microsoft Press, Sams, Que, Peachpit Press, Focal Press, Cisco Press, John Wiley & Sons, Syngress, Morgan Kaufmann, IBM Redbooks, Packt, Adobe Press, FT Press, Apress, Manning, New Riders, McGraw-Hill, Jones & Bartlett, Course Technology, and dozens more. For more information about Safari Books Online, please visit us online.

How to Contact Us

Please address comments and questions concerning this book to the publisher:

O’Reilly Media, Inc.
1005 Gravenstein Highway North
Sebastopol, CA 95472
800-998-9938 (in the United States or Canada)
707-829-0515 (international or local)
707-829-0104 (fax)

We have a web page for this book, where we list errata, examples, and any additional information. You can access this page at:

http://oreil.ly/paypal-apis-2e

To comment or ask technical questions about this book, send email to:

For more information about our books, courses, conferences, and news, see our website at http://www.oreilly.com.

Find us on Facebook: http://facebook.com/oreilly

Follow us on Twitter: http://twitter.com/oreillymedia

Watch us on YouTube: http://www.youtube.com/oreillymedia

Get PayPal APIs: Up and Running, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.