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:
/post-order/v2/cancellation/{cancelId} GET, /post-order/v2/casemanagement/{caseId} GET, /post-order/v2/inquiry/{inquiryId} GET, /post-order/v2/return POST, /post-order/v2/return/{returnId} GET
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. |