Search code examples
paypalpostmanpaypal-sandbox

PayPal Invalid Client error with Postman - Sandbox Mode


I'm not sure what I'm doing wrong. I'm trying to make my first call using API with Postman to paypal and I'm getting an error. I've followed the steps. I'm logged into my developer account on paypal, I created a new test account called "uokgames1". Any information would be great. I'm trying to find video tuts as well but nothing useful so far.

username: uokgames1@gmail.com Password: not sure if I can share the password or not. I'll ask before I post it.

Screenshot:

enter image description here

enter image description here enter image description here


Solution

  • Ok I think i got it working but I want to share the answer with everyone. This worked for me but I may not have the best answer but I hope it helps you.

    Step 1: You need to create a dummy app and account linked to it. enter image description here

    Step 2: Get your sandbox credentials enter image description here

    Step 3 Enter the information in Postman. You want to use the Client ID as your username and use the secret as your password. Select Post and use x-www-form-urlencoded. enter image description here

    Step 4 Click Send and you should get a response message with your token.