#naveed-web3auth_docs

1 messages ¡ Page 1 of 1 (latest)

plucky nexusBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always 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/1315928751154139236

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

Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.

sturdy flicker
#

hello! The Payment Element itself only collects certain fields if it's required for a payment method. If you want to always collect an email address, I think what you can do is to either build your own email input field, or you could also potentially integrate with the link authentication element to collect the email : https://docs.stripe.com/payments/link/link-authentication-element

Create a single email input for both email collection and Link authentication.

raven lotus
#

let me look into it

#

Okay it seems that it does more than collect emails in certain cases

#

What if I wanted to only support credit card payments

sturdy flicker
#

you can build your own email input field to collect the customer's email

raven lotus
#

Would I be able to make that information show up on Stripe Connect's express dashboard?

sturdy flicker
#

where specifically on the express Dashboard? Can you share a screenshot indicating where you want it to show? Make sure that you redact any sensitive info

raven lotus
#

Im not sure whether Stripe Express dashboard shows such information because our client wants a stripe connect integration with them and they want it such that they can see the emails of the people who purchased the NFTs

#

and im not sure if express dashboard even has such functionality

sturdy flicker
raven lotus
#

so if I create my input field for email along with the Stripe payment element I guess I will have to separately call a custom API endpoint on my server to save that email

#

and then update the charge description with that

sturdy flicker
#

pretty much, yep

raven lotus
#

So Stripe Express dashboard can support showing transactions list

#

but perhaps not customers list

#

hmm

sturdy flicker
raven lotus
#

So now given that ive tried that and dont see the customer list or email list thing im looking for

#

what would you recommend instead

sturdy flicker
#

i'm not sure i understand? I mentioned previously that you can update the payment description to include the email, is there a reason why this wouldn't work for you?

raven lotus
#

the client wants an easily exportable email list of their customers so that they can send them emails

#

or at least be able to visualise the customers who've purchased their NFTs

sturdy flicker
#

the express dashboard allows you to export a list of all transactions - in which you can select the description. You can get a list, although they would still need to de-duplicate things themselves

#

if that doesn't work, then you'll need to build your own report for the connected account user

raven lotus
#

interesting solution

#

alternatively we may consider changing our pricing model such that they get full access to stripe dashboard

#

i think there they would be able to do much more advanced things and filter how they want

#

and see customers list