Seeking Assistance: Obtaining a 14-Day Payout Report via eBay APIs
I want to generate a 14-day payout report from eBay using APIs, but I haven't found any APIs that provide this specific report. I attempted to use different APIs to retrieve transactions for a particular payout, but none of them yielded the precise data I needed. I tried using transaction and payout APIs, but they didn't offer the exact information required for the 14-day payout report. Can you advise me on how to obtain this report from eBay's APIs?
bargplug_0
Posted 2 years ago·Last reply 2 years ago
2 comments
bargplug_0
OP2 years agoThere is some missing data in the transaction data obtained from the "getTransactions" API. Specifically, the "Shipping and Handling" as well as the "Item Subtotal" are absent. However, when I download the CSV file from eBay, these columns are present. Could you guide me on how to retrieve this information using the transaction API?
developer_support@ebay
Hi @bargplug_0
The Finances API is used by sellers to review/track financial information for their eBay account, such payouts to their bank account, loans/repayments, shipping costs, etc.
The information returned is similar to that available under the Payments tab of the Seller Hub in My eBay
The Finances API calls includes the following methods:
getPayout: This method retrieves information for a specific payout.getPayouts: This method retrieves information for one or more payouts that match the filter criteria specified.getPayoutSummary: This method retrieves aggregated information for payouts that match the filter criteria specified.getTransactions: This method returns information for one or more transactions that match the filter criteria specified.getTransactionSummary: This method returns aggregated information for transactions that match the filter criteria specified.getTransfer: This method returns details for a specified transfer.getSellerFundsSummary: This method returns aggregated information for funds that have not yet been distributed through a seller payout.