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
DoExpressCheckoutPayment
80 July 2006 Web Services API Reference
PaymentDetails
Information about the payment ebl:PaymentDetails
Type
See Table 6.10 on
page 80.
Yes
T
ABLE 6.10 Request: PaymentDetailsType Fields
Element Description Data Type
Allowable
Values
Required
?
OrderTotal
Total of order, including shipping, handling, and
tax.
NOTE: You must set the currencyID attribute to
one of the three-character currency codes
for any of the supported PayPal currencies.
Character length and limitations: Must not exceed
$10,000 USD in any currency. No currency
symbol. Regardless of currency, decimal separator
must be a period (.), and the thousands separator
must be a comma (,). Equivalent to nine characters
maximum for USD.
ebl:BasicAmount
Type
See description. Yes
ItemTotal
Sum of cost of all items in this order.
Limitations: Must not exceed $10,000 USD in any
currency. No currency symbol. Decimal separator
must be a period (.), and the thousands separator
must be a comma (,).
ebl:BasicAmount
Type
See description. No
Shipping
Total
Total shipping costs for this order.
NOTE: You must set the currencyID attribute to
one of the three-character currency codes
for any of the supported PayPal currencies.
Character length and limitations: Must not exceed
$10,000 USD in any currency. No currency
symbol. Regardless of currency, decimal separator
must be a period (.), and the thousands separator
must be a comma (,). Equivalent to nine characters
maximum for USD.
ebl:BasicAmount
Type
See description. No
T
ABLE 6.9 DoExpressCheckoutPaymentRequest Fields
Element Description Data Type
Allowable
Values
Required
?