Notifications for subscription changes #634
Unanswered
joemasilotti
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Register your own webhook listener. 👍 https://github.com/pay-rails/pay/blob/master/docs/7_webhooks.md#custom-webhook-listeners |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to get notified when a subscription status changes?
From my understanding all changes are processed via a web hook handled by Py. Ideally, that web hook response could call into an object in my own codebase notifying me of the changes.
I'm looking for ways to update a reporting dashboard instead of manually checking statuses every hour or so.
Beta Was this translation helpful? Give feedback.
All reactions