In order for your web developer to connect your online payment forms to your PayPal account, he or she will most likely ask for your PayPal REST API Keys. Specifically, the PayPal REST API Keys are called REST API Apps Client ID and Secret.
Process Last Tested: June 2023
PayPal updates their systems often. If these instructions do not work for you please let me know in the comments.
Note:
If you stumble onto PayPal SOAP API Keys, keep looking. SOAP API Keys will not work in place of REST API Keys. They are not the same.
Steps for Generating PayPal REST API Keys:
- Login to the PayPal Developer Portal using your PayPal account login.
Use whichever account you want the funds directed to.
https://developer.paypal.com/ - Go to the My Apps & Credentials page, in Sandbox Mode. It’s hard to find, so use this link after you login:
https://developer.paypal.com/dashboard/applications/sandbox - Confirm that the top of the My Apps & Credentials page shows “Sandbox” mode is active and blue color (not Live mode, green color)
- Click the “Create App” button,
and enter the app name {the name of your website}
and choose Merchant (seller) not Platform.
The app name is a label so you can later identify where the keys are used. - On the next page Copy and Paste the Client ID, and Secret Key into an email.
Paste as Plain Text is possible.
Label these keys as Sandbox Keys.
The keys are very long alphanumeric strings something like:AUeN0fATqrv00ucukMPLSz00PAaMDDjxg0APNBxJZ-ul0cjVFNPVKYTD0GkSl0wxMMNu_XrhCTdgssev
- Go to the My Apps & Credentials page again, this time in Live mode. Use this link:
https://developer.paypal.com/dashboard/applications/live - Confirm that the top of the page shows “Live” mode in active and green color (not Sandbox mode, blue color)
- Click the “Create App” button again,
and enter the app name {the name of your website}. - On the next page Copy and Paste the Client ID, and Secret Key into the email.
Paste as Plain Text is possible.
Label these keys as Live Keys.
Send your web developer both sets of keys.
PayPal Developer Portal Screen Captures


