krio / paypal-recurring-subscriptions

Easily accept direct recurring payments on your website through PayPal Pro
15 stars 14 forks source link

PayPal Recurring Payments

Use this script to easily accept recurring PayPal payments directly on your website.

Requirements

Setup

Use the UsageExample.php file as an example of how to use the PayPal script.

Input your PayPal API information : username, password, signature

Edit settings such as the monthly amount and setup fee etc...

The test variable is a boolean value. true if you are running a test in the PayPal sandbox. You must setup your own sandbox account for this. false if you are want to use the live PayPal server and charge an account.

Important