Advanced Features Guide

Table Of Contents
Express Checkout Dynamic Image Integration
Configuring the Dynamic Image
9
96 April 2012 Express Checkout Advanced Features Guide
Set Up the Default Image
The following URL points to the default Check out with PayPal image:
https://fpdbs.paypal.com/dynamicimageweb?cmd=_dynamic-image
To make the image dynamic, you need only add parameters to this URL to specify the changes
you want displayed.
To test in the Sandbox environment, send the image to the following Sandbox URL:
https://fpdbs.sandbox.paypal.com/dynamicimageweb?cmd=_dynamic-image
Set Up Image for Dynamic Use
To set up the image URL for dynamic use, associate the URL with your PayPal Secure
Merchant Account ID, or pal. Use the Secure Merchant Account ID in your Profile or call
GetPalDetails.
This is an example call to GetPalDetails request.
Request Parameters
[requiredSecurityParameters]
&METHOD=GetPalDetails
Response Parameters
This GetPalDetails response returns the value of PAL and your country code (LOCALE).
[successResponseFields]
&PAL=SFJCXFDLNFR5U
&LOCALE=en_US
1. Append the pal parameter to the image URL, and set the parameter to the value of your
encrypted PayPal merchant account number.
https://fpdbs.paypal.com/dynamicimageweb?cmd=_dynamic-
image&pal=SFJCXFDLNFR5U
2. You can optionally change the value of LOCALE. See Change the Locale for details.
3. Place the URL with parameter information at the appropriate image locations in your web
application.
The pal alerts PayPal to campaigns in which you are participating. PayPal obtains this
information from your account and replaces the default image with the appropriate
campaign image during the relevant campaign.
NOTE: If you pass in a pal value for a merchant account that is not yours, PayPal displays the
image for that account. Be sure to pass the pal value for your account.