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
Authorization & Capture API
DoCapture
42 July 2006 Web Services API Reference
DoCaptureResponse
Response to DoCaptureRequest.
Fields
T
ABLE 4.3 DoCaptureResponse Fields
Element Description Data Type Possible Values
Authorization
ID
The authorization identification number you
specified in the request.
Character length and limits: 19 single-byte
characters maximum
xs:string
See description.
PaymentInfo
Information about the payment. ebl:PaymentInfo
Type
See Table 4.4 on
page 42.
T
ABLE 4.4 Response: PaymentInfoType Elements
Element Description Data Type Possible Values
TransactionID
Unique transaction ID of the payment.
Character length and limitations: 17 single-byte
characters
xs:string
Transaction-
specific
Transaction
Type
The type of transaction
Character length and limitations: 15 single-byte
characters
ns:Payment
TransactionCode
Type
cart
express-checkout
PaymentType
Indicates whether the payment is instant or delayed.
Character length and limitations: Seven single-byte
characters
ebl:PaymentCode
Type
xs:string
none
echeck
instant
PaymentDate Time/date stamp of payment
xs:dateTime
Transaction-
specific
GrossAmount The final amount charged, including any shipping
and taxes form your Merchant Profile.
ebl:BasicAmountTyp
e
Transaction-
specific
FeeAmount PayPal fee amount charged for the transaction
ebl:BasicAmountTyp
e
Transaction-
specific
SettleAmount Amount deposited in your PayPal account after a
currency conversion.
ebl:BasicAmountTyp
e
Transaction-
specific