fnando / paypal-recurring

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

How do I know when paypal recurring payment failed? #49

Open HelloRibs opened 6 years ago

HelloRibs commented 6 years ago

I'm new using paypal api and this gem, how can I check if paypal payment is approved or not to suspend subscription? I need to check this by myself?

Thanks a lot :)

EDIT:

ipn_url isn't working on PayPal::Recurring.new, it only redirects to return_url when user approves the payment.