Reputation:
Trying to link a Paypal sandbox account with a Braintree sandbox.
Braintree sandbox requires email, client id and client secret to link to a paypal sandbox account, as shown in this screenshot from Braintree Gateway.
In Paypal Developer website, i followed the instructions on this page and generated a sandbox access token for Braintree. After doing that, the blue account link at the bottom appeared:
However, when i click that sandbox account link, it displays the following:
This is not the email, client id and client secret that Braintree asked for.
Where exactly can i find these three items on the Paypal Developer website?
Upvotes: 0
Views: 1352
Reputation: 1402
This might help from the PayPal Developer website.
In the "REST API apps" section, you need to press the "Create App" button to make a new App, choose any name for it.
Once created, that app's credentials will work with Braintree Sandbox.
Upvotes: 2