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 55
NVP API Method and Field Reference
GetTransactionDetails
EMAIL Email address of payer
Character length and limitations: 127 single-byte characters
PAYERID Unique customer ID.
Character length and limitations: 13 single-byte alphanumeric characters.
PAYERSTATUS Status of payer’s email address:
Verified
Unverified
FIRSTNAME Payer’s first name
Character length and limitations: 25 single-byte characters
LASTNAME Payer’s last name
Character length and limitations: 25 single-byte characters
MIDDLENAME Payer’s middle name
Character length and limitations: 25 single-byte characters
PAYERBUSINESS Payer’s business name.
Character length and limitations: 127 single-byte characters
SHIPTOCOUNTRYCODE Payment sender’s country of residence using standard two-character ISO 3166
country codes.
Character length and limitations: Two single-byte characters
For the list of country codes, see
Appendix F, “Country Codes.”
SALUTATION Payer’s salutation
Character length and limitations: 20 single-byte characters
SUFFIX Payer’s suffix
Character length and limitations: 12 single-byte characters
ADDRESSOWNER eBay company that maintains this address
ADDRESSSTATUS Status of the address on file with PayPal:
None
Confirmed
Unconfirmed
SHIPTOCITY Name of city.
Character length and limitations: 120 single-byte alphanumeric characters
SHIPTONAME Person’s name associated with this address.
Character length and limitations: 32 single-byte alphanumeric characters
SHIPTOPHONENUM Phone number associated with this address
SHIPTOZIP Postal code
T
ABLE A.15 GetTransactionDetails Response Fields (Continued)
Parameter Description