jockster / paypal-recurring

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

username, password, signature - not supported anymore? #3

Closed lefnire closed 10 years ago

lefnire commented 10 years ago

Can't seem to find the variables required here - specifically signature. At developer.paypal.com, the credentials I see are Client ID & Secret (screenshot). Is signature buried somewhere else, or has paypal changed?

lefnire commented 10 years ago

Found it. paypal.com > My Account > Profile > Request API credentials > (Option 2) View API Signature. This is the "Classic API", which it seems they're trying somewhat to hide in lieu of their new REST API

fiatjaf commented 9 years ago

Thank you very much, @lefnire.