Reputation: 885
I already build a paypal account and then I created Sandbox Test Accounts in "https://developer.paypal.com/developer/accounts/", 1 personal account and 1 business account.
now I want to use below credential where can I find these.
PAYPAL_USERNAME
PAYPAL_PASSWORD
PAYPAL_SIGNATURE
PAYPAL_MERCHANT_ID
PAYPAL_BUSINESS
PAYPAL_CERT_ID
please help me out, I am new in paypal api
Upvotes: 0
Views: 142
Reputation: 1544
PayPal is having pretty good documentation. To create API Username, API Password, Signature follow the steps
more details here
Upvotes: 1
Reputation: 17128
The only things you should need are a client id and secret. This will enable you to make REST api calls. If you're new to PayPal APIs, the REST api is where you should be starting.
Please see https://developer.paypal.com/docs/integration/direct/make-your-first-call/
Upvotes: 1