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

StatusCode 204 after password change

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?

Message 1 of 2
latest reply
1 BEST ANSWER

Accepted Solutions

StatusCode 204 after password change

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. 

 

Best Regards,
eBay Developer Support

View Best Answer in original post

Message 2 of 2
latest reply
1 REPLY 1

StatusCode 204 after password change

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. 

 

Best Regards,
eBay Developer Support
Message 2 of 2
latest reply