Reputation: 453
Using developer account of paypal I could get client ID and secret key by creating an app but not with the live account.
I am using REST API for transactions on my website where I ask users(who has paypal accounts) to enter their client ID and secret key, and use this info to transfer the money into their account, payments are done by credit card. It is working fine with the developer account but where is the option to get client ID and secret key from live account ?
OR Is there any other way I can do this, I want to transfer the money to paypal accounts and payments are always done from credit card.
Upvotes: 18
Views: 63563
Reputation: 1467
This has changed at PayPal. (Quite a lot actually!)
As before - log in to your PayPal account at: https://developer.paypal.com
PayPal, like everyone else, Wants to show ads. So you may have to look around to actually get to the developer website. Just keep looking until you get to where it has "Log in" at the top.
Once logged in click on the "Dashboard".
I don't know about anyone else - but that's just a few more steps than just logging in and clicking a button. :-)
Upvotes: 35
Reputation:
Log in to https://developer.paypal.com and click the Applications tab.
On the https://developer.paypal.com/webapps/developer/applications/myapps click Create App.
On the Create New App page, provide an app name.
Click Create App, and then review the information displayed about your app (as described below)
now you will get client id and secret key
Upvotes: 3
Reputation: 167
You should use the new Developer Portal to create your Apps and get sandbox and live credentials for each: https://developer.paypal.com/
Upvotes: 7