Advanced Features Guide
Table Of Contents
- Express Checkout Advanced Features Guide
- Contents
- Preface
- Customizing Express Checkout
- PayPal Review Page Order Details
- Providing Gift Options
- Obtaining Buyer Consent to Receive Promotional Email
- Overriding Your Customer Service Number
- Adding a Survey Question
- PayPal Page Style
- Changing the Locale
- Handling Shipping Addresses
- Automatically Filling Out Shipping and Contact Information
- Buyer Pays on PayPal
- Express Checkout on Mobile Devices
- About the Express Checkout Experience on Mobile Devices
- Mobile Platforms Supported by Express Checkout
- About Mobile Express Checkout Integration
- Integrating Express Checkout With Your Mobile Website
- Enabling PayPal Account Optional Checkout on Mobile Devices
- Request Fields Supported by Express Checkout on Mobile Devices
- Locales Supported by Express Checkout on Mobile Devices
- Features Not Supported by Express Checkout on Mobile Devices
- Handling Recurring Payments
- How Recurring Payments Work
- Recurring Payments Terms
- Options for Creating a Recurring Payments Profile
- Recurring Payments With the Express Checkout API
- Recurring Payments Profile Status
- Getting Recurring Payments Profile Information
- Modifying a Recurring Payments Profile
- Billing the Outstanding Amount of a Profile
- Recurring Payments Notifications
- Reference Transactions
- Implementing Parallel Payments
- Integrating giropay with Express Checkout
- Implementing the Instant Update API
- Payment Review
- Express Checkout Dynamic Image Integration
- Immediate Payment
- Revision History
Express Checkout Advanced Features Guide April 2012 59
Reference Transactions
Setting Up a Billing Agreement Using the Express Checkout API
4
Setting Up a Billing Agreement Using the Express Checkout API
You must set up a billing agreement using the Express Checkout API before you can use a
reference transaction.
Specify 0 as the amount of the purchase in SetExpressCheckout and call
CreateBillingAgreement if you only want to obtain a billing agreement ID for later use.
(Do not call DoExpressCheckoutPayment, because no payment is involved.) Otherwise,
call DoExpressCheckoutPayment to obtain the billing agreement ID and to initiate an
Express Checkout payment.
The following diagram shows the flow for obtaining a billing agreement ID during an Express
Checkout payment:
The numbered steps correspond to the circled numbers. Your site must take the specified
actions at each step, as follows: