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
NVP API Method and Field Reference
Mass Payment
60 April 2007 Name-Value Pair API Developer Guide and Reference
Mass Payment
RECURRING Indicates whether regular rate recurs.
1 = Yes
PERIOD The period of time that the subscriber will be charged.
Character length and limitations: no limit
BUYERID Customer’s auction ID
CLOSINGDATE Auction’s close date
MULTIITEM Counter used for multi-item auction payments
T
ABLE A.16 MassPay Parameters
Parameter Description
Require
d?
METHOD Name of the API: MassPay Yes
RECEIVERTYPE Indicates how you identify the recipients of payments in all the individual
mass payment items: either by EmailAddress (L_EMAIL
n in the individual
item) or by UserID (L_RECEIVERID_
n in the individual item).
Yes
L_AMT
n Payment amount. Yes
CURRENCYCODE A three-character currency code for one of the currencies listed in PayPay-
Supported Transactional Currencies. Default: USD.
Yes
L_EMAIL
n Email address of recipient.
N OTE: You must specify either L_EMAILn or L_RECEIVERIDn, but you
must not mix them. Use only one or the other, but not both, in a single
request.
Character length and limitations: 127 single-byte characters maximum.
These parameters should be ordered sequentially beginning
with 0, for example, L_EMAIL0, L_EMAIL1, and so forth.
Depends
on
RECEIVE
RTYPE
L_RECEIVERID
n Unique PayPal customer account number. This value corresponds to the
value of PAYERID returned by GetTransactionDetails.
These parameters should be ordered sequentially beginning
with 0, for example, L_RECEIVERID0, L_RECEIVERID1, and
so forth.
Depends
on
RECEIVE
RTYPE
T
ABLE A.15 GetTransactionDetails Response Fields (Continued)
Parameter Description