#MMWT

1 messages · Page 1 of 1 (latest)

craggy rootBOT
pure bolt
#

Hello, what code are you currently using to test this? Are you following a particular doc of ours?

wraith sandal
#

I see this as part of Account object but I am getting back null when I get the account details

#

It also says it should be treated as metadata... I am trying to see if it is possible to get the email of the Stripe account that they used when they log in

pure bolt
#

Can you send me the ID of the account that you are not seeing that email on? (acct_1234) As far as I know that should show up as long as the account has it populated

wraith sandal
#

I want to add Stripe OAuth in our Login/Signup page so that users instead of signing up using the App form they can just sign into their Stripe account and we will automatically create their account for them, they can then use Stripe to login next time.. We need the email because our App requires to have an email and we would prefer to not have to ask for the email to make the process easier to signup, and also so that if the user had already signed up in the past and they happened to had signed up with the same email they use with Stripe then they can just use the Stripe login to login to the App

Basically to use it as a single sign on feature

#

Here is the account ID I am testing with in Test Mode acct_1Eu680Ks3B1QIcGo

pure bolt
#

I'm having trouble finding how you can retrieve this email. It may be in another field on the object. Checking with my colleagues on this and I will get back to you

#

Have you printed out the entire response you get for that account object to see if the email is showing up elsewhere?

wraith sandal
#

The property does not exist on the Object property at all.

I will try to do test in Live mode maybe issue is in Test/

#

I have to step out though and will be back around in about 3 hours so I will test later and come back to this thread. If you find anything please just drop a message here and I will get back to you. Thanks!

pure bolt
#

Unfortunately that email isn't made available for Express and Standard accounts. So you will need to ask the user for their email outside of our OAuth flow

craggy rootBOT
wraith sandal
#

the email under "Individual" object says that it is CUSTOM ONLY but the docs doesn't say that for Email address.. Is that a documentation error?