Integration Guide

Table Of Contents
PayPal Payments Standard Integration Guide June 2012 353
Using Your PayPal Account Profile
Tailoring the Checkout Experience
9
4. Under Auto Return for Website Payments, click the On radio button to enable Auto
Return.
5. In the Return URL field, enter the URL to which you want your payers redirected after
they complete their payments.
NOTE: PayPal checks the Return URL that you enter. If the URL is not properly formatted
or cannot be validated, PayPal will not activate Auto Return.
6. Scroll to the bottom of the page, and click the Save button.
Setting Return URL on Individual Transactions
With Auto Return turned on in your account profile, you can set the value of the return
HTML variable on individual transactions, which overrides the value of the return URL that
you stored on PayPal as part of the Auto Return feature. For example, you might want to
redirect payers to a URL on your site that is specific to that person, perhaps with a session-id
or other transaction-related data included in the URL.
To set the return URL for individual transactions, include the return variable in the HTML
Form:
<INPUT TYPE="hidden" NAME="return" value="URLspecificToThisTransaction">
NOTE: To receive transaction-related data from PayPal, you must turn Payment Data Transfer
on. To learn more, see the
Payment Data Transfer page on Developer Central.