“I have a scenario in Make where I expect the event to provide all the payment information, but each time I encounter issues with the email fields. Either I get a null email
or receipt_email
in the payment intent action, or a null customer_email
in the invoice paid action. This also happens in the Stripe webhooks. However, in the Stripe dashboard, each customer does have their email. How can I fix this issue?”
What events are you watching? Looks like the issue is stemming from the webhook setup.