06-12-2024 01:36 PM
Hi guys,
I'm not sure if i am misunderstanding the API docs.
I am trying to get the detailed payout information. i can get the list of payouts as per my filter which then uses the {payout ID} from the response in the url however i cannot seem to get anymore detail as per the response details specified by ebays documentation than in the image attached. I am specifically trying to get the total fee amount of the payout so i can easily pass this to quickbooks to create a daily expense which will allow me to easily bank deposit but i may be able to use other data too.
If anyone can advise that would be amazing!
Regards
James
06-13-2024 10:14 AM
Hi @airsoft-central,
To get the total fee amount of a payout using the eBay Finances API and the getPayouts call, you can access the payouts.totalFee.value
field. This field provides the monetary amount of the total fee, in the currency specified by the payouts.totalFee.currency
field. This value represents the sum of all fees deducted from the payout and is always returned with any container using the Amount type.
06-13-2024 11:27 AM - edited 06-13-2024 11:27 AM
Hi,
Thanks for getting in touch.
It was my understanding that you need to use the getPayouts call to get a list of the recent payouts and then you use getPayout to then get further information on that specific payout.
I cannot seem to be able to get the fee amount or any other information in the response from eBay's getPayout or getPayouts API call. It also states that there are no request fields, so the data should just be in the response, but it is not. Is this extra information only available in the Chinese region?
Regards
James
06-28-2024 12:32 PM
Hi eBay support team,
Could you weigh in on this? I am still unable to get total fees or anymore information on the getPayout or getPayouts call.
It seems like these fields might be conditional on eBay's side because i cannot get anything more than the basic response no matter what filter i use on any call.
Regards
James
07-04-2024 12:44 PM
Hi developer_support@ebay are you able to offer anymore assistance please?