RefundStatusType ( token )

Enumeration type that indicates the success or failure of a full refund being issued by the seller through the issueFullRefund call.

Types that use RefundStatusType:

Enumeration Values

Value Description Which calls use this value *
AGREED This value is always returned if the refund is not being handled in the PayPal system. Non-PayPal transactions cannot be tracked by eBay. If AGREED is returned, the refundDate field is also returned. The refundDate gives the buyer an approximate date of the actual refund transaction. issueFullRefund
FAILED Indicates that the full refund to the buyer through PayPal was unsuccessful. This does not indicate that the call request failed. If FAILED is returned, it is recommended that the seller make a subsequent call at a later time. issueFullRefund
SUCCESS Indicates a successful full refund to the buyer through PayPal. issueFullRefund
  * See the Enumeration Index to see exact use of each enumeration value in the API.

Copyright © 2010–2012 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developer Network and API License Agreement.