eBay Post-Order APIVersion 2.7.7
 

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:

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.
  * See the Enumeration Index to see exact use of each enumeration value in the API.