Skip to content

Instantly share code, notes, and snippets.

@KowalskiThomas
Created March 3, 2019 17:18
Show Gist options
  • Save KowalskiThomas/00508020fd573e8b00fcd839b1184d5a to your computer and use it in GitHub Desktop.
Save KowalskiThomas/00508020fd573e8b00fcd839b1184d5a to your computer and use it in GitHub Desktop.
How to get PayPal tokens

Go to the PayPal Developer platform

Create your app

Open your tokens.json file. It should look like this:

{
    "client_id": "INSERT_CLIENT_ID_HERE",    
    "client_secret": "INSERT_CLIENT_SECRET_HERE"
}
  • Click the Production tab (instead of Sandbox)
  • Copy the Client ID from the application page to replace INSERT_CLIENT_ID_HERE.
  • Click Show and copy the Secret to replace INSERT_CLIENT_SECRET_HERE.

You're ready!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment