Reference Manual
Table Of Contents
- Web Services API Reference
- Preface
- Overview of the PayPal Web Services API
- PayPal Web Services API Architecture
- Core eBL Request/Response Structures
- Authorization & Capture API
- Direct Payment API
- Express Checkout API
- GetTransactionDetails API
- MassPay API
- RefundTransaction API
- TransactionSearch API
- Error Codes and Messages for All PayPal APIs
- Country Codes
- Index
Express Checkout API
GetExpressCheckoutDetails
74 July 2006 Web Services API Reference
GetExpressCheckoutDetailsRequest
Obtain details about a payment to be processed by PayPal Express Checkout.
Fields
GetExpressCheckoutDetailsResponse
Response to GetExpressCheckoutDetailsRequest.
Fields
T
ABLE 6.4 GetExpressCheckoutDetailsRequest Fields
Element Description Data Type
Allowable
Values
Required
?
Token
A timestamped token, the value of which was
returned by
SetExpressCheckoutResponse.
Character length and limitations: 20 single-byte
characters
xs:string
An unexpired token Yes
T
ABLE 6.5 GetExpressCheckoutDetailsResponse Fields
Element Description Data Type Possible Values
Token
The timestamped token value that was returned by
SetExpressCheckoutResponse and passed
on
GetExpressCheckoutDetailsRequest.
Character length and limitations: 20 single-byte
characters
xs:string
See the description
of
“Token” on
page 72
.
PayerInfo
Information about the payer. ebl:PayerInfoType See Table 6.6 on
page 75.
Custom
A free-form field for your own use, as set by you in
the
Custom element of
SetExpressCheckoutRequest.
Character length and limitations: 256 single-byte
alphanumeric characters
xs:string
See description.
InvoiceID
Your own invoice or tracking number, as set by you
in the
InvoiceID element of
SetExpressCheckoutRequest.
Character length and limitations: 127 single-byte
alphanumeric characters
xs:string
See description.