RefundStatusEnum
This enumeration type contains the possible outcomes of a refund action initiated through the POST /post-order/v2/inquiry/{inquiryId}/issue_refund or POST /post-order/v2/casemanagement/{caseId}/issue_refund methods.
Type that uses RefundStatusEnum:
Calls that use one or more values of RefundStatusEnum:
/post-order/v2/casemanagement/{caseId}/issue_refund POST, /post-order/v2/inquiry/{inquiryId}/issue_refund POST
Enumeration Values
Value | Description |
FAILED | This enumeration value indicates that the refund to the buyer failed. |
OTHER | This enumeration value indicates that the refund status cannot be determined by eBay. |
PENDING | This enumeration value indicates that the buyer refund is in the pending state. |
SUCCESS | This enumeration value indicates that the refund to the buyer was successful. |