Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 2.66 KB

File metadata and controls

38 lines (26 loc) · 2.66 KB

Authorization

The authorized payment transaction.

Properties

Name Type Description Notes
status StatusEnum The status for the authorized payment. [optional] [readonly]
statusDetails AuthorizationStatusDetails [optional]
id String The PayPal-generated ID for the authorized 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]
expirationTime 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]
links List<LinkDescription> An array of related HATEOAS links. [optional] [readonly]
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
CREATED "CREATED"
CAPTURED "CAPTURED"
DENIED "DENIED"
PARTIALLY_CAPTURED "PARTIALLY_CAPTURED"
VOIDED "VOIDED"
PENDING "PENDING"