2006
Table Of Contents
- Authorization & Capture Integration Guide
- Preface
- Overview
- Basic Authorization & Capture on the PayPal Website
- Authorization & Capture API
- Order Authorizations Scenarios
- Best Practices
- Testing PayPal Authorization & Capture
- PayPal Authorization & Capture Statuses
- PayPal Authorization & Capture API Error Codes, Short Messages, and Long Messages
- IPN and PayPal Authorization & Capture
- Glossary
Authorization & Capture API
DoReauthorization
38 June 2006 Web Services API Reference
DoReauthorizationRequest
Request to use Authorization & Capture to reauthorize a transaction.
Fields
DoReauthorizationResponse
Response to DoReauthorizationRequest.
Fields
T
ABLE 3.11 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 3.12 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.