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
Web Services API Reference July 2006 47
Authorization & Capture API
DoVoid
DoVoid
DoVoidRequest voids an order or an authorization.
IMPORTANT:The AuthorizationID value on DoVoidRequest must be the original
authorization identification number, not the value of AuthorizationID
returned by DoReauthorizationResponse.
By definition, when the authorization period expires, the authorization or reauthorization of a
transaction is implicitly voided.
NOTE: DoVoidRequest is for use with both basic and order authorizations.
Diagram of DoVoid Types
The following diagram represents the composition of the DoVoidRequestType and
DoVoidResponseType elements. Elements required in the request are marked with an
asterisk.
FIGURE 4.3 DoVoid Types