Checkout settings
Last updated: Sept 19th, 1:49am
You can enable settings in the My selling tools section of your PayPal account profile to further configure how your payment buttons work and customize the buyer's checkout experience. For many of these settings, you can include an equivalent HTML variable to control the behavior of individual transactions. To use HTML variables, you'll need to be familiar with HTML programming.
These topics describe the checkout settings that interact with developer-written code:
- Customize the PayPal checkout page
- Tailor the checkout experience
- Calculate sales tax automatically
- Calculate shipping charges automatically
- Configure language encoding
Customize the PayPal checkout page
You can include your company logo on the PayPal checkout page. For detailed instructions, see Customize PayPal checkout pages in the Merchant setup and administration guide.
Tailor the checkout experience
In addition to cobranding the checkout pages, you can customize the buyer's checkout experience further using features that can be configured in your PayPal account profile settings. See Customize the checkout experience in the Merchant setup and administration guide for details on how to configure your PayPal account profile to do the following:
- Auto return the buyer to your website
- Provide your customer service number
- Obtain buyer telephone numbers
You can also use HTML variables to override some of the above-mentioned features for individual transactions. Using HTML variables to override PayPal account profile features is discussed in each of the following sections.
Auto return the buyer to your website
With Auto return for PayPal payments, buyers are not required to click a button to return to your website after they complete their payments with PayPal. Auto Return applies to all PayPal Payments Standards payment buttons, including Buy Now, Shopping Cart, Subscription, and Donate buttons.
Auto Return shortens the checkout flow and immediately brings your buyers back to your website upon payment completion. To set up Auto Return, you need to turn it on in your PayPal account profile and enter the return URL that will be used to redirect your buyers back to your site. For more information on how to enable this feature in your PayPal account, see Auto return in the Merchant setup and administration guide.
Subscriptions Password Management and Auto return
If you are using the Subscriptions Password Management feature, you must make sure that Auto return is disabled in order to display the PayPal-generated username and password to the subscriber.
Override the 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 stored in your PayPal account profile. 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:
1<INPUT TYPE="hidden" NAME="return" value="<The-Page-On-Your-Site-To-Which-Buyer-Returns>;">
Calculate sales tax automatically
With PayPal payment buttons (PayPal Payments Standard), you can have PayPal calculate sales tax (also called value-added tax or VAT) automatically. PayPal calculates sales taxes based on rates that you specify in your account profile.
You can set up the following types of tax rates:
- Domestic (U.S. only) tax rates by state or zip code.
- Canadian tax rates by province.
- International sales tax rates by country or jurisdiction.
For more information on setting up this feature in your PayPal account profile settings, see Automatic calculation of sales tax in the Merchant setup and administration guide.
Override sales tax calculations on individual transactions
Regardless of a buyer's location, you can override automatic tax calculation on an individual transaction or on individual items in a transaction if you are using the PayPal cart. For more information, see Setting tax on individual items and Setting the tax for the entire cart.
Calculate shipping charges automatically
Merchants who use PayPal payment buttons (PayPal Payments Standard) can take advantage of PayPal's automatic shipping charge calculation feature. PayPal calculates shipping charges based on rates that you specify in your account profile.
You can set up shipping rates in your PayPal account profile as follows:
- Domestic (U.S. only) shipping rates for regions defined by state or zip code.
- International shipping rates for regions defined by country or jurisdiction.
Within shipping regions, you can specify rates for different shipping methods, such as standard and express delivery.
To configure this feature in your PayPal account profile, see calculating shipping charges automatically in the Merchant setup and administration guide.
Override shipping calculation on individual transactions
Sometimes you want to set special shipping rates for certain items, such as especially heavy ones that cost more to ship, or services and digital downloads that do not require shipping.
To override your profile-based shipping rates:
- Make sure your shipping methods enable overrides of your shipping rates for individual transactions. For US merchants overrides are enabled for new shipping methods by default; whereas, for non-US merchants overrides are disabled by default.
- Set the special shipping rates for individual items or entire transactions with special HTML variables of Buy Now, Add to Cart, and View Cart buttons. For more information, see HTML Variables for individual items.
Configure language encoding
Websites that use PayPal in different parts of the world work with different languages and different character encoding schemes. PayPal refers collectively to these differences as language encoding. You can set the default language encoding for your checkout pages as well as for the data that you exchange with PayPal. See Configure language encoding in the Merchant setup and administrative guide for details.