@stripe I'm trying to understand the behavior of the object returned by stripe.Webhook.construct_event -- zero results when I search the API documentation. At this point it's an insane game of trying to figure out what all your function overloading does
You may find https://github.com/stripe/stripe-python/blob/master/examples/webhooks.py … useful—event data.object will have the full object if you're listening to the customer.* event https://stripe.com/docs/api/events/types?lang=node#event_types-customer.updated ….