PayPalPaymentStatusEnum EnumerationKentico 8.0 API Reference
PayPal payment status.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.0.0.0 (8.0.5239.26125)
Members

  Member nameValueDescription
Unknown0 Payment status is not known.
Completed1 Payment has been completed, and the funds have been added successfully to merchant's account balance.
CanceledReversal2 A reversal has been canceled. For example, merchant won a dispute with the customer, and the funds for the transaction that was reversed have been returned to merchant.
Denied3 When merchant denied the payment. This happens only if the payment was previously pending.
Expired4 This authorization has expired and cannot be captured.
Failed5 The payment has failed. This happens only if the payment was made from merchant customer's bank account.
InProgress6 The transaction is in process of authorization and capture.
Pending7 The payment is pending.
Processed8 The payment has been accepted.
Refunded9 The payment was refunded.
Reversed10 The payment was reversed due to a chargeback or other type of reversal. The funds have been removed from merchant's account balance and returned to the buyer.
Voided11 This authorization has been voided.
See Also