eBay Post-Order APIVersion 2.7.7
 

ret:MoneyMovementTypeEnum

This enumerated type lists the possible values that may be returned to indicate the type of monetary transaction that has occurred with a return request.

Type that uses ret:MoneyMovementTypeEnum:

Calls that use one or more values of ret:MoneyMovementTypeEnum:

Enumeration Values

Value Description
AUTO_REFUND This enumeration value indicates that the monetary transaction was an automatic refund to the buyer initiated by eBay.
BUYER_MASS_PAYOUT This enumeration value indicates that the monetary transaction was multiple credits from eBay to the buyer.
BUYER_PARTIAL_REFUND_AS_PAYOUT This enumeration value indicates that the monetary transaction was a partial refund to the buyer via the seller's available payout funds.
BUYER_PAYOUT This enumeration value indicates that the monetary transaction was a refund issued by eBay to the buyer.
BUYER_RECOUP This enumeration value indicates that the monetary transaction involved eBay recouping money from the buyer.
BUYER_REFUND_AS_PAYOUT This enumeration value indicates that the monetary transaction was a full refund to the buyer via the seller's available payout funds.
CHARGE_BUYER_FOR_REPLACEMENT This enumeration value indicates that the monetary transaction was a charge to the buyer for a replacement item.
CHARGE_BUYER_FOR_RETURN_SHIPPING This enumeration value indicates that the monetary transaction involved eBay billing the buyer for the return shipping label.
DONATION This enumeration value indicates that the monetary transaction involves a donation.
INVOICE_SELLER_FOR_RETURN_SHIPPING This enumeration value indicates that the monetary transaction involved eBay billing the seller to recoup the money that eBay used to pay for the buyer's return shipping costs.
LVT_IMMEDIATE_REFUND THIS VALUE IS DEPRECATED.
NON_PAYPAL_FULL_REFUND This enumeration value indicates that the monetary transaction was a full refund to the buyer.
NON_PAYPAL_PARTIAL_REFUND This enumeration value indicates that the monetary transaction was a partial refund to the buyer.
PAYPAL_PARTIAL_REFUND This enumeration value indicates that the monetary transaction was an immediate refund payout by the system.
PAYPAL_REFUND THIS VALUE IS DEPRECATED.
RECOUP_FROM_SELLER_T1 This enumeration value indicates that the monetary transaction involved eBay recouping money from the seller.
REFUND_FVF_ITEM_COST This enumeration value indicates that the monetary transaction involved eBay refunding the seller's Final Value Fee that was assessed against the sale price. The seller may get a Final Value Fee credit if the buyer returned the item for 'buyer remorse' reasons and not because there was anything wrong with the item.
REFUND_FVF_SHIPPING_COST This enumeration value indicates that the monetary transaction involved eBay refunding the seller's Final Value Fee that was assessed against the shipping cost. The seller may get a Final Value Fee credit if the buyer returned the item for 'buyer remorse' reasons and not because there was anything wrong with the item.
REFUND_IMPORT_TAX_FEE This enumeration value indicates that the monetary transaction was a refund of the import tax fee.
REFUND_PPF THIS VALUE IS DEPRECATED.
REFUND_PROMOTED_LISTING_FEE This enumeration value indicates that the monetary transaction involved eBay refunding the seller's Promoted Listing fee.
REFUND_SNAD_FVF This enumeration value indicates that the monetary transaction was a Final Value Fee credit to the seller for the sale price of the item. Typically, a seller will never get a Final Value Fee credit for a SNAD item, but the seller may get this credit if that seller is able to prove that the item was not a SNAD item.
REFUND_SNAD_FVF_SHIPPING This enumeration value indicates that the monetary transaction was a Final Value Fee credit to the seller for shipping costs. Typically, a seller will never get a Final Value Fee credit for a SNAD item, but the seller may get this credit if that seller is able to prove that the item was not a SNAD item.
REFUND_STATE_TAX This enumeration value indicates that the monetary transaction was a buyer refund of the state tax charged.
SELLER_PAYOUT This enumeration value indicates that the monetary transaction was a credit from eBay to the seller.
SELLER_VOLUNTARY_REFUND This enumeration value indicates that the monetary transaction involved the seller voluntarily giving the buyer a full refund for the item.
STORE_CREDIT THIS VALUE IS DEPRECATED. Store credits are no longer allowed as a refund type.
UNKNOWN This enumeration value indicates that the type of monetary transaction cannot be determined.
  * See the Enumeration Index to see exact use of each enumeration value in the API.