Manoj
Manoj

Reputation: 678

How to integrate PayPal with Zend Framework

I am new in Zend Framework and i need to integrate paypal. I don't know how to integrate PayPal with Zend Framework. Any URL or sample code will be good for us.

Please Help...

Thanks In advance.

Upvotes: 16

Views: 10668

Answers (3)

Eugene Sodin
Eugene Sodin

Reputation: 186

I recommend this payum module for those who looking for a paypal + zend2 integration solution. It not only supports paypal but other +35 payments as well.

It contains lots of features ready to be used. To mention some: easy configuration, secured capture controller.

Upvotes: 7

Alex Albino
Alex Albino

Reputation: 87

Dude, if those links get too complex, or you just want to use the NVP API instead of SOAP, try my two-part tutorial about leveraging the Zend Framework to use the PayPal Express Checkout and PayPal Payments Pro API.

Upvotes: 2

Related Questions