How can my app learn that a user has canceled their subscription through Paypal's UI?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I think I'm not fully understanding how Subscriptions work with my Rails app. When users sign up for an account on my app, we create a new subscription for them. I understand then how to allow them to update or cancel their subscription through my app. But if they have a Paypal account, can't they also cancel their subscription through Paypal? If they do that, how does my app know about it?
It seems like I would need to make my app try to bill their payment account on its regular interval, and then if they've cancelled through Paypal that payment will just fail. Is that right?
But does that mean that the regular billing attempts are something that my app initiates? I thought part of the point was that Paypal automated the regular billing once the subscription was activated. Any guidance appreciated.
- Labels:
-
Subscriptions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Oh - phrasing this question helped me learn about webhooks, which is the obvious answer. I'd delete the question but I don't see that option...

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
- How do you create subscriptions with PayPal Advanced Checkout? in SDKs
- Paypal subscription Api in REST APIs
- Error when launching PayPal Subscriptions "Please Try Again Later" in NVP/SOAP APIs
- How to deal with PayPal error codes on the modal? Only 1 subscription plan works out of 3 in PayPal Payments Standard
- No subscription details shown to buyer in their PayPal account in REST APIs