2012

Table Of Contents
What’s New in Version 66
290 August 2012 Name-Value Pair API Developer Guide
L_PAYMENTREQUEST_n_NAME
m
L_NAME
n (deprecated)
Item name. For digital goods, this field is required.
You can specify up to 10 payments, where
n is a digit between 0 and 9,
inclusive, and
m specifies the list item within the payment. These parameters
must be ordered sequentially beginning with 0 (for example
L_PAYMENTREQUEST_
n_NAME0, L_PAYMENTREQUEST_n_NAME1).
Character length and limitations: 127 single-byte characters
L_NAME
n is deprecated since version 63.0. Use
L_PAYMENTREQUEST_0_NAME
m instead.
L_PAYMENTREQUEST_
n_DESC
m
L_DESC
n (deprecated)
Item description. For digital goods, this field is required.
You can specify up to 10 payments, where
n is a digit between 0 and 9,
inclusive, and
m specifies the list item within the payment. These parameters
must be ordered sequentially beginning with 0 (for example
L_PAYMENTREQUEST_
n_DESC0, L_PAYMENTREQUEST_n_DESC1).
Character length and limitations: 127 single-byte characters
L_DESC
n is deprecated since version 63.0. Use
L_PAYMENTREQUEST_0_DESC
m instead.
L_PAYMENTREQUEST_
n_AMTm
L_AMTn (deprecated)
Cost of item. For digital goods, this field is required.
You can specify up to 10 payments, where n is a digit between 0 and 9,
inclusive, and
m specifies the list item within the payment. These parameters
must be ordered sequentially beginning with 0 (for example
L_PAYMENTREQUEST_
n_AMT0, L_PAYMENTREQUEST_n_AMT1).
NOTE: If you specify a value for L_PAYMENTREQUEST_n_AMTm, you must
specify a value for PAYMENTREQUEST_
n_ITEMAMT.
Character length and limitations: Must not exceed $10,000 USD in any
currency. No currency symbol. Regardless of currency, decimal separator must
be a period (.), and the optional thousands separator must be a comma (,).
Equivalent to nine characters maximum for USD.
L_AMT
n is deprecated since version 63.0. Use L_PAYMENTREQUEST_0_AMTm
instead.
L_PAYMENTREQUEST_
n_QTYm
L_QTYn (deprecated)
Item quantity. For digital goods, this field is required.
You can specify up to 10 payments, where n is a digit between 0 and 9,
inclusive, and
m specifies the list item within the payment. These parameters
must be ordered sequentially beginning with 0 (for example
L_PAYMENTREQUEST_
n_QTY0, L_PAYMENTREQUEST_n_QTY1).
Character length and limitations: Any positive integer
L_QTY
n is deprecated since version 63.0. Use L_PAYMENTREQUEST_0_QTYm
instead.
Field Description