isaacsanders / omniauth-stripe-connect

Stripe Connect OAuth2 Strategy for OmniAuth 1.0
MIT License
130 stars 74 forks source link

Email is coming through as nil #63

Open KarlBishop opened 3 years ago

KarlBishop commented 3 years ago

When I test the oauth flow, the returned data always contains email: nil even though I have a verified email on my Stripe test account.

Other data in the OmniAuth::AuthHash is as expected e.g. account name, account id, publishable and secret keys are all correct.

Not sure if this is a peculiarity of testing mode or if Stripe stopped sending email as part of the response?