Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Implementing a free trial period with PayPal

I am trying to implement a recurring subscription service on a website using PayPal however I would like to offer a free trial period before the user is billed and the subscription is started. Is this possible using PayPal's API?

I have very little experience using the PayPal API and cannot seem to find any useful documentation about implementing a free trial period, so any help would be much appreciated.

Thanks.

like image 473
Inspire Avatar asked Sep 24 '09 08:09

Inspire


People also ask

Can you cancel a free trial before it ends without paying?

Usually, you have to give your credit card number for a “free trial.” That way, the company can charge you if you don't cancel before the trial period ends. Dishonest businesses make it tough to cancel, and will keep charging you — even if you don't want the product or subscription anymore.

Does starting a free trial cost money?

Though a free trial shouldn't cost you anything, you may see a pending charge or pre-authorization on your account, which is basically the company's way of verifying that your account is legit.


2 Answers

Yes, you can do this.

Recurring Payments - Documentation on PayPal website

Trial period: An optional subscription period before theregular payment period begins. A trial period may not have the samebilling cycles and payment amounts as the regular payment period.

like image 93
user5722 Avatar answered Sep 30 '22 12:09

user5722


Hi try this class from

php classes [1]: http://www.phpclasses.org/package/4932-PHP-Create-buttons-and-process-Paypal-payments.html To download this you may need to register.

like image 44
ashishbhatt Avatar answered Sep 30 '22 10:09

ashishbhatt