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
DoReauthorization
50 July 2006 Web Services API Reference
DoReauthorizationRequest
Request to use Authorization & Capture to reauthorize a transaction.
Fields
DoReauthorizationResponse
Response to DoReauthorizationRequest.
Fields
T
ABLE 4.9 DoReauthorizationRequest Fields
Element Description Data Type Allowable Values Required?
Authorization
ID
The value of a previously authorized transaction
identification number returned by a PayPal product.
NOTE: You can obtain a buyer’s transaction
number from the
TransactionID
element of the
PayerInfo structure
returned by
GetTransactionDetailsRespons
e
.
Character length and limits: 19 single-byte
characters maximum
xs:string
Any previously
authorized PayPal
transaction
identification
number.
Yes
Amount Amount to reauthorize.
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 (,).
cc:BasicAmount
Type
See description. Yes
T
ABLE 4.10 DoReauthorizationResponse Fields
Element Description Data Type Possible Values
Authorization
ID
A new authorization identification number.
Character length and limits: 19 single-byte
characters
xs:string
See description.