Implementing a free trial period with PayPal

2019-02-17 11:07发布

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.

2条回答
女痞
2楼-- · 2019-02-17 11:20

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.

查看更多
虎瘦雄心在
3楼-- · 2019-02-17 11:43

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.

查看更多
登录 后发表回答