Skip to main content
Published: August 25 2008, 11:26:00 AMUpdated: October 03 2022, 9:17:57 AM

I'm making the following signin request.

https://signin.ebay.com/ws/eBayISAPI.dll?SignIn&RUName=RUName&SessID=SessionID

However, I receive the following error page :

Third Party Authorization Error
 WarningThere was an error passing information between the third party you just came from and eBay.
Error code: 20.1.5::
Image

What is the problem?

This error message can occur if the SessID obtained from the GetSessionID request has expired. SessIDs obtained from GetSessionID have a limited life, and your request to signin.ebay.com must be made within that time span (of the order of a few minutes).

To verify the problem lies with the SessID parameter, you can remove the SessID parameter from the request.  If the following leads you to the eBay signin page, the problem likely is with the SessID parameter :

https://signin.ebay.com/ws/eBayISAPI.dll?SignIn&RUName=RUName

Note
You may sometimes see the error code as null. Here's an example:
There was an error passing information between the third party you just came from and eBay.
Error code: null : 2010-05-15 13:23:36 : signin.ebay.com


In such cases, clear all your browser cookies from eBay.com and try again.
 

 

 

How well did this answer your question?
Answers others found helpful