Darryl Chapman
Darryl Chapman

Reputation: 399

Laravel and Paypal

I wish to play around with a sandbox account on Paypals classic API using this http://jslim.net/blog/2014/09/19/integrate-paypal-sdk-into-laravel-4/

I am at the part where I need to setup the config and it requires me to input a client_id and secret. For this I have created a sandbox account, but the only details I can get from this account is the email, password, and certificate.

How would I go about getting a client_id and secret?

Upvotes: 0

Views: 394

Answers (1)

Dangeroustry
Dangeroustry

Reputation: 36

You need to login in the developer.paypal.com area with your normal login data. On the left menu click over My Apps and create a new one.

Here the direct link to do this (after login).

Upvotes: 1

Related Questions