02-08-2023 08:19 AM
The getTransaction API https://developer.ebay.com/api-docs/sell/finances/resources/transaction/methods/getTransactions does not return CREDIT transactions when queried with date range filter and transaction type.
I tried with transaction types REFUND, and ADJUSTMENT which are working but not with CREDIT.
But the same CREDIT transaction is returned when I only use the order id filter.
Can anyone help me here?
09-11-2023 02:17 AM
Hi did you manage to get any help with this as I am also having issues with the finances API when trying to access the transactions or payout endpoints?
I just get messages back like this
{
"errors": [
{
"errorId": 2003,
"domain": "ACCESS",
"category": "APPLICATION",
"message": "Internal error",
"longMessage": "There was a problem with an eBay internal system or process. Contact eBay developer support for assistance"
}
]
}