2007
Table Of Contents
- Name-Value Pair API Reference for Germany
- Preface
- Overview
- Accepting PayPal in Express Checkout
- Basic Checkout with PayPal
- Support giropay and electronic funds transfer
- Controlling the Shipping Address Using SetExpressCheckout
- Changing the Language on the PayPal Login Page Using SetExpressCheckout
- Changing the Logo on the PayPal Pages Using SetExpressCheckout
- Form-Filling Your Payment Review Page Using GetExpressCheckoutDetails
- Making a Sale Using DoExpressCheckoutPayment
- Changing the URL for IPN Using DoExpressCheckoutPayment
- Including Line Item Details Using DoExpressCheckoutPayment
- Including Subtotals Using DoExpressCheckoutPayment
- Updating Order Details Using DoExpressCheckoutPayment
- Updating the Shipping Address Using DoExpressCheckoutPayment
- Back-Office Administration
- NVP API Method and Field Reference
- Error Message Reference
- NVP API Web Samples
- The Java SDK
- The ASP.NET SDK
- Country Codes
- Index
Name-Value Pair API Developer Guide and Reference April 2007 61
NVP API Method and Field Reference
Mass Payment
L_UNIQUEIDn Transaction-specific identification number for tracking in an accounting
system.
Character length and limitations: 30 single-byte characters. No whitespace
allowed.
These parameters should be ordered sequentially beginning
with 0, for example, L_UNIQUEID0, L_UNIQUEID1, and so
forth.
No
L_NOTE
n Custom note for each recipient.
Character length and limitations: 4,000 single-byte alphanumeric characters
These parameters should be ordered sequentially beginning
with 0, for example, L_NOTE0, L_NOTE1, and so forth.
No
EMAILSUBJECT The subject line of the email that PayPal sends when the transaction is
completed. The subject line is the same for all recipients.
Character length and limitations: 255 single-byte alphanumeric characters
No
T
ABLE A.17 MassPay Response Fields
The fields in the response are the standard response header fields. See [successResponseHeader].
T
ABLE A.16 MassPay Parameters (Continued)
Parameter Description
Require
d?