Developers Program

Final Value Fee Credit

Published: March 10 2009, 11:33:00 AMยทUpdated: August 08 2022, 2:07:11 PM

Products

Question

Can I receive FinalValueFee credit if the buyer never pays for my item? What API call will reflect the fee credit?

Answer

In the situation where the buyer never pays for an item, the seller may receive final value fee (FVF) credit. The process for getting this credit is documented here.

You can use GetAccount to get the FVF that was credited back. The AccountEntries.AccountEntry.AccountDetailsEntryType field will specify the type of fee. The value of CreditFinalValue will indicate that the entry represents a credit issued by eBay for the Final Value Fee a result of an Unpaid Item dispute, under some circumstances.

The AccountEntries.AccountEntry.NetDetailAmount field will indicate the value of the fee. For credit the value will be negative.

Note that if you request a FVF Credit, the value of Transaction.FinalValueFee returned by GetSellerTransactions will not change for the item even if a credit is issued.

How well did this answer your question?