DoCapture API Operation (SOAP)
APILegacyLast updated: October 12th 2021, @ 6:58:00 pm
Captures an authorized payment. (More about authorization and capture)
DoCapture Request Message
DoCapture Request Fields
Field | Description |
---|
AuthorizationID
| xs:string
(Required) Authorization identification number of the payment you want to capture. This is the transaction ID returned from DoExpressCheckoutPayment , DoDirectPayment , or CheckOut . For point-of-sale transactions, this is the transaction ID returned by the CheckOut call when the payment action is Authorization . Character length and limitations: 19 single-byte characters maximum |
Amount
| ebl:BasicAmountType
(Required) Amount to capture. Note: You must set the currencyID attribute to one of the three-character currency codes for any of the supported PayPal currencies. Character length and limitations:`partial:partials/docs/shared/cl_currencylimit.en-XC` |
CompleteType
| ebl:CompleteCodeType
(Required) Indicates whether or not this is your last capture. Value is: Note: If Complete , any remaining amount of the original authorized transaction is automatically voided and all remaining open authorizations are voided. |
InvoiceID
| xs:string
(Optional) Your invoice number or other identification number that is displayed to you and to the buyer in their transaction history. The value is recorded only if the authorization you are capturing is an Express Checkout order authorization. Note: PayPal recommends using the InvoiceID field to associate transactions with your internal tracking IDs or invoice numbers. Populating the invoice ID field will help you pull transaction information at a later date using only your internal ID. Important: This value on DoCapture overwrites a value previously set on DoAuthorization . Character length and limitations: 127 single-byte alphanumeric characters |
Note
| xs:string
(Optional) An informational note about this settlement that is displayed to the buyer in email and in their transaction history. Character length and limitations: 255 single-byte characters |
SoftDescriptor
| xs:string `partial:partials/docs/shared/cl_softdescriptor_pp_only.en-XC` |
MerchantStoreDetails
| ns:MerchantStoreDetailsType
(Optional) Information about the merchant store. This field is available since version 82.0. |
MsgSubId
| xs:string
(Optional) A message ID used for idempotence to uniquely identify a message. This ID can later be used to request the latest results for a previous request without generating a new request. Examples of this include requests due to timeouts or errors during the original request. Character length and limitations: string of up to 38 single-byte characters. This field is available since version 92.0. |
MerchantStoreDetailsType Fields
Field | Description |
---|
StoreID
| xs:string
Identifier of the merchant store at which the refund is given. This field is required for point-of-sale transactions. Character length and limitations: 50 single-byte characters This field is available since version 82.0. |
TerminalID
| xs:string
(Optional) ID of the terminal. Character length and limitations: 50 single-byte characters This field is available since version 82.0. |
DoCapture Response Message
Note: If you use version 56.0 or later of the DoCapture
API, only the authorization ID, transaction ID, transaction type, payment date, gross amount, and payment status are guaranteed to be returned. If you need the values of other fields and they are not returned, you can obtain their values later by calling GetTransactionDetails
or by using the reporting mechanism. Not applicable to point of sale transactions.
DoCapture Response Fields
Field | Description |
---|
AuthorizationID | xs:string
Authorization identification number you specified in the request. Character length and limits: 19 single-byte characters maximum |
PaymentInfo
| ebl:PaymentInfoType
Information about the payment. |
MsgSubId
| xs:string
(Optional) A message ID used for idempotence to uniquely identify a message. This ID can later be used to request the latest results for a previous request without generating a new request. Examples of this include requests due to timeouts or errors during the original request. Character length and limitations: string of up to 38 single-byte characters. This field is available since version 92.0. |
PaymentInfoType Fields
Field | Description |
---|
TransactionID
| xs:string
Unique transaction ID of the payment. `partial:partials/docs/shared/cl_transactionid.en-XC` |
ParentTransactionID
| xs:string
Parent or related transaction identification number. This field is populated for the following transaction types: Reversal. Capture of an authorized transaction. Reversal. Reauthorization of a transaction. Capture of an order. The value of ParentTransactionID is the original OrderID . Authorization of an order. The value of ParentTransactionID is the original OrderID . Capture of an order authorization. Void of an order. The value of ParentTransactionID is the original OrderID . `partial:partials/docs/shared/cl_transactionid.en-XC`Only authorization of an order and capture of an order authorization apply to point-of-sale transactions. |
PaymentType
| ebl:PaymentCodeType
Indicates whether the payment is instant or delayed. Value is: Character length and limitations: 7 single-byte characters |
PaymentDate
| xs:dateTime
Date/time stamp of the payment. Character length and limitations: `partial:partials/docs/shared/cl_utcgmtdate_res.en-XC` |
GrossAmount
| ebl:BasicAmountType
The final amount charged, including any shipping and taxes from your Merchant Profile. Shipping and taxes do not apply to point-of-sale transactions. Character length and limitations: `partial:partials/docs/shared/cl_currencylimit.en-XC` |
FeeAmount
| ebl:BasicAmountType
PayPal fee amount charged for the transaction. Character length and limitations: `partial:partials/docs/shared/cl_currencylimit.en-XC` |
SettleAmount
| ebl:BasicAmountType
Amount deposited in your PayPal account after a currency conversion. Character length and limitations: `partial:partials/docs/shared/cl_currencylimit.en-XC` |
SettlementFeeAmount
| cc:BasicAmountType
Transaction fee associated with the payment, in the settlement currency. Applicable only for use cases where the PayPal fee is charged in the settlement currency. Example: CNY . This field is available since version 216. |
ExchangeRate
| xs:string
Exchange rate if a currency conversion occurred. Relevant only if your are billing in their non-primary currency. If the customer chooses to pay with a currency other than the non-primary currency, the conversion occurs in the buyer's account. Character length and limitations: A decimal that does not exceed 17 characters, including decimal point |
PaymentStatus
| ebl:PendingStatusCodeType
Status of the payment. Value is: Note: In a successful DoCapture response for a point-of-sale authorization, the only value value is Completed . None — No status
Canceled-Reversal — This means a reversal has been canceled. For example, you won a dispute with the customer, and the funds for the transaction that was reversed have been returned to you.
Completed — The payment has been completed, and the funds have been added successfully to your account balance. This is the only value status for point-of-sale transactions.
Denied — You denied the payment. This happens only if the payment was previously pending because of possible reasons described for the PendingReason element.
Expired — The authorization period for this payment has been reached.
Failed — The payment has failed. This happens only if the payment was made from your customer's bank account.
Pending — The payment is pending. See the PendingReason field for more information.
Refunded — You refunded the payment.
Reversed — A payment was reversed due to a chargeback or other type of reversal. The funds have been removed from your account balance and returned to the buyer. The reason for the reversal is specified in the ReasonCode element.
Processed — A payment has been accepted.
Voided — An authorization for this transaction has been voided.
|
PendingReason
| ebl:PendingStatusCodeType
Note: PendingReason is returned in the response only if PaymentStatus is Pending . This field does not apply to capturing point-of-sale authorizations, which do not create pending payments. Reason the payment is pending. Value is: none : — No pending reason.
address — The payment is pending because your customer did not include a confirmed shipping address and your Payment Receiving Preferences is set such that you want to manually accept or deny each of these payments. To change your preference, go to the Preferences section of your Profile .
echeck — The payment is pending because it was made by an eCheck that has not yet cleared.
intl —The payment is pending because you hold a non-U.S. account and do not have a withdrawal mechanism. You must manually accept or deny this payment from your Account Overview .
multi-currency — You do not have a balance in the currency sent, and you do not have your Payment Receiving Preferences set to automatically convert and accept this payment. You must manually accept or deny this payment.
regulatoryreview - The payment is pending while we make sure it meets regulatory requirements. You will be contacted again in 24-72 hours with the outcome of the review. verify — The payment is pending because you are not yet verified. You must verify your account before you can accept this payment.
other — The payment is pending for a reason other than those listed above. For more information, contact PayPal Customer Service.
|
InstrumentDetails | ns:InstrumentDetailsType
Type of the payment instrument. |
ProtectionEligibility
| xs:string
Prior to version 64.4, the kind of seller protection in force for the transaction. Value is: Eligible — Merchant is protected by PayPal's Seller Protection Policy for Unauthorized Payment and Item Not Received.
PartiallyEligible — Merchant is protected by PayPal's Seller Protection Policy for Item Not Received.
Ineligible — Merchant is not protected under the Seller Protection Policy.
|
ProtectionEligibilityType
| xs:string `partial:partials/docs/shared/cl_protectioneligibilitytype.en-XC` |
InstrumentDetailsType Fields
Field | Description |
---|
InstrumentCategory
| xs:string
This field holds the category of the instrument only when it is promotional. Value is: 1 represents PayPal Credit 2 represents PLCC (Private Label Credit Card) / Co-branded payment cards. |
InstrumentID
| xs:string
This field holds an instrument ID (issued by the external party) corresponding to the funding source used in the payment. |
Deprecated Fields
The following fields are deprecated. Replacement fields are noted when available.
Deprecated PaymentInfoType Fields
Deprecated field | Replacement field | Since Version/Date |
---|
ReceiptID
| (No replacement.) xs:string
Receipt identification number. Character length and limitations: 16 digits Empty for point-of-sale transactions. | April 2019 |
TaxAmount
| (No replacement.) ebl:BasicAmountType
Tax charged on the transaction. Character length and limitations: `partial:partials/docs/shared/cl_currencylimit.en-XC` | April 2019 |
TransactionType
| (No replacement.) ns:PaymentTransactionCodeType
The type of transaction. Value is: Character length and limitations:15 single-byte characters | April 2019 |