Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 2.87 KB

File metadata and controls

41 lines (29 loc) · 2.87 KB

Capture

A captured payment.

Properties

Name Type Description Notes
status StatusEnum The status of the captured payment. [optional] [readonly]
statusDetails CaptureStatusDetails [optional]
id String The PayPal-generated ID for the captured payment. [optional] [readonly]
amount Money [optional]
invoiceId String The API caller-provided external invoice number for this order. Appears in both the payer's transaction history and the emails that the payer receives. [optional] [readonly]
customId String The API caller-provided external ID. Used to reconcile API caller-initiated transactions with PayPal transactions. Appears in transaction and settlement reports. [optional]
networkTransactionReference NetworkTransactionReference [optional]
sellerProtection SellerProtection [optional]
finalCapture Boolean Indicates whether you can make additional captures against the authorized payment. Set to `true` if you do not intend to capture additional payments against the authorization. Set to `false` if you intend to capture additional payments against the authorization. [optional] [readonly]
sellerReceivableBreakdown SellerReceivableBreakdown [optional]
disbursementMode DisbursementMode [optional]
links List<LinkDescription> An array of related HATEOAS links. [optional] [readonly]
processorResponse ProcessorResponse [optional]
createTime String The date and time, in Internet date and time format. Seconds are required while fractional seconds are optional.<blockquote><strong>Note:</strong> The regular expression provides guidance but does not reject all invalid dates.</blockquote> [optional]
updateTime String The date and time, in Internet date and time format. Seconds are required while fractional seconds are optional.<blockquote><strong>Note:</strong> The regular expression provides guidance but does not reject all invalid dates.</blockquote> [optional]

Enum: StatusEnum

Name Value
COMPLETED "COMPLETED"
DECLINED "DECLINED"
PARTIALLY_REFUNDED "PARTIALLY_REFUNDED"
PENDING "PENDING"
REFUNDED "REFUNDED"
FAILED "FAILED"