PayPal Website Payments Standard - 2012 Integration Guide

PayPal Payments Standard Integration Guide
Last updated: June 2012
PayPal Payments Standard Integration Guide
Document Number: 100000.en_US-201204
© 2012 PayPal, Inc. All rights reserved. PayPal is a registered trademark of PayPal, Inc. The PayPal logo is a trademark of PayPal, Inc. Other trademarks and brands are the property of their respective owners. The information in this document belongs to PayPal, Inc. It may not be used, reproduced or disclosed without the written approval of PayPal, Inc. Copyright © PayPal. All rights reserved. PayPal S.à r.l. et Cie, S.C.A., Société en Commandite par Actions. Registered office: 22-24 Boulevard Royal, L­2449, Luxembourg, R.C.S. Luxembourg B 118 349 Consumer advisory: The PayPal™ payment service is regarded as a stored value facility under Singapore law. As such, it does not require the approval of the Monetary Authority of Singapore. You are advised to read the terms and conditions carefully.
Notice of non-liability: PayPal, Inc. is providing the information i n this document t o you “AS-IS” with all faults. PayPal, Inc. makes no warranties of any kind (whether express, implied or statutory) with respect to the information co ntained herein. PayPal, Inc. assumes no liability for damages (whether direct or indirect), caused by errors or omissions, or resulting from the use of this document or the information contained in this document or resulting f rom the application or use of the product or service described herein. PayPal, Inc. reserves the right to make changes to any information herein without further notice.

Contents

Preface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .15
About This Guide. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
Intended Audience . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
Revision History . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 17
Where to Go for More Information . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
Documentation Feedback . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
Chapter 1 Single-Item Payments – Buy Now Buttons . . . . . . . . .21
Getting Started With Buy Now Buttons. . . . . . . . . . . . . . . . . . . . . . . . . . . . 21
Using the Button Creation Tool for a Basic Buy Now Button . . . . . . . . . . . . . . 22
Creating Buy Now Buttons Before You Create Your PayPal Account . . . . . . . . . . 23
The Checkout Experience With Buy Now Buttons . . . . . . . . . . . . . . . . . . . . . . 25
Begin – Buyers are Ready to Purchase Your Item on Your Website . . . . . . . . . . 27
1 – Buyers Enter Their Billing Information, or They Log In to PayPal . . . . . . . . . . 27
2 – Buyers Confirm Their Transaction Details Before Paying . . . . . . . . . . . . . . 29
3 – Buyers View and Print Their PayPal Payment Confirmations . . . . . . . . . . . . 30
End – Buyers Receive Payment Authorization Notices by Email . . . . . . . . . . . . 31
Enhancing the Checkout Experience With Buy Now Buttons . . . . . . . . . . . . . . 31
Managing Buy Now Transactions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33
Using Email Notices to Track Buy Now Transactions . . . . . . . . . . . . . . . . . . 33
Using Recent Activity to Track Buy Now Transactions . . . . . . . . . . . . . . . . . 34
Using Transaction History to Track Buy Now Transactions . . . . . . . . . . . . . . . 34
Using Downloadable History Logs to Track Buy Now Transactions. . . . . . . . . . . 34
Using Instant Payment Notification to Track Buy Now Transactions . . . . . . . . . . 35
Advanced Features of Buy Now Buttons. . . . . . . . . . . . . . . . . . . . . . . . . . . 35
Offering Product Options With Buy Now Buttons . . . . . . . . . . . . . . . . . . . . 35
Prompting for Item Quantities With Buy Now Buttons . . . . . . . . . . . . . . . . . . 36
Offering Discounts With Buy Now Buttons. . . . . . . . . . . . . . . . . . . . . . . . 37
Creating Advanced Buy Now Buttons on the PayPal Website. . . . . . . . . . . . . . . . 37
The Basic Steps for Using the Button Creation Tool With Buy Now Buttons . . . . . . 38
Saving Buy Now Buttons in Your PayPal Account. . . . . . . . . . . . . . . . . . . . 38
Tracking Inventory and Tracking Profit and Loss . . . . . . . . . . . . . . . . . . . . 39
Adding Advanced Features to Buy Now Buttons With HTML Variables. . . . . . . . . 39
PayPal Payments Standard Integration Guide June 2012 3
Contents
Generating Code for Payment Buttons and Email Payment Links . . . . . . . . . . . 40
Protecting HTML Code for Payment Buttons . . . . . . . . . . . . . . . . . . . . . . 40
Step 1 – Specifying Basic Features of Your Buy Now Button . . . . . . . . . . . . . . 40
Step 2 – Tracking Inventory With Your Buy Now Button. . . . . . . . . . . . . . . . . 44
Step 3 – Adding Advanced Features to Your Buy Now Button . . . . . . . . . . . . . 48
Copying and Pasting the Buy Now Code . . . . . . . . . . . . . . . . . . . . . . . . 50
Avoiding Problems With Pasted HTML Code . . . . . . . . . . . . . . . . . . . . . . 52
Sample HTML Code for Buy Now Buttons . . . . . . . . . . . . . . . . . . . . . . . . . 52
Sample HTML Code for a Basic Buy Now Button . . . . . . . . . . . . . . . . . . . . 53
Sample Code for a Buy Now Button With Product Options . . . . . . . . . . . . . . . 54
Sample Code for a Buy Now Button With Product Options With Prices. . . . . . . . . 54
Sample Code for a Buy Now Button With Product Options as a Text Box. . . . . . . . 56
Sample HTML Code for a Buy Now Button that Prompts for Quantities. . . . . . . . . 57
Sample HTML Code for a Buy Now Button With Discounts . . . . . . . . . . . . . . . 59
Sample URL Code for a Buy Now Email Payment Link . . . . . . . . . . . . . . . . . . . 62
Creating Buy Now Buttons with JavaScript Disabled . . . . . . . . . . . . . . . . . . . . 62
Getting Started with Buy Now Buttons with JavaScript Disabled . . . . . . . . . . . . 63
Creating Advanced Buy Now Buttons With JavaScript Disabled . . . . . . . . . . . . 64
Limitations When Creating Buy Now Buttons With JavaScript Disabled . . . . . . . . 73
Enabling JavaScript in Your Browser . . . . . . . . . . . . . . . . . . . . . . . . . . 73
Chapter 2 Contribution Payments – Donate Buttons . . . . . . . . . .75
Getting Started With Donate Buttons . . . . . . . . . . . . . . . . . . . . . . . . . . . . 75
Using the Button Creation Tool for a Basic Donate Button . . . . . . . . . . . . . . . 76
Creating Donate Buttons Before You Create Your PayPal Account . . . . . . . . . . . 77
The Checkout Experience With Donate Buttons. . . . . . . . . . . . . . . . . . . . . . . 79
Begin – Donors are Ready to Contribute on Your Website . . . . . . . . . . . . . . . 81
1 – Donors Enter Their Billing Information or They Log In to PayPal . . . . . . . . . . 82
2 – Donors Confirm Their Contribution Details Before Paying. . . . . . . . . . . . . . 83
3 – Donors View and Print Their PayPal Contribution Confirmations . . . . . . . . . . 84
End – Donors Receive Contribution Authorization Notices by Email . . . . . . . . . . 85
Enhancing the Checkout Experience With Donate Buttons . . . . . . . . . . . . . . . 85
Managing Contributions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87
Using Email Notices to Track Donate Transactions . . . . . . . . . . . . . . . . . . . 87
Using Recent Activity to Track Donate Transactions . . . . . . . . . . . . . . . . . . 87
Using Transaction History to Track Donate Transactions . . . . . . . . . . . . . . . . 88
Using Downloadable History Logs to Track Donate Transactions. . . . . . . . . . . . 88
Using Instant Payment Notification to Track Donate Tr ansactions . . . . . . . . . . . 88
Creating Advanced Donate Buttons on the PayPal Website. . . . . . . . . . . . . . . . . 89
4 June 2012 PayPal Payments Standard Integration Guide
Contents
The Basic Steps for Using the Tool With Donate Buttons . . . . . . . . . . . . . . . . 89
Saving Donate Buttons in Your PayPal Account. . . . . . . . . . . . . . . . . . . . . 90
Adding Advanced Features to Donate Buttons With HTML Variables. . . . . . . . . . 90
Generating Code for Payment Buttons and Email Payment Links . . . . . . . . . . . 91
Protecting HTML Code for Payment Buttons . . . . . . . . . . . . . . . . . . . . . . 91
Step 1 – Specifying Basic Features of Your Donate Button . . . . . . . . . . . . . . . 91
Step 2 – Saving Your Donate Button in Your PayPal Account. . . . . . . . . . . . . . 94
Step 3 – Adding Advanced Features to Your Donate Button . . . . . . . . . . . . . . 95
Copying and Pasting the Donate Code . . . . . . . . . . . . . . . . . . . . . . . . . 97
Avoiding Problems With Pasted HTML Code . . . . . . . . . . . . . . . . . . . . . . 98
Sample HTML Code for Donate Buttons . . . . . . . . . . . . . . . . . . . . . . . . . . 99
Sample HTML Code for a Basic Donate Button . . . . . . . . . . . . . . . . . . . . . 99
Sample HTML Code for a Donate Button With a Fixed Contribution Amount . . . . . .100
Creating Donate Buttons with JavaScript Disabled . . . . . . . . . . . . . . . . . . . . .101
Getting Started with Donate Button With JavaScript Disabled. . . . . . . . . . . . . .101
Creating Advanced Donate Buttons With JavaScript Disabled . . . . . . . . . . . . .102
Limitations When Creating Payment Buttons With JavaScript Disabled . . . . . . . .109
Enabling JavaScript in Your Browser . . . . . . . . . . . . . . . . . . . . . . . . . .109
Chapter 3 Recurring Payments – Subscribe Buttons . . . . . . . . 113
Getting Started with Subscribe Buttons . . . . . . . . . . . . . . . . . . . . . . . . . . .113
Creating a Basic Subscribe Button on the PayPal Website . . . . . . . . . . . . . . .114
Creating Subscribe Buttons Before You Create Your PayPal Account . . . . . . . . .115
The Checkout Experience with Subscribe Buttons . . . . . . . . . . . . . . . . . . . . .117
Checkout Starts on Your Website . . . . . . . . . . . . . . . . . . . . . . . . . . . .118
Buyers Choose a Way to Pay . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .118
Buyers Review Their Payment Details . . . . . . . . . . . . . . . . . . . . . . . . .120
Buyers View and Print Payment Confirmations . . . . . . . . . . . . . . . . . . . . .121
Enhancing the Checkout Experience with Subscribe Buttons. . . . . . . . . . . . . .122
Managing Subscriptions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .123
Tracking Subscription Transactions . . . . . . . . . . . . . . . . . . . . . . . . . . .124
How Billing Cycles and Recurring Payments Work . . . . . . . . . . . . . . . . . . .127
Downloading Subscriber Lists . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .129
Canceling Individual Subscriptions . . . . . . . . . . . . . . . . . . . . . . . . . . .130
Canceling Multiple Subscriptions at One Time . . . . . . . . . . . . . . . . . . . . .131
Suspending Subscriptions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .133
Editing a Subscription Profile . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .134
End-of-Term Messages Sent Through Instant Payment Notification . . . . . . . . . .135
Advanced Features of Subscribe Buttons . . . . . . . . . . . . . . . . . . . . . . . . . .136
PayPal Payments Standard Integration Guide June 2012 5
Contents
Offering Trial Periods and Introductory Rates with Subscribe Buttons . . . . . . . . .136
Limiting the Number of Billing Cycles with Subscribe Buttons . . . . . . . . . . . . .137
Offering Product Options with Subscribe Buttons . . . . . . . . . . . . . . . . . . . .138
Working with Modify Subscription Buttons. . . . . . . . . . . . . . . . . . . . . . . .138
Working with Unsubscribe Buttons . . . . . . . . . . . . . . . . . . . . . . . . . . .141
Generating Usernames and Passwords with Subscribe Buttons . . . . . . . . . . . .143
Reattempting Failed Recurring Payments with Subscribe Buttons . . . . . . . . . . .144
Creating Advanced Subscribe Buttons on the PayPal Website . . . . . . . . . . . . . . .146
The Basic Steps for Using the Tool with Subscribe Buttons . . . . . . . . . . . . . . .146
Saving Subscribe Buttons in Your PayPal Account . . . . . . . . . . . . . . . . . . .147
Tracking Inventory and Profit and Loss for Subscribe Buttons . . . . . . . . . . . . .148
Adding Advanced Features to Subscribe Buttons with HTML Variables . . . . . . . .148
Generating Code for Subscribe Buttons and Email Payment Links . . . . . . . . . . .148
Protecting HTML Code for Subscribe Buttons. . . . . . . . . . . . . . . . . . . . . .148
Step 1 – Specifying Basic Features of Your Subscribe Button . . . . . . . . . . . . .149
Step 2 – Tracking Inventory and Profit and Loss with Your Subscribe Button . . . . . .153
Step 3 – Adding Advanced Features to Your Subscribe Button . . . . . . . . . . . . .156
Copying and Pasting the Subscribe Code. . . . . . . . . . . . . . . . . . . . . . . .158
Avoiding Problems with Pasted HTML Code . . . . . . . . . . . . . . . . . . . . . .159
Using the Button Creation Tool for an Unsubscribe Button . . . . . . . . . . . . . . .160
Sample HTML Code for Subscribe Buttons . . . . . . . . . . . . . . . . . . . . . . . . .162
Sample HTML Code for a Basic Subscribe Button . . . . . . . . . . . . . . . . . . .162
Sample HTML Code for a Subscribe Button with Trial Periods . . . . . . . . . . . . .163
Sample HTML Code for a Subscribe Button with Limits on Billing Cycles. . . . . . . .164
Sample HTML Code for Subscribe Buttons with Product Options . . . . . . . . . . .165
Sample HTML Code for a Modify Subscription Button . . . . . . . . . . . . . . . . .167
Sample HTML Code for an Unsubscribe Button. . . . . . . . . . . . . . . . . . . . .168
Sample HTML Code for a Subscribe Button with Password Management . . . . . . .169
Sample HTML Code for a Subscribe Button That Reattempts Payments. . . . . . . .170
Sample URL Code for Subscribe Email Payment Links . . . . . . . . . . . . . . . . . . .171
Creating Subscribe Buttons with JavaScript Disabled . . . . . . . . . . . . . . . . . . .171
Getting Started with Subscribe Buttons with JavaScript Disabled . . . . . . . . . . .171
Creating Advanced Subscribe Buttons with JavaScript Disabled . . . . . . . . . . . .173
Limitations When Creating Payment Buttons with JavaScript Disabled . . . . . . . . .183
Enabling JavaScript in Your Browser . . . . . . . . . . . . . . . . . . . . . . . . . .183
Chapter 4 Recurring Payments – Automatic Billing Buttons . . . . 185
Getting Started with Automatic Billing Buttons . . . . . . . . . . . . . . . . . . . . . . .185
The Checkout Experience with Automatic Billing Buttons . . . . . . . . . . . . . . . . . .189
6 June 2012 PayPal Payments Standard Integration Guide
Contents
Checkout Starts on Your Website . . . . . . . . . . . . . . . . . . . . . . . . . . . .190
Buyers Choose a Way to Pay . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .190
Buyers Review Their Payment Details . . . . . . . . . . . . . . . . . . . . . . . . .192
Buyers View and Print Payment Confirmations . . . . . . . . . . . . . . . . . . . . .193
Enhancing the Checkout Experience with Automatic Billing Buttons . . . . . . . . . .194
Managing Automatic Billing Agreements. . . . . . . . . . . . . . . . . . . . . . . . . . .195
Using the Recurring Payments Dashboard to Track Automatic Billing Plans . . . . . .195
Using Recent Activity to Track Automatic Billing Payments . . . . . . . . . . . . . . .196
Billing Your Customer Automatically . . . . . . . . . . . . . . . . . . . . . . . . . .197
Creating Advanced Automatic Billing Buttons on the PayPal Website . . . . . . . . . . .199
Basic Steps in the Button Creation Tool for Automatic Billing Buttons . . . . . . . . .199
Saving Automatic Billing Buttons in Your PayPal Account . . . . . . . . . . . . . . .200
Tracking Inventory and Profit and Loss for Automatic Billing Buttons . . . . . . . . .201
Adding HTML Variables to Automatic Billing Buttons . . . . . . . . . . . . . . . . . .201
Generating Code for Automatic Billing Buttons and Email Payment Links . . . . . . .201
Protecting HTML Code for Automatic Billing Buttons . . . . . . . . . . . . . . . . . .201
Step 1 – Specifying Basic Features of Your Automatic Billing Button . . . . . . . . . .202
Step 2 – Tracking Inventory for Your Automatic Billing Button . . . . . . . . . . . . .206
Step 3 – Adding Advanced Features to Your Automatic Billing Button . . . . . . . . .208
Copying and Pasting the Automatic Billing Code . . . . . . . . . . . . . . . . . . . .210
Avoiding Problems with Pasted Automatic Billing Code . . . . . . . . . . . . . . . .212
Sample HTML Code for Automatic Billing Buttons . . . . . . . . . . . . . . . . . . . . .212
Sample HTML Code for a Basic Automatic Billing Button . . . . . . . . . . . . . . .212
Sample HTML Code for Choosing Limits with Automatic Billing Buttons . . . . . . . .214
Chapter 5 Recurring Payments – Installment Plan Buttons . . . . . 217
Getting Started with Installment Plan Buttons . . . . . . . . . . . . . . . . . . . . . . . .217
The Checkout Experience with Installment Plan Buttons . . . . . . . . . . . . . . . . . .220
Checkout Starts on Your Website . . . . . . . . . . . . . . . . . . . . . . . . . . . .220
Buyers Choose a Way to Pay . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .221
Buyers Review Their Payment Details. . . . . . . . . . . . . . . . . . . . . . . . . .223
Buyers View and Print Payment Confirmations . . . . . . . . . . . . . . . . . . . . .225
Enhancing the Checkout Experience with Installment Plan Buttons . . . . . . . . . .225
Managing Installment Plans . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .226
Using the Recurring Payments Dashboard to Track Installment Plans . . . . . . . . .226
Using Recent Activity to Track Installment Plan Payme nts . . . . . . . . . . . . . . .227
Creating Advanced Installment Plan Buttons on the PayPal Website . . . . . . . . . . . .228
Basic Steps in the Button Creation Tool for Installment Plan Buttons . . . . . . . . . .229
Saving Installment Plan Buttons in Your PayPal Account . . . . . . . . . . . . . . . .230
PayPal Payments Standard Integration Guide June 2012 7
Contents
Tracking Inventory and Profit and Loss for Installment Plan Buttons . . . . . . . . . .230
Adding HTML Variables to Installment Plan Buttons . . . . . . . . . . . . . . . . . .231
Generating Code for Installment Plan Buttons and Email Payment Links . . . . . . .231
Protecting HTML Code for Installment Plan Buttons . . . . . . . . . . . . . . . . . .231
Step 1 – Specifying Basic Features of Your Installment Plan Button . . . . . . . . . .231
Step 2 – Tracking Inventory for Your Installment Plan Button . . . . . . . . . . . . . .235
Step 3 – Adding Advanced Features to Your Installment Plan Button . . . . . . . . .237
Copying and Pasting the Installment Plan Code . . . . . . . . . . . . . . . . . . . .239
Avoiding Problems with Pasted Installment Plan Code . . . . . . . . . . . . . . . . .241
Sample HTML Code for Installment Plan Buttons . . . . . . . . . . . . . . . . . . . . . .241
Sample HTML Code for a Basic Installment Plan Button . . . . . . . . . . . . . . . .241
Sample HTML Code for an Installment Button with 2 Plan Options . . . . . . . . . .243
Chapter 6 The PayPal Shopping Cart – Add to Cart and View Cart
Buttons . . . . . . . . . . . . . . . . . . . . . . . . . . .247
Getting Started With The PayPal Shopping Cart. . . . . . . . . . . . . . . . . . . . . . .247
Getting Started With Add To Cart Buttons . . . . . . . . . . . . . . . . . . . . . . . .248
Getting Started With View Cart Buttons . . . . . . . . . . . . . . . . . . . . . . . . .251
The Checkout Experience With the PayPal Shopping Cart . . . . . . . . . . . . . . . . .255
Begin – Buyers Add Your Items to the PayPal Shopping Cart. . . . . . . . . . . . . .257
1 – Buyers Enter Their Billing Information or They Log In To PayPal . . . . . . . . . .258
2 – Buyers Confirm Their Transaction Details Before Paying . . . . . . . . . . . . . .260
3 – Buyers View and Print Their PayPal Payment Confirmations . . . . . . . . . . . .261
End – Buyers Receive Payment Authorization Notices by Email . . . . . . . . . . . .262
Enhancing the Checkout Experience With Add to Cart Buttons . . . . . . . . . . . . .262
Managing PayPal Shopping Cart Transactions . . . . . . . . . . . . . . . . . . . . . . .264
Using Email Notices to Track PayPal Shopping Cart Transactions . . . . . . . . . . .264
Using Recent Activity to Track PayPal Shopping Cart Transactions . . . . . . . . . .265
Using Transaction History to Track PayPal Shopping Cart Transactions . . . . . . . .265
Using Downloadable History Logs to Track PayPal Shopping Cart Tr ansact ions . . . .265
Using Instant Payment Notification to Track PayPal Shopping Cart Transactions . . .266
Advanced Features of Add to Cart Buttons . . . . . . . . . . . . . . . . . . . . . . . . .266
Offering Product Options With Add to Cart Buttons . . . . . . . . . . . . . . . . . . .266
Offering Discounts With Add to Cart Buttons . . . . . . . . . . . . . . . . . . . . . .267
Creating Advanced PayPal Shopping Cart Buttons on the PayPal Website. . . . . . . . .267
The Basic Steps for Using the Tool With Add to Cart Buttons . . . . . . . . . . . . . .268
Saving Add to Cart Buttons in Your PayPal Account . . . . . . . . . . . . . . . . . .269
Tracking Inventory and Tracking Profit and Loss . . . . . . . . . . . . . . . . . . . .270
Adding Advanced Features to Add to Cart Buttons With HTML Variables . . . . . . .270
8 June 2012 PayPal Payments Standard Integration Guide
Contents
Pricing Items in Multiple Currencies . . . . . . . . . . . . . . . . . . . . . . . . . . .270
Working with View Cart Buttons . . . . . . . . . . . . . . . . . . . . . . . . . . . . .271
Generating Code for Payment Buttons and Email Payment Links . . . . . . . . . . .271
Protecting HTML Code for Payment Buttons . . . . . . . . . . . . . . . . . . . . . .271
Step 1 – Specifying Basic Features of Your Add to Cart Button . . . . . . . . . . . .271
Step 2 – Tracking Inventory With Your Add to Cart Button . . . . . . . . . . . . . . .275
Step 3 – Adding Advanced Features to Your Add to Cart Button . . . . . . . . . . . .279
Copying and Pasting the Add to Cart Code . . . . . . . . . . . . . . . . . . . . . . .281
Using the Button Creation Tool for a View Cart Button . . . . . . . . . . . . . . . . .283
Avoiding Problems With Pasted HTML Code . . . . . . . . . . . . . . . . . . . . . .285
Sample HTML Code for Add to Cart Buttons . . . . . . . . . . . . . . . . . . . . . . . .285
Sample HTML Code for a Basic Add to Cart Button. . . . . . . . . . . . . . . . . . .285
Sample HTML Code for Add to Cart Buttons With Product Options. . . . . . . . . . .286
Sample HTML Code for Add to Cart Buttons that Open the Sh opping Cart in the Merchant
Window . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .290
Sample HTML Code for Add to Cart Buttons that Continue Shopping on the Current
Merchant Webpage . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .293
Sample HTML Code for Add to Cart Buttons with Discounts . . . . . . . . . . . . . .296
Sample HTML Code for View Cart Buttons . . . . . . . . . . . . . . . . . . . . . . . . .300
Sample HTML Code for a View Cart Button. . . . . . . . . . . . . . . . . . . . . . .300
Sample HTML Code for a View Cart Button That Opens the Shopping Cart in the Merchant
Window . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .301
Sample HTML Code for View Cart Buttons that Continue Shopping on the Current
Merchant Webpage . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .302
Creating PayPal Shopping Cart Buttons with JavaScript Disabled . . . . . . . . . . . . .303
Getting Started with Add to Cart Buttons With JavaScript Disabled. . . . . . . . . . .304
Getting Started with View Cart Buttons With JavaScript Disabled. . . . . . . . . . . .305
Creating Advanced Shopping Cart Buttons With JavaScript Disabled . . . . . . . . .306
Limitations When Creating Shopping Cart Buttons With JavaScript Disabled. . . . . .314
Enabling JavaScript in Your Browser . . . . . . . . . . . . . . . . . . . . . . . . . .314
Chapter 7 Third-Party Shopping Carts – The Cart Upload Command 317
The Checkout Experience With the Cart Upload Command . . . . . . . . . . . . . . . .317
What Buyers See With Third-Party Shopping Carts . . . . . . . . . . . . . . . . . .317
Implementing the Cart Upload Command . . . . . . . . . . . . . . . . . . . . . . . . . .322
Required Third-Party Shopping Cart Variables . . . . . . . . . . . . . . . . . . . . .322
Passing Individual Item Details to PayPal . . . . . . . . . . . . . . . . . . . . . . . .323
Setting the Tax for the Entire Cart . . . . . . . . . . . . . . . . . . . . . . . . . . . .325
Setting the Weight for the Entire Cart . . . . . . . . . . . . . . . . . . . . . . . . . .325
Setting Discounts for the Cart . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .325
PayPal Payments Standard Integration Guide June 2012 9
Contents
Passing the Aggregate Shopping Cart Amount to PayPal. . . . . . . . . . . . . . . .325
Securing Your Shopping Cart . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .326
Implementing the Instant Update API With the Cart Upload Command . . . . . . . . . . .326
About the Instant Update API and the Cart Upload Command . . . . . . . . . . . . .326
Best Practices for Implementing Instant Update . . . . . . . . . . . . . . . . . . . .329
Other Considerations for Implementing Instant Update . . . . . . . . . . . . . . . . .330
Setting Up the Callback for Instant Update . . . . . . . . . . . . . . . . . . . . . . .332
Responding to the Callback for Instant Update . . . . . . . . . . . . . . . . . . . . .333
Chapter 8 Securing Your PayPal Payments Standard Buttons . . . . 337
Creating Protected Payment Buttons on the PayPal Website . . . . . . . . . . . . . . . .338
How Protected Payment Buttons Help Prevent Fraudulent Payments . . . . . . . . .338
Using the Button Creation Tool to Create a Protected Payment Button . . . . . . . . .338
Creating a Protected Payment Button with JavaScript Disabled . . . . . . . . . . . .339
Saving Payment Buttons in Your PayPal Account . . . . . . . . . . . . . . . . . . . . . .340
Reconciling Payments Manually Through Transaction History . . . . . . . . . . . . . . .341
Reconciling Payments Through Instant Payment Notification . . . . . . . . . . . . . . . .342
Protecting Payment Buttons by Using Encrypted Website Payments . . . . . . . . . . . .342
How Encrypted Website Payments Helps Prevent Fraudulent Payments. . . . . . . .343
Public Key Encryption Used by Encrypted Website Payments . . . . . . . . . . . . .343
Setting Up Certificates Before Using Encrypted Website Payments . . . . . . . . . .344
Using Encrypted Website Payments to Protect Your Payment Buttons . . . . . . . . .346
Blocking Unprotected and Non-encrypted Website Payments. . . . . . . . . . . . . . . .348
Chapter 9 Using Your PayPal Account Profile . . . . . . . . . . . . 349
Co-Branding the PayPal Checkout Pages . . . . . . . . . . . . . . . . . . . . . . . . . .349
Overriding Page Styles On Individual Payment Buttons. . . . . . . . . . . . . . . . .350
Overriding Co-Branding Options on Individual Payment Buttons . . . . . . . . . . . .350
Tailoring the Checkout Experience. . . . . . . . . . . . . . . . . . . . . . . . . . . . . .350
Auto Return . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .351
Getting Contact Telephone Numbers . . . . . . . . . . . . . . . . . . . . . . . . . .354
PayPal Account Optional . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .356
Automatic Calculation of Sales Tax . . . . . . . . . . . . . . . . . . . . . . . . . . . . .363
Displaying the Sales Tax that PayPal Calculates During Checkout . . . . . . . . . . .363
Accessing Your Sales Tax Rates in Your Account Profile . . . . . . . . . . . . . . . .364
Setting Up Domestic Sales Tax Rates . . . . . . . . . . . . . . . . . . . . . . . . . .365
Setting Up International Sales Tax Rates . . . . . . . . . . . . . . . . . . . . . . . .367
Resolving Overlapping Sales Tax Rates. . . . . . . . . . . . . . . . . . . . . . . . .367
10 June 2012 PayPal Payments Standard Integration Guide
Contents
Editing or Deleting Sales Tax Rates . . . . . . . . . . . . . . . . . . . . . . . . . . .368
Overriding Sales Tax Calculations on Individual Transactions . . . . . . . . . . . . .368
Automatic Calculation of Shipping Charges (U.S. Merchants Only) . . . . . . . . . . . .368
Displaying the Shipping Charges that PayPal Calculates During Checkout. . . . . . .369
Shipping Regions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .372
Shipping Methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .373
Shipping Rate Bases . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .373
Shipping Rate Tables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .373
Shipping Rates and Currencies . . . . . . . . . . . . . . . . . . . . . . . . . . . . .374
Adding Shipping Rates for the First Time . . . . . . . . . . . . . . . . . . . . . . . .374
Adding Shipping Methods by Using a Wizard . . . . . . . . . . . . . . . . . . . . . .375
Viewing, Editing, and Adding Shipping Rates . . . . . . . . . . . . . . . . . . . . . .378
Viewing the Configuration of an Existing Shipping Method . . . . . . . . . . . . . . .379
Editing the Configuration Settings of an Existing Shipping Method . . . . . . . . . . .379
Deleting Shipping Methods . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .381
Examples of Rate Bases and Shipping Calculations . . . . . . . . . . . . . . . . . .381
Overriding Shipping Calculations on Individual Transactions . . . . . . . . . . . . . .383
Automatic Calculation of Shipping Charges (non-U.S. Merchants Only) . . . . . . . . . .384
Examples of Cost Methods and Shipping Calculations . . . . . . . . . . . . . . . . .386
Overriding Shipping Calculation on Individual Transactions. . . . . . . . . . . . . . .386
Language Encoding Your Data. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .387
Chapter 10 Using Authorization & Capture . . . . . . . . . . . . . . 389
Basic Authorization Process . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .389
Honor Period and Authorization Period . . . . . . . . . . . . . . . . . . . . . . . . .389
Basic Authorization & Capture Scenarios . . . . . . . . . . . . . . . . . . . . . . . . . .390
Capturing A Single Authorization . . . . . . . . . . . . . . . . . . . . . . . . . . . .390
Batch Capturing Multiple Authorizations. . . . . . . . . . . . . . . . . . . . . . . . .392
Voiding an Authorization. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .393
Capture Within 3 Days. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .393
Capture From 4 - 29 Days . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .394
One Authorization, Multiple Captures, and a Refund . . . . . . . . . . . . . . . . . .395
Lower Capture Amount . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .395
Capture Up to 115% . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .396
Authorization Expires . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .397
Void . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .397
Reattempted Capture . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .398
Recommendations for Best Use of Authorization & Capture . . . . . . . . . . . . . . . .399
Capturing Funds on Basic Authorizations . . . . . . . . . . . . . . . . . . . . . . . .399
PayPal Payments Standard Integration Guide June 2012 11
Contents
Buyer Approval for Basic Authorizations. . . . . . . . . . . . . . . . . . . . . . . . .399
Voiding Basic Authorizations. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .399
Chapter 11 Issuing Refunds . . . . . . . . . . . . . . . . . . . . . . 401
Refunding Within 60 Days of Payment. . . . . . . . . . . . . . . . . . . . . . . . . . . .401
Refunding After 60 Days . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .403
Chapter 12 Testing Payment Buttons in the PayPal Sandbox . . . . . 405
Chapter 13 HTML Form Basics for PayPal Payments Standard . . . . 407
Form Attributes – ACTION and METHOD . . . . . . . . . . . . . . . . . . . . . . . . . .407
Hidden Input Variables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .407
Specifying the Kind of Payment Button – cmd. . . . . . . . . . . . . . . . . . . . . . . .408
Variations on Basic Variables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .409
Record Keeping with Passthrough Variables . . . . . . . . . . . . . . . . . . . . . .409
Setting the Character Set – charset . . . . . . . . . . . . . . . . . . . . . . . . . . .409
Setting The Return URL on Individual Transactions. . . . . . . . . . . . . . . . . . .410
Desired Currency on Individual Transactions . . . . . . . . . . . . . . . . . . . . . .410
Using HTML Variables With Saved Payment Buttons . . . . . . . . . . . . . . . . . . . .411
Filling Out FORMs Automatically with HTML Variables . . . . . . . . . . . . . . . . . . .411
Overriding Addresses Stored With PayPal. . . . . . . . . . . . . . . . . . . . . . . . . .414
Instant Payment Notification – notify_url. . . . . . . . . . . . . . . . . . . . . . . . . . .415
Appendix A HTML Variables for PayPal Payments Standard . . . . . 417
Technical HTML Variables. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .418
HTML Variables for Individual Items . . . . . . . . . . . . . . . . . . . . . . . . . . . . .420
HTML Variables for Payment Transactions . . . . . . . . . . . . . . . . . . . . . . . . .426
HTML Variables for Shopping Carts . . . . . . . . . . . . . . . . . . . . . . . . . . . . .427
HTML Variables for Recurring Payments Buttons . . . . . . . . . . . . . . . . . . . . . .429
HTML Variables for Displaying PayPal Checkout Pages . . . . . . . . . . . . . . . . . .434
HTML Variables for Filling Out PayPal Checkout Pages Automatically . . . . . . . . . . .439
HTML Variables for the Instant Update API . . . . . . . . . . . . . . . . . . . . . . . . .441
Instant Update Variables to Set Up a Payment for the Instant Update API . . . . . . .441
Instant Update Variables for Dimensions of Individual Items . . . . . . . . . . . . . .442
12 June 2012 PayPal Payments Standard Integration Guide
Contents
Appendix B Address Handling (U.S. Merchants Only) . . . . . . . . . 445
Address Handling with PayPal Account Optional Turned On . . . . . . . . . . . . . . . .446
Result A . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .446
Results B, C, or D . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .447
Result E . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .447
Results F or H . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .447
Result G . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .447
Result I. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .447
Results J and L . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .448
Results K. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .448
Address Handling With PayPal Account Optional Turned Off . . . . . . . . . . . . . . . .448
Result A . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .448
Results B, C, or D . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .448
Result E . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .449
Results F or H . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .449
Results G or K . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .449
Result I. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .449
Results J or L . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .449
Appendix C Countries and Regions Supported by PayPal . . . . . . 451
Appendix D Currencies Supported by PayPal . . . . . . . . . . . . . 459
Index. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 461
PayPal Payments Standard Integration Guide June 2012 13
Contents
14 June 2012 PayPal Payments Standard Integration Guide

Preface

About This Guide

The PayPal Payments Standard Integration Guide (previously called Website Payments Standard) describes how to integrate your website with PayPal by using HTML buttons and forms. PayPal Payments Standard lets you accept payments for:
Single-item purchases with Buy Now buttons – Sell from websites that offer single or
mutually exclusive products.
Contribution payments with Donate buttons – Raise financial support for any cause.Recurring payments with Subscribe, Automatic Billing, and Installment Plan buttons
– Collect membership dues and offer other subscription services, get authorization to bill customers automatically, and set up installment plans.
Multiple-item purchases with Add to Cart and View Cart buttons – Sell from online
stores with catalogs and shopping carts.
The following table summarizes the contents of this guide.
Summary of the Contents of This Guide
Feature Description See
Buy Now Buttons Accept payments for single items at one time. “Single-Item Payments – Buy
Now Buttons” on page 21
Donate Buttons Accept payments for donation and contributions. “Contribution Payments –
Donate Buttons” on page 75
Subscribe Buttons Let customers sign up for subscriptions to goods or
services, like books or online content.
Automatic Billing Buttons
Installment Plan Buttons
The PayPal Shopping Cart
Third-Party Shopping Carts
Let customers sign up for automatic payment plans that let you bill them each month, up to a limit.
Let customers sign up for installment plans that collect payments from customers over time.
Accept payments for multiple items at one time. “The PayPal Shopping Cart –
Develop a third-party shopping cart that is compatible with PayPal and PayPal Payments Standard.
“Recurring Payments – Subscribe Buttons” on page 113
“The Checkout Experience with Automatic Billing Buttons” on page 189
“The Checkout Experience with Installment Plan Buttons” on page 220
Add to Cart and View Cart Buttons” on page 247
“The PayPal Shopping Cart – Add to Cart and View Cart Buttons” on page 247
PayPal Payments Standard Integration Guide June 2012 15
About This Guide
Summary of the Contents of This Guide
Feature Description See
Button Protection and Encrypted Website Payments
Automatic Calculation of Sales Tax
Automatic Calculation of Shipping Charges
Custom Payment Pages Brand the PayPal checkout pages with your own
PayPal Account Optional
Auto Return Redirect people to your website automatically after
Payer Contact Telephone
Protect against fraudulent payments using the encryption setting or Encrypted Website Payments for your payment buttons.
Specify tax rates that PayPal uses to calculate taxes automatically.
Specify shipping rates that PayPal uses to calculate shipping charges automatically.
logo and colors. Let people pay by credit card without having to
sign up for a PayPal account.
they pay you on PayPal. Prompt people for their contact telephone numbers
when they pay you on PayPal.
“Securing Y our PayPal Payments Standard Buttons” on page 337”
“Automatic Calculation of Sales T ax” on page 363
“Automatic Calculation of Shipping Charges (U.S. Merchants Only)” on page 368
or
“Automatic Calculation of Shipping Charges (non-U.S. Merchants Only)” on page 384
“Co-Branding the PayPal Checkout Pages” on page 349
“PayPal Account Optional” on page 356
“Auto Return” on page 351
“Getting Contact Telephone Numbers” on page 354
Authorization & Capture
Refunds Refund entire payments or portions of them. “Issuing Refunds” on page 401
Authorize payments during checkout, and capture payment amounts or portions of them later.
“Using Authorization & Capture” on page 389
16 June 2012 PayPal Payments Standard Integration Guide

Intended Audience

This guide is for:
Merchants and developers who want to understand:
– The checkout experiences that people go through when they make payments with PayPal
Payments Standard payment buttons
– The influence of account profile settings on the way PayPal Payments Standard works
Developers who want to learn how to integrate PayPal with websites by using PayPal
Payments Standard

Revision History

The following table lists the revisions made to the PayPal Payments Standard Integration Guide.
Intended Audience
Date Published Description
June 2012 Maintenance release. April 2012 Updated references to Website Payments Standard and Website Payments Pro to
PayPal Payments Standard and PayPal Payments Pro, respectively.
November 2011 Updated screen shots to show the user interface changes. See “Single-Item
Payments – Buy Now Buttons” on page 21 to Cart and View Cart Buttons” on page 247 The Cart Upload Command” on page 317
May 2010 Added Automatic Billing and Payment Plan buttons, see “The Checkout
Experience with Automatic Billing Buttons” on page 189 and “The Checkout Experience with Installment Plan Buttons” on page 220
buttons with priced options for different billing cycles. See “Recurring
Payments – Subscribe Buttons” on page 113
January 2010 For third-party shopping carts, added the Instant Update API to “The PayPal
Shopping Cart – Add to Cart and View Cart Buttons” on page 247 and added
Instant Update HTML variables to ““HTML Variables for PayPal Payments
Standard” on page 417.
October 2009 Updated screen shots to show the user interface changes. See “Securing Your
PayPal Payments Standard Buttons” on page 337 Profile” on page 349, and “Using Authorization & Capture” on page 389.
Added screen shots to illustrate the refund process. See “Issuing Refunds” on
page 401
.
, “The PayPal Shopping Cart – Add
, and “Third-Party Shopping Carts –
.
. Updated Subscribe
.
, “Using Your PayPal Account
PayPal Payments Standard Integration Guide June 2012 17
Revision History
Date Published Description
July 2009 Added information about prepopulated billing information. See “Single-Item
Payments – Buy Now Buttons” on page 21 to Cart and View Cart Buttons” on page 247 Cart Upload Command” on page 317, and “HTML Form Basics for PayPal Payments Standard” on page 407
Updated the payment review page information. See “Single-Item Payments –
Buy Now Buttons” on page 21 page 75 Shopping Cart – Add to Cart and View Cart Buttons” on page 247 Party Shopping Carts – The Cart Upload Command” on page 317
Revised cobranding and language encoding descriptions; removed section about blocking payment, adding credit card names, adding multiple users, and handling multiple currencies. See “Using Your PayPal Account Profile” on
page 349
Added email and bn variables to HTML variables tables. Added information to the prepopulation variables section. See “HTML Variables for PayPal Payments
Standard” on page 417.
April 2009 Added descriptions on how to use the discounts feature with Buy Now buttons,
Add to Cart buttons, and third-party carts. See “Single-Item Payments – Buy
Now Buttons” on page 21 Cart Buttons” on page 247 Command” on page 317
Also added discount variables to the HTML variables tables. See “HTML
Variables for Payment Transactions” on page 426 and “HTML Variables for Shopping Carts” on page 427.
, “Recurring Payments – Subscribe Buttons” on page 113, “The PayPal
.
.
.
, “Contribution Payments – Donate Buttons” on
, “The PayPal Shopping Cart – Add to Cart and View
, and “Third-Party Shopping Carts – The Cart Upload
, “The PayPal Shopping Cart – Add
, “Third-Party Shopping Carts – The
, and “Third-
.
September 2008 Revised information on creating payment buttons on the PayPal website,
including saving buttons in your PayPal account and tracking inventory. See button-specific chapters for details.
Added sample code for Add to Cart buttons that open the PayPal Shopping Cart in the same window as the merchant website. Also added how to use the shopping_url variable to control which merchant page buyers return to when they click the Continue Shopping button. See “Sample HTML Code for Add to
Cart Buttons” on page 285.
June 2008 Added chapter on Subscribe buttons. See “Recurring Payments – Subscribe
Buttons” on page 113 PayPal Shopping Cart – Add to Cart and View Cart Buttons” on page 247
March 2008 Made hanges to definition of authorization honor periods. See “Honor Period
and Authorization Period” on page 389
January 2008 Added separate checkout experience and command for Donate buttons. See
“Contribution Payments – Donate Buttons” on page 75
August 2007 Documented shipping calculations with tiered rates in different destination
regions. See “Automatic Calculation of Shipping Charges (U.S. Merchants
Only)” on page 368.
18 June 2012 PayPal Payments Standard Integration Guide
. Added chapter on Third-Party Shopping Carts. See “The
.
.
.

Where to Go for More Information

Date Published Description
May 2007 Added information on securing buttons. See “Securing Your PayPal Payments
Standard Buttons” on page 337.
April 2007 Added “Address Handling (U.S. Merchants Only)” on page 445. October 2006 Minor clarifications. August 2006 Added new PayPal Shopping Cart variable, shopping_url.
Revised content to indicated that the value _ext-enter of the cmd variable for
FORM prepoulation is no longer necessary.
Clarified the values for the rm variable
0, 1, or 2; not the strings "GET" or
"POST". July 2006 Added information on how to use PayPal Authorization & Capture with PayPal
Payments Standard, including how to capture multiple authorizations in batches
on the PayPal website; see “Using Authorization & Capture” on page 389. March 2006 Made miscellaneous minor corrections.
Expanded description of creating Encrypted Website Payments buttons.
Where to Go for More Information
Merchant Gift Certificates GuideMerchant Setup and Administration GuideSandbox User GuidePayPal Password Management Installation GuideButton Manager API for NVPButton Manager API for SOAP

Documentation Feedback

Help us improve this guide by sending feedback to: documentationfeedback@paypal.com
PayPal Payments Standard Integration Guide June 2012 19
Documentation Feedback
20 June 2012 PayPal Payments Standard Integration Guide
1

Single-Item Payments – Buy Now Buttons

Use Buy Now buttons to accept single-item purchase payments. A Buy Now button can sell one or more units of a single item. Make additional Buy Now buttons for additional items that you want to sell.
You can create Buy Now buttons that you add to your website by using a tool on the PayPal website, or you can write the HTML code for Buy Now buttons manually. You can create buttons with limited functionality before you create your PayPal account or with JavaScript disabled in your browser.
Read the following topics to learn more about Buy Now buttons:
 “Getting Started With Buy Now Buttons” on page 21  “The Checkout Experience With Buy Now Buttons” on page 25  “Managing Buy Now Transactions” on page 33  “Advanced Features of Buy Now Buttons” on page 35  “Creating Advanced Buy Now Buttons on the PayPal Website” on page 37  “Sample HTML Code for Buy Now Buttons” on page 52  “Sample URL Code for a Buy Now Email Payment Link” on page 62  “Creating Buy Now Buttons with JavaScript Disabled” on page 62

Getting Started With Buy Now Buttons

The easiest way to add a Buy Now button to your website is by using the button creation tool on the PayPal website. As soon as you add the button, you can begin accepting payments on your website.
PayPal Payments Standard Integration Guide June 2012 21
Single-Item Payments – Buy Now Buttons
1
Getting Started With Buy Now Buttons
Follow one of these procedures to get started creating your own Buy Now buttons:
“Using the Button Creation Tool for a Basic Buy Now Button” on page 22“Creating Buy Now Buttons Before You Create Your PayPal Account” on page 23

Using the Button Creation Tool for a Basic Buy Now Button

1. Log in to your PayPal account at https://www.paypal.com. The My Account Overview page opens.
2. Click the Profile subtab. The Profile Summary page opens.
3. Under the Selling Preferences heading, click the My Saved Buttons link. The My Saved Buttons page opens.
4. In the Related Items box on the right, click the Create new button link. The Create PayPal payment button page opens.
5. In the Choose a button type dropdown menu, select “Buy Now.”
6. Enter the payment details of your item.
Item name – Enter the name of the item or service that you wish to sell. – Price – Enter the price of your item.
7. Scroll to the bottom of the page, and click the Create Button button. The You've created your button page opens.
8. Click the Select Code button on the Websites tab to select all of the generated HTML code.
9. Do one of the following to copy the selected text to the clipboard: – For Windows and Mac, right-click on the code, and then select Copy.
22 June 2012 PayPal Payments Standard Integration Guide
Single-Item Payments – Buy Now Buttons
Getting Started With Buy Now Buttons
– For Windows, press Ctrl+C. – For Mac, press CMD+C.
10.In your web editing tool, open the webpage where you want to show the button.
IMPORTANT: Be sure that your tool is ready for you to paste HTML code, such as by
switching to an HTML view from a design view of your webpage.
11. Do one of the following to paste the text from the clipboard onto your webpage, where you want the button to appear:
– For Windows or Mac, right-click on the code, and then select Paste. – For Windows, press Ctrl+V. – For Mac, press CMD+V.

Creating Buy Now Buttons Before You Create Your PayPal Account

You can create basic Buy Now buttons, add them to your website, and begin accepting payments before you sign up for your PayPal account. Read the following topics to learn more about creating Buy Now buttons before you create your PayPal account.
1
“Creating a Basic Buy Now Button Without a PayPal Account” on page 23“Limitations of Buy Now Buttons Created Without a PayPal Account” on page 24“Unclaimed Payments From Buttons Created Without a PayPal Account” on page 25
Creating a Basic Buy Now Button Without a PayPal Account
NOTE: You cannot create payment buttons without a PayPal account if JavaScript is disabled
in your browser.
1. Go to the PayPal website at
https://www.paypal.com.
2. Click the Business tab.
3. Click Accept Credit Cards on a Website.
4. Under the PayPal Payments Standard heading, click the Select button.
A page that describes PayPal Payments Standard opens.
5. Click the Try it now button. The Create PayPal payment button page opens.
6. In the Choose a button type dropdown menu, select “Buy Now.”
7. Enter the payment details of your item.
Item name – Enter the name of the item or service that you wish to sell. – Price – Enter the price of your item.
PayPal Payments Standard Integration Guide June 2012 23
Single-Item Payments – Buy Now Buttons
1
Getting Started With Buy Now Buttons
Email address to r eceive payments– Enter the email address that you will use when you
sign up for your PayPal account.
8. Scroll to the bottom of the page, and click the Create Button button. The You've created your button page opens.
9. Click the Select Code button on the Websites tab to select all of the generated HTML code.
10.Do one of the following to copy the selected text to the clipboard: – For Windows and Mac, right-click on the code, and then select Copy.
– For Windows, press Ctrl+C. – For Mac, press CMD+C.
11. In your web editing tool, open the webpage where you want to show the button.
IMPORTANT: Be sure that your tool is ready for you to paste HTML code, such as by
switching to an HTML view from a design view of your webpage.
12.Do one of the following to paste the text from the clipboard onto your webpage, where you want the button to appear:
– For Windows or Mac, right-click on the code, and then select Paste. – For Windows, press Ctrl+V. – For Mac, press CMD+V.
After Completing This Task:
Sign up for your PayPal account. You cannot collect payments that buyers make with your payment button until you sign up successfully for your PayPal Premier account or Business account.
Limitations of Buy Now Buttons Created Without a PayPal Account. Consider the
following limitations of payment buttons that you create and add to your website before you sign up for your PayPal account.
You cannot claim the payments that buyers authorize during checkout. PayPal collects and
holds the payments as unclaimed until you sign up for your PayP al account.
Buyers must have a PayPal account to pay you. Any ability to pay by credit card is
disabled.
PayPal limits the features that you can specify with the button creation tool, such as:
– Saving your buttons in your PayPal account
NOTE: You cannot create payment buttons without a PayPal account if JavaScript is disabled
in your browser.
24 June 2012 PayPal Payments Standard Integration Guide
Single-Item Payments – Buy Now Buttons

The Checkout Experience With Buy Now Buttons

Unclaimed Payments From Buttons Created Without a PayPal Account
For buttons that you create without a PayPal account, PayPal holds any payments authorized by buyers until you sign up for an account. PayPal identifies these held payments as “unclaimed.” PayPal holds your unclaimed payments under the email address that you specify when you create the buttons. Make sure to use the same email address when you sign up for your account. Otherwise, PayPal cannot transfer you r unc l aimed payments to your PayPal account balance.
In their PayPal accounts, buyers see the unclaimed payments that they made to you in their recent account activity and in their transaction history. Until you finish signing up for your PayPal account, buyers can cancel your unclaimed payments and recover their funds.
Unclaimed Payments From Payment Buttons Created Without a PayPal Account
1
The Checkout Experience With Buy Now Buttons
This section demonstrates the PayPal checkout experience for people who click Buy Now buttons on your website. The following diagram illustrates the steps.
PayPal Payments Standard Integration Guide June 2012 25
Single-Item Payments – Buy Now Buttons
1
The Checkout Experience With Buy Now Buttons
The Checkout Experience with Buy Now Buttons
Read these topics to better understand the checkout experience with Buy Now buttons:
“Begin – Buyers are Ready to Purchase Your Item on Your Website” on page 27“1 – Buyers Enter Their Billing Information, or They Log In to PayPal” on page 27“2 – Buyers Confirm Their Transaction Details Before Paying” on page 29“3 – Buyers View and Print Their PayPal Payment Confirmations” on page 30“End – Buyers Receive Payment Authorization Notices by Email” on page 31“Enhancing the Checkout Experience With Buy Now Buttons” on page 31
26 June 2012 PayPal Payments Standard Integration Guide
Single-Item Payments – Buy Now Buttons
The Checkout Experience With Buy Now Buttons

Begin – Buyers are Ready to Purchase Your Item on Your Website

The basic checkout experience with Buy Now begins when someone on your website is ready to purchase your item. Smoky
Buyers Begin on Your Website When They Are Ready To Buy Your Item
1
In this example, Steve begins on Herschel’s Hot Sauce website and decides to try a bottle. He clicks the Buy Now button for a single 12 oz. bottle to check out.

1 – Buyers Enter Their Billing Information, or They Log In to PayPal

PayPal displays a billing information/log-in page, which lets buyers enter their credit card information or log in to PayPal to pay.
PayPal Payments Standard Integration Guide June 2012 27
Single-Item Payments – Buy Now Buttons
1
The Checkout Experience With Buy Now Buttons
Buyers Enter Their Billing information or Log In to PayPal
For Buy Now buttons, the PayPal billing information/log-in page shows transaction details on the left, such as item name and transaction subtotal.
If buyers are satisfied with the details, they do one of the following to select a payment method:
Have a PayPal account? – Buyers click the link, enter their PayPal credentials, and click
the Log in button.
Don’t have a PayPal account? – Buyers enter their billing information. They also enter
their contact information – email address and home phone number – so that PayPal can send them their PayPal transaction receipts and can contact them if necessary to complete the transaction. Then, they click the Review Order and Continue button.
If your website gathers information about your buyer, you can define HTML code to prepopulate (prefill) the corresponding billing information fields. In this case, the buyers
28 June 2012 PayPal Payments Standard Integration Guide
Single-Item Payments – Buy Now Buttons
The Checkout Experience With Buy Now Buttons
see a collapsed version of the billing information section. For example, if you prefilled the billing address, the address information displays on the page without the entry fields. Each prefilled section of information is followed by a change link to let the buyers modify the information, if necessary.
For more information about prepopulation, see “Filling Out FORMs Automatically with
HTML Variables” on page 411.
In this case, Steve is satisfied with the total transaction amount of $5.95 USD. He doesn’ t have a PayPal account. Instead, he enters his billing and contact information, and then he clicks the Review Order and Continue button.

2 – Buyers Confirm Their Transaction Details Before Paying

PayPal displays a transaction confirmation page to let buyers confirm the details before they complete their transactions and authorize their payments.
Buyers Confirm Their Payment Details Before Paying
1
In this case, Steve reviews the transaction details and clicks the Pay Now button to complete the transaction and make his payment.
PayPal Payments Standard Integration Guide June 2012 29
Single-Item Payments – Buy Now Buttons
1
The Checkout Experience With Buy Now Buttons

3 – Buyers View and Print Their PayPal Payment Confirmations

PayPal displays a payment confirmation page after buyers pay to let them know that they have completed their transactions and authorized their payments successfully.
Buyers View Their Payment Confirmations
From the payment confirmation page, buyers can:
View the PayPal Receipt ID – the transaction ID – to reconcile their payments. Click the Print receipt link to print receipts for their records.
30 June 2012 PayPal Payments Standard Integration Guide
Loading...
+ 434 hidden pages