Online payment is the hype of today’s web world. For getting any service or product we prefer to online payment method and PayPal is the most secure payment gateway. If you have a very basic knowledge of PHP, you can easily implement the simple PayPal gateway in your site. The Process to implement PayPal on your website: We can simplify the process into 3 steps - PayPal button, PDT and confirmation. PayPal button Put this code in the PHP file template where the payment button will appear. https://gist.github.com/blbwd/ed330964b2a66ed056b6#file-index-php You have to change the respective values like email, item name, item number, amount, currency, success page link, cancel page link and form action live link. PDT function Create a PHP file called 'paypal-pdt-functions.php' and put the following code in that file. PDT means payment data transfer. When any payment made successfully, PayPal returns all the payment related info to the return URL so that you can get all those value
Web Development & Technology Resources