"Your sandbox application details could not be retrieved."

I'm new to paypal (rest) api but got a simple example to work in a sandbox. Now today he suddenly stopped working, throwing out

401 when accessing https://api.sandbox.paypal.com/v1/oauth2/token

And at least I don't know (nor git!) Any code changes.

Now I went into the Paypal developer dashboard and under My Apps and Credentials it scrolls down to REST API Applications where I have one application called Test. When I click on it to see details, it says:

Something went wrong. The details of your sandbox application cannot be retrieved. You can try again, or you can get information about your real application.

I can create new apps but with their credentials it also hits 401. I tried to uninstall the test app but it says

Failed to delete application test

Can someone explain this to me then maybe lead me to a clear tutorial on how to live? The resources provided by paypal are really confusing me.

+3


source to share


1 answer


Can you create a new American sandbox business account and try again?



In the developer portal, you can check if the sandbox account has been created successfully, or is it showing the error "Something when wrong ..."? You can check this by clicking the "Profile" tab in the sandbox email on the developer portal.

0


source







All Articles