Dave, That component looks good except the api endpoints changed now…
For testing you need to create seller and buyer accounts on paypal sandbox... https://developer.paypal.com/ Direct payment is a really simple task, just a but tricky to correctly configure accounts at paypal... I think these are the correct paypal api urls: paypal endpoint = 'https://api-3t.paypal.com/nvp'; paypal endpoint sandbox = 'https://api-3t.sandbox.paypal.com/nvp'; Andras Kende http://www.kende.com On Dec 14, 2012, at 6:02 PM, Advantage+ <[email protected]> wrote: > Has anyone come across a good working PayPal Pro component for DirectPayment > for 2.x? > > I found this one > https://github.com/robmcvey/cakephp-paypal > > but following the guide it has Requirements => A API username, password and > signature but in the actual code it asks for email, password, and signature. > Tried various using email / username / account name but all I get is bad > gateway so time to give up on that one and see if there is something that > works. > > So if anyone knows of any that would be great. > > Thanks, > Dave > > > > -- > Like Us on FaceBook https://www.facebook.com/CakePHP > Find us on Twitter http://twitter.com/CakePHP > > --- > You received this message because you are subscribed to the Google Groups > "CakePHP" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > Visit this group at http://groups.google.com/group/cake-php?hl=en. > > -- Like Us on FaceBook https://www.facebook.com/CakePHP Find us on Twitter http://twitter.com/CakePHP --- You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. Visit this group at http://groups.google.com/group/cake-php?hl=en.
