Connect webhooks - account.updated not working in 2.4.0
See original GitHub issueWebhooks for Connect account.updated events aren’t working for me - I understand this should be implemented as part of 2.4.0?
I have defined the following webhook handler:
@webhooks.handler("account.updated")
def webhook_connect_account(event, **kwargs):
account = event.data['object']['id']
Currently, connect webhook hooks are not valid or processed, but produces a ‘No such event:’ error e.g Request req_WJgghRM9iI7B2b: No such event: ‘evt_1HqP9gIgSzDCinL0fWSPFYs5’
I’d guess this is because dj stripe is checking for the event from my application and can’t see the event from a connected account. Is there a way to fix this within 2.4?
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
Connect webhooks | Stripe Documentation
Learn how to use webhooks with Connect to be notified of Stripe activity. ... This includes the important account.updated event for any connected...
Read more >stripe webhook account.updated is not working - Stack Overflow
I am trying to send an (simple test) email when I receive an account.updated call for a custom ...
Read more >Webhook URL's missing after upgrade to 11.4.5 - GitLab
After upgrading from 11.2.5 to 11.4.5, the URL for many repository webhooks has disappeared causing builds to not be triggered. Attempting to test...
Read more >Configure Webhook Notifications - Harbor docs
Log in to the Harbor interface with an account that has at least project administrator privileges. · Go to Projects, select a project,...
Read more >Configure the validating webhook - Elastic
To help with troubleshooting, you can change the failurePolicy of the webhook configuration to Fail . This will cause create or update operations...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This issue has not been resolved. My stripe event is being sent successfully. But it is not calling webhook handler.
Can someone help with this?
Many thanks! Certainly - the full body object’s below: