Integration Guide

Table Of Contents
Single-Item Payments – Buy Now Buttons
Sample URL Code for a Buy Now Email Payment Link
1
62 June 2012 PayPal Payments Standard Integration Guide
<!-- Prompt buyers to enter their desired quantities. -->
<input type="hidden" name="undefined_quantity" value="1">
<!-- Display the payment button. -->
<input type="image" name="submit" border="0"
src="https://www.paypal.com/en_US/i/btn/btn_buynow_LG.gif"
alt="PayPal - The safer, easier way to pay online">
<img alt="" border="0" width="1" height="1"
src="https://www.paypal.com/en_US/i/scr/pixel.gif" >
</form>
Sample URL Code for a Buy Now Email Payment Link
You can write your own URL code for Buy Now email payment links.
Use the same variables and values that you include in HTML code for Buy Now buttons in
Buy Now email payment links. Use ampersands (&) to separate the variables and their values
from each other. Do not enclose values in quotation marks. Use plus signs (+) in place of
spaces within values.
NOTE: You cannot include variables for product options in email payment links.
Use the following sample URL as a starting point for your own URL for Buy Now email
payment links.The value for the business variable must match a confirmed email address in
your PayPal account. You can change the values for other variables in the sample URL, with
the exception of _xclick.
Sample URL for a Buy Now Email Payment Link
https://www.paypal.com/cgi-
bin/webscr?cmd=_xclick&business=herschelgomez@xyzzyu.com&item_name=Hot
Sauce-12+oz.+Bottle&item_number=12345&amount=5%2e95&currency_code=USD
Creating Buy Now Buttons with JavaScript Disabled
The button creation tool on the PayPal website requires JavaScript. If JavaScript is disabled in
your browser, PayPal offers you an alternative tool that does not require JavaScript.
“Getting Started with Buy Now Buttons with JavaScript Disabled” on page 63
“Creating Advanced Buy Now Buttons With JavaScript Disabled” on page 64
“Limitations When Creating Buy Now Buttons With JavaScript Disabled” on page 73
“Enabling JavaScript in Your Browser” on page 73