Study Guide
Table Of Contents
- PayPal Certified Developer Program Study Guide
- Contents
- List of Tables
- Online Payment Processing
- Internet Security and Fraud Prevention
- Why Every Business Should Be Concerned About Internet Fraud
- Liability for Internet Fraud
- Internet Fraud: What It Is and How It Happens
- Who Is at Risk for Online Fraud
- Reducing Exposure to Fraud
- What Banks and Card Associations Are Doing to Prevent Online Credit Card Fraud
- What PayPal Is Doing to Protect Your Business Against Fraud
- Disclosure and Compliance
- PayPal Fraud Protection Services
- Review Questions
- Getting Started With Account Setup
- API Credentials
- Name-Value Pair (NVP) API
- Express Checkout
- Direct Payment API
- Transactions
- Sandbox Testing
- Answers to Review Questions
- General Reference Information
- Glossary
- Index
PayPal Certified Developer Program Study Guide March 2008 67
Express Checkout
Express Checkout API Reference Information
6
SUFFIX Payer’s suffix.
Character length and limitations: 12 single-byte characters.
COUNTRYCODE Payer’s country of residence, in the form of ISO standard 3166 two-character country
codes.
Character length and limitations: 2 single-byte characters.
BUSINESS Payer’s business name.
Character length and limitations: 127 single-byte characters.
SHIPTONAME Person’s name associated with this address.
Character length and limitations: 32 single-byte characters.
SHIPTOSTREET First street address.
Character length and limitations: 100 single-byte characters.
SHIPTOSTREET2 Second street address.
Character length and limitations: 100 single-byte characters.
SHIPTOCITY Name of city.
Character length and limitations: 40 single-byte characters.
SHIPTOSTATE State or province.
Character length and limitations: 40 single-byte characters.
SHIPTOCOUNTRYCODE Country code.
Character length and limitations: 2 single-byte characters.
SHIPTOZIP US ZIP code or other country-specific postal code.
Character length and limitations: 20 single-byte characters.
ADDRESSSTATUS Status of street address on file with PayPal.
CUSTOM A free-form field for the developer’s own use, as set in the CUSTOM parameter of the
SetExpressCheckout request.
Character length and limitations: 256 single-byte characters.
INVNUM The merchant’s own invoice or tracking number, as set in the INVNUM parameter of
the SetExpressCheckout request.
Character length and limitations: 127 single-byte characters.
PHONENUM Payer’s contact telephone number.
PayPal returns a contact telephone number only if the Merchant account profile
settings require that the customer enter one.
Character length and limitations: Field mask is XXX-XXX-XXXX (for U.S. numbers)
or +XXX XXXXXXXX (for international numbers)
T
ABLE 6.5 GetExpressCheckoutDetails Response Fields (Continued)
Parameter Description