jockster / paypal-recurring

node.js package that makes recurring payments with PayPal easier to manage
MIT License
38 stars 15 forks source link

credentials #15

Open rachidelaid opened 4 years ago

rachidelaid commented 4 years ago

can someone explain to me how to set up this? // Require the module and setup our instance of the class var Paypal = require('paypal-recurring'), paypal = new Paypal({ username: "info@example.com", password: "****", signature: "****", } //, "production" // USE WITH CARE! );

I don't know what do you mean by email, password, signature and where to put Client ID, Secret

apricopt commented 3 years ago

Same problem here! I have a client and she is not willing to give me her paypal credentials. They must have added the option to construct using the Client ID and secret