dj-stripe / dj-stripe

dj-stripe automatically syncs your Stripe Data to your local database as pre-implemented Django Models allowing you to use the Django ORM, in your code, to work with the data making it easier and faster.

Home Page:https://dj-stripe.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dj-stripe Connect webhooks not handled

SurajPysquad opened this issue · comments

in my case , stripe trigger account.update event but dj-stripe webhook not handle

I ran into this as well

@SurajPysquad @willyhakim This is a known issue that we will address in the future. For now please handle this by creating a receiver for the djstripe signal djstripe.signals.webhook_pre_process(instance, api_key). Docs are here