cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

getTransactions from eBay finance API do not return CREDIT transaction

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?

Message 1 of 2
latest reply
1 REPLY 1

getTransactions from eBay finance API do not return CREDIT transaction

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"
        }
    ]
}



Message 2 of 2
latest reply