Skip to main content

  • Important Update: eBay's API integrations will be modified to address data handling requirements for select developers. Usernames will be replaced with immutable user IDs, and financial data will be protected for certain users. Learn more here.
  • API License Agreement Update: We have made significant enhancements to our API License Agreement, including detailed data protection measures and compliance with international regulations. Important restrictions have been applied to the use of Restricted APIs and AI content. Developers must review the updated agreement to ensure compliance.

This API is used to retrieve seller payouts and monetary transaction details related to those payouts.

payout

Method NameHTTP MethodPathSummarySamples
getPayoutGET/payout/{payout_Id}Retrieves the details of a specific seller payout.View getPayout - /payout/{payout_Id}
getPayoutsGET/payoutRetrieves the details of seller payouts matching search criteria.View getPayouts - /payout
getPayoutSummaryGET/payout_summaryRetrieves the total count and values of a seller's payouts, and the number of monetary transactions associated with those payouts.View getPayoutSummary - /payout_summary

seller_funds_summary

Method NameHTTP MethodPathSummarySamples
getSellerFundsSummaryGET/seller_funds_summaryRetrieves all pending funds that have not yet been distributed through a seller payout.View getSellerFundsSummary - /seller_funds_summary

transaction

Method NameHTTP MethodPathSummarySamples
getTransactionsGET/transactionRetrieves the details of monetary transactions matching search criteria.View getTransactions - /transaction
getTransactionSummaryGET/transaction_summaryRetrieves the total counts and values for various monetary transactions occurring with the seller's account.View getTransactionSummary - /transaction_summary

transfer

Method NameHTTP MethodPathSummarySamples
getTransferGET/transfer/{transfer_Id}Retrieves detailed information on a monetary transaction where the seller is reimbursing eBay for one or more changes, such as a buyer refund.View getTransfer - /transfer/{transfer_Id}