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
DoVoid
48 July 2006 Web Services API Reference
DoVoidRequest
Request to void a prior authorization.
Fields
DoVoidResponse
Response to DoVoidRequest.
Fields
T
ABLE 4.7 DoVoidRequest Fields
Element Description Data Type Allowable Values Required?
AuthorizationI
D
The value of the original authorization
identification number returned by a PayPal product.
IMPORTANT: If you are voiding a transaction that
has been reauthorized, use the ID
from the original authorization, and
not the reauthorization.
Character length and limits: 19 single-byte
characters
xs:string
See description. Yes
Note An informational note about this settlement that is
displayed to the payer in email and in his transaction
history.
Character length and limits: 255 single-byte
characters
xs:string
See description. No
T
ABLE 4.8 DoVoidResponse 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
xs:string
See description.