Edit
by Shradha Agrawal - 9 years ago (2015-06-30)
Integrate Paypal in own web site
| I want to integrate Paypal in own web site using Express Checkout. |
Ask clarification
3 Recommendations
Go PayPal: Generate HTML for Paypal payment buttons and forms
This class can generate HTML for Paypal buttons and forms.
It can set a list of parameters for the payments and generates HTML to embed in pages several types of buttons and forms to redirect the user to perform the specified payments in the Paypal site.
Currently it can generate buy now buttons, donate buttons, buy gift certificate buttons, buy subscription buttons, add a product to a shopping cart and display the cart and upload a multiple products to buy from a third party shopping cart.
| by BuddhiAbeyratne 80 - 9 years ago (2015-07-09) Comment
Everything you'll ever need
combine it with |
Aktive Merchant: Common interface to process payments with gateways
This package provides a common interface to process payments using multiple gateways. It is a PHP port of Ruby's Active Merchant library.
It can take the information details of a credit card, an order to be paid and send a request to a supported payment gateway to request payment authorization.
Currently it supports the payment gateways: Authorize.net, Centinel 3D Secure, Eurobank Payment, HSBC Secure e-Payment and Paypal Express Checkout.
| by Manuel Lemos 26695 - 9 years ago (2015-07-01) Comment
There is this package that supports many common payment gateways including Paypal using Express Checkout. |
This package can be used to submit and process payments with Paypal Instant Payment Notification system.
It provides a base class for submitting payments and handle Paypal responses.
Applications should create a sub-class of this base class to override a few functions to customize the details of the payment transactions and how the payment responses should be handled.
This class is now officially PHP 5.0 compatible.
| by Dave Smith 7620 - 9 years ago (2015-07-01) Comment
There are plenty to choose from, I would start with this, the highest rated package, using paypal's ipn (instant payment notification) system. If it does not fit into your requirements, paypal does offer other api's as well. |