Integration Guide

Table Of Contents
Single-Item Payments – Buy Now Buttons
Sample HTML Code for Buy Now Buttons
1
58 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>
The sample code above produces the following result during checkout.
Use this feature cautiously, because buyers could specify quantities greater than you could
fulfill.
If you save your button in your PayPal account and you set up inventory tracking for your item
in “Step 2 – Tracking Inventory With Your Buy Now Button” on page 44, PayPal can help
prevent buyers from purchasing more items than you can fulfill.
For more information, see “Prompting for Item Quantities With Buy Now Buttons” on
page 36.