user1023602
user1023602

Reputation:

How to find Paypal sandbox credentials for Braintree sandbox?

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.

enter image description here

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:

enter image description here

However, when i click that sandbox account link, it displays the following:

enter image description here

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

Answers (1)

Arvind singh
Arvind singh

Reputation: 1402

This might help from the PayPal Developer website.

enter image description here

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

Related Questions