Skip to main content
Published: August 18 2010, 5:05:00 PMUpdated: May 26 2023, 8:56:25 AM

I have my sandbox account linked with my PayPal business test seller account. I am trying to open a Basic Store, but I am getting the attached error. What can I do?

This error is an indication of some settings on the user being corrupt. The best thing to do is to run a ValidateTestUserRegistration call as below. After the call executes successfully try to subscribe to the store.

 <?xml version="1.0" encoding="utf-8"?>
<ValidateTestUserRegistrationRequest xmlns="urn:ebay:apis:eBLBaseComponents">
  <!-- Standard Input Fields -->
  <FeedbackScore>500</FeedbackScore>
  <RequesterCredentials>
    <eBayAuthToken>token</eBayAuthToken>
  </RequesterCredentials>
</ValidateTestUserRegistrationRequest>

 

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