Study Guide

Table Of Contents
PayPal Certified Developer Program Study Guide March 2008 89
Transactions
Authorization & Capture APIs
8
DoCapture Response
A DoCapture response contains the results of a capture of authorized funds.
CURRENCYCODE A three-character currency code for one of the PayPal-supported
transactional currencies.
Default value: USD
No
COMPLETETYPE The value Complete indicates this is the last capture to make.
The value NotComplete indicates there will be additional captures.
NOTE: If Complete, any remaining amount of the original authorized
transaction is automatically voided, and all remaining open
authorizations are voided.
Character length and limits: 12 single-byte alphanumeric characters.
Yes
INVNUM The invoice number or other identification number that is displayed to the
merchant and customer in the customer’s transaction history.
NOTE: This value in DoCaptureRequest will overwrite a value
previously set on DoAuthorizationRequest.
NOTE: The value is recorded only if the authorization being captured is
an order authorization, not a basic authorization.
Character length and limits: 127 single-byte alphanumeric characters.
No
NOTE An informational note about this settlement that is displayed to the
customer in email and in the customers transactional history.
Character length and limits: 255 single-byte characters.
No
T
ABLE 8.2 DoCapture Response Fields
Field Description
AUTHORIZATIONID The authorization identification number specified in the request.
Character length and limits: 19 single-byte characters maximum.
TRANSACTIONID Unique transaction ID of the payment.
Character length and limitations: 17 single-byte characteristics
T
ABLE 8.1 DoCapture Request Parameters (Continued)
Parameter Description Required?