fnando / paypal-recurring

PayPal Express Checkout API Client for recurring billing.
256 stars 124 forks source link

Cancel or suspend? #24

Closed thebravoman closed 11 years ago

thebravoman commented 11 years ago

To stop recurring payment what should I use - cancel or suspend? I couldn't understand from the code and the guide

RodrigoAyala commented 11 years ago

Both will stop the recurring payment. The difference between both, is that when you suspend an account, you can reactivate it later, but when you cancel it, you can't go back and the user must authorize a new recurring payment if he regrets.

Cheers!

thebravoman commented 11 years ago

Thank you :)

dws-arjun commented 7 years ago

how do i know that payment has been suspended OR skipped? via Paypal API