#naveed-web3auth_docs
1 messages ¡ Page 1 of 1 (latest)
đ 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.
- naveed-web3auth_api, 17 hours ago, 34 messages
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
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
you can build your own email input field to collect the customer's email
Would I be able to make that information show up on Stripe Connect's express dashboard?
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
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
hrm, you can probably add a description to the payment : https://stripe.com/docs/connect/customize-express-dashboard#set-custom-descriptions
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
pretty much, yep
So Stripe Express dashboard can support showing transactions list
but perhaps not customers list
hmm
you can see what's available in the Express Dashboard if you have created a connected account with your own phone number in test mode. You would use https://docs.stripe.com/api/accounts/login_link/create to create a link to login to the Express Dashboard
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
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
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?
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
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