Skip to main content

This enumeration type lists the different possible states of a monetary transaction, including payouts to sellers, refunds to buyers, and credits to a seller's account.

Note: The enumerations COMPLETED and FAILED apply to monetary transactions with the transactionType of TRANSFER. They only apply to monetary transactions where eBay is billing the seller for reimbursement of a charge. An example of a transfer is a seller reimbursing eBay for a buyer refund.

Type that uses TransactionStatusEnum

Transaction

Call that uses TransactionStatusEnum

Enumerations

Value
Description
FUNDS_ON_HOLD
This enumeration value indicates that the funds for the monetary transaction are currently being held.
FUNDS_PROCESSING
This enumeration value indicates that the monetary transaction is being processed.
FUNDS_AVAILABLE_FOR_PAYOUT
This enumeration value indicates that the corresponding transaction is available for a seller payout.
PAYOUT
This enumeration value indicates that the corresponding transaction has been paid out to the seller's account.
COMPLETED
This enumeration value indicates that the corresponding transaction has completed and funds have been transferred to eBay. No additional action is required. See Note.
FAILED
This enumeration value indicates that the corresponding transaction failed and funds have not been transferred to eBay. This does not indicate release of seller's responsibilities for required reimbursement. See Note.