#jackey_api
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/1483299877457760257
📝 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.
- jackey_api, 4 days ago, 9 messages
- jackey_unexpected, 5 days ago, 9 messages
- jackey_api, 6 days ago, 30 messages
- jackey_unexpected, 6 days ago, 21 messages
Hello, does the Stripe API have an API for obtaining email information?
Do you mean your Stripe's account's email?
yes
Obtain the email address and other information of the account through the Stripe API interface.
That should be visible on your Stripe Dashboard. You wouldn't need to use API
I want to use my Stripe app to obtain data through the Stripe API interface.
Do you mean you want to see the email of your Connected Account?
the Stripe merchants who installed your app?
Sorry please use English. And yes you can call List Accounts API, which should give you Account objects with contact_email
⛔️ Stripe developers have stepped away for a short while
Please leave your questions here, and we’ll respond as soon as we're back! If you need help urgently, you can contact Stripe support for help.
Can you try this API instead: https://docs.stripe.com/api/accounts/list
And check the email field here https://docs.stripe.com/api/accounts/object#account_object-email