We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React to Stripe webhooks to properly update the Membership status Webhooks should cover the following events
customer.subscription.updated to intercept a payed subscription customer.subscription.deleted to intercept an expired/deleted subscription
customer.subscription.updated
customer.subscription.deleted
The text was updated successfully, but these errors were encountered:
@davideimola progress on this item? Can I assist?
Sorry, something went wrong.
Sorry @LobeTia I miss the comment, I have opened a draft PR just to discuss the flow if it is right or if we need to change something
Any news on this? It's cooking from a very long time ago, I believe the code need to be revisited at this stage, no?
@404answernotfound I believe this one is blocking you. @davideimola please give us a quick update on this one
Successfully merging a pull request may close this issue.
React to Stripe webhooks to properly update the Membership status
Webhooks should cover the following events
customer.subscription.updated
to intercept a payed subscriptioncustomer.subscription.deleted
to intercept an expired/deleted subscriptionThe text was updated successfully, but these errors were encountered: