Integration Guide

Table Of Contents
HTML Variables for Website Payments Standard
HTML Variables for Individual Items
A
350 September 2008 Website Payments Standard Integration Guide
option_select
0
Optional For priced options, the value of the first option selection of the
on0 dropdown menu. The values must match exactly, as the next
sample code shows:
<option value="small">small - $10.00</option>
...
<input type="hidden" name="option_select0"
value="small">
z Optional for Buy Now and Add to Cart buttons
z Not used with Donate, Subscribe, or Buy Gift Certificate
buttons
64
option_amount
0
Optional For priced options, the amount that you want to charge for the
first option selection of the on0 dropdown menu. Use only
numeric values; the currency is taken from the currency_code
variable. For example:
<option value="small">small - $10.00
...
<input type="hidden" name="option_amount0"</option>
value="10.00">
z Optional for Buy Now and Add to Cart buttons
z Not used with Donate, Subscribe, or Buy Gift Certificate
buttons
64
option_select
1
Optional For priced options, the value of the second option selection of the
on0 dropdown menu. For example:
...
<option value="medium">small - $10.00</option>
...
<input type="hidden" name="option_select"
value="medium">
You can specify a maximum of ten option selections by
incrementing the option selection index (option_select0
through option_select9).
N OTE: A corresponding option selection in os0 must also be
set.
z Optional for Buy Now and Add to Cart buttons
z Not used with Donate, Subscribe, or Buy Gift Certificate
buttons
64
T
ABLE A.3 HTML VariablesItem Information
Name
Required
or
Optional Description
Character
Length