CancelActivityTypeEnum
The possible events or actions that may occur during the life of an order cancellation request.
Type that uses CancelActivityTypeEnum:
Call that uses one or more values of CancelActivityTypeEnum:
Enumeration Values
Value | Description |
BUYER_CONFIRM_REFUND | Confirmation that the buyer has received the refund. |
BUYER_CREATE_CANCEL | Buyer created a cancellation request. |
SELLER_APPROVE | The seller approved the buyer's request to cancel the order. |
SELLER_CREATE_CANCEL | The order was canceled by the seller. |
SELLER_REJECT | The seller rejected the buyer's request to cancel the order. |
SYSTEM_CHARGEBACK_OPENED | The system opened a credit card chargeback on the transaction. |
SYSTEM_CREATE_CANCEL | The system created the cancellation before the order was shipped by the seller. |
SYSTEM_NOTIFY_PAYOUT_STATUS | Status update was received by the system on the payout on the cancellation.--> |
SYSTEM_NOTIFY_REFUND_STATUS | The system notified either the buyer or the seller on the status of the refund. |
SYSTEM_NOTIFYPP_REFUND | Indicates that PayPal has issued a refund. |
SYSTEM_PAYOUT | The refund was paid through a system transaction. |
SYSTEM_REFUND | A refund was initiated by system when the seller approved the buyer's request to cancel the order. |
SYSTEM_REJECT | The system rejected the buyer's request to cancel the order because the order has shipped. |
SYSTEM_TIMEOUT_FOR_APPROVAL | The time allotted for the seller to approve the buyer's request to cancel the order has expired. |
SYSTEM_TIMEOUT_FOR_CONFIRMATION | The time allotted for the buyer to confirm they have received a refund has expired. |
SYSTEM_TIMEOUT_FOR_NOTIFY_PAYOUT_STATUS | The time allotted for the cancellation to get the system payout status timed out. |
SYSTEM_TIMEOUT_FOR_NOTIFY_REFUND_STATUS | The time allotted for the payment refund request to return to the system the cancel approve response timed out. |
UNKNOWN | The cancellation activity is unknown. |