I'm currently setting up Stripe connect on my website and I want to test a webhook that needs the email data to be sent to it. But, in test mode, Stripe says "email is not needed in test mode" and blocks the input. Is there a solution or workaround for this so I can test sending email data?
Thanks,
In test mode it's not possible to set the email for an Express account during the onboarding flow. But when creating the account with the API, you could set the email
parameter (this field is only used to make the account easier to identify for you).
Also note that Stripe don't send any emails in test mode.