2013

Table Of Contents
SOAP API Developer Reference February 01, 2013 129
ExpressCheckout API Operations
DoExpressCheckoutPayment API Operation
6
NOTE: Not all fields shown are available for use. Use only the fields described in the
documentation.
DoExpressCheckoutPayment Request Fields
Field Description
Token xs:string
(Required) The timestamped token value that was returned in the
SetExpressCheckout response and passed in the
GetExpressCheckoutDetails request.
Character length and limitations: 20 single-byte characters
PaymentAction
(deprecated)
ebl:PaymentActionCodeType
(Required) How you want to obtain payment. It is one of the following values:
Authorization – This payment is a basic authorization subject to settlement
with PayPal Authorization and Capture.
Order – This payment is an order authorization subject to settlement with PayPal
Authorization and Capture.
Sale – This is a final sale for which you are requesting payment.
NOTE: You cannot set this value to Sale in the SetExpressCheckout request and
then change this value to
Authorization in the
DoExpressCheckoutPayment request.
Character length and limitations: Up to 13 single-byte alphabetic characters
This field is deprecated. Use PaymentAction in PaymentDetailsType instead.