#fobor10362 - Email from Webhook

1 messages · Page 1 of 1 (latest)

covert canopy
#

Hello. The data object emitted by that webhook event is a subscription: https://stripe.com/docs/api/events/types#event_types-customer.subscription.deleted. You can see the subscription object here: https://stripe.com/docs/api/subscriptions/object

#

Email isn't a field on that object, but customer is

normal chasm
#

Ok so it does not look like you can unless you use
stripe.Customer.list(limit=3) ?

#

oh ok that works too

#

thank you