09-02-2024 11:57 PM
I am getting 204 in this call https://apiz.ebay.com/sell/finances/v1/transaction?limit=20&offse... after the client changed their password. It has been working for a number of years.
I needed to get a new token which worked OK but now all calls return 204. I am getting this from the eBay API Explorer and from my application. Same result from payouts.
Anyone with any suggestions?
Solved! Go to Best Answer
10-10-2024 11:08 AM
Hi @bryanw2912,
If a seller changes their eBay member log-in name or the password for their eBay account, any active refresh tokens associated with the account will be automatically revoked by eBay.
If your refresh token gets revoked (or if it expires), then you must redo the consent-request flow in order to get a new access token and refresh token for the associated user.
You can use the getUser call to get the account information and identify the authenticated user.
10-10-2024 11:08 AM
Hi @bryanw2912,
If a seller changes their eBay member log-in name or the password for their eBay account, any active refresh tokens associated with the account will be automatically revoked by eBay.
If your refresh token gets revoked (or if it expires), then you must redo the consent-request flow in order to get a new access token and refresh token for the associated user.
You can use the getUser call to get the account information and identify the authenticated user.