#amdavis_express-email

1 messages ¡ Page 1 of 1 (latest)

opal vaporBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1248315489126584512

📝 Have more to share? Add details, code, screenshots, videos, etc. below.

stone hatch
#

@raw sequoia you, as the platform, can never get the "real" email address that the end user signs up with. You can set one in the API if you want, and it'll prefill on the form but the end user can always change their mind and that email address is only between them and us (Stripe)

#

amdavis_express-email

raw sequoia
#

Thanks for the reply. In production mode, we do appear to see the email address associated with the account (which can be different from the email we used to prefill, of course). It is only in Test mode that we are seeing the email address as null.

stone hatch
#

My understanding is that even in Live mode you should never see the real email at least. And yes in Test mode we don't surface that PII so it's normal it's null in that case

raw sequoia
#

OK thanks for the help