eBay Post-Order APIVersion 2.7.7
 

FundingStatusEnum

This enumerated type is used to indicate if eBay was able to successfully 'fund' a refund to the buyer using the seller's preferred method of payment for refunds.

Types that use FundingStatusEnum:

Calls that use one or more values of FundingStatusEnum:

Enumeration Values

Value Description
FAILED This enumeration value indicates that the refund was not successfully funded, which can mean there were insufficient funds in the account, or that the transaction failed for another reason.
FUNDED This enumeration value indicates that the buyer refund was successfully funded.
  * See the Enumeration Index to see exact use of each enumeration value in the API.