#relent_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/1336403765862863014
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
hello! want to acknowledge your question and give you a heads up that there are several open threads so i might be a bit ๐
no problem, thanks!
hi! catching up now
according to the docs it should still return an email
let me run a quick test on my side. sadly i can't see the response body for GET requests so i can't just look at yours
ok yes it's still returning it for me, but that's on the most recent version of the API. what other versions have you tried?
i checked the changelog to see if there were any changes around this but i didn't see anything
https://docs.stripe.com/upgrades
docs for the call in question:
https://docs.stripe.com/api/accounts/retrieve
I tried with 2025-01-27.acacia
This is with a test mode key and the target account isn't fully verified
But it is happening with a live key and live accounts for our users
The same thing is happening with the API Explorer
"id": "acct_xxxxxxxxxxxxx",
"object": "account",
"capabilities": {โฆ 14 items},
"charges_enabled": false,
"country": "GB",
"default_currency": "usd",
"details_submitted": false,
"payouts_enabled": false,
"settings": {โฆ 9 items},
"type": "standard"
}```
can you share the request ID for the one you ran on 2025-01-27.acacia ?
req_v0rF2dRLHQ9tKj
silly question but are you sure the accounts have emails associated with them? i'm looking at the acccount in question and i'm not seeing it in the same place where i'm seeing it in my own test account
can you try creating a new account in test mode and then retrieve that account, and share both respective request IDs?
The account has an email address associated at https://dashboard.stripe.com/settings/user is there another location?
I created a new account, connected it to our app, and ran the request again on 2025-01-27.acacia via curl, but there's still no email property: req_zM7yvwTT4COdpN
do you have the request ID for the creation request too?
I created an account from the Dashboard, I don't have the request ID for that one sorry
ok, let me see if i can find it
i'm not seeing it in the logs on my end. can you check the workbench and see if it's there?
https://dashboard.stripe.com/workbench/logs
my guess is that your request in the dashboard is creating a person object
There isn't a log entry for the creation in workbench in the account I was logged into when I created the account or in the new account.
I don't know if this is relevant but we don't create Stripe accounts from our app. Users would connect to an existing account or create one during the connect process.
Hello
What sort of connected accounts are you creating?
Ah wait
you're using OAuth
So you're connecting Existing Standard accounts to your platform.
I'm 99% sure we don't return email for standard accounts as it is considered PII
Yes, we're using OAuth. Our app was built to use this email field (though it's a pretty old app). According to customers this worked up until ~25th Jan 2025, did something change around then? Is there no chance to include this in the response again?
Hmm let me check
Can you confirm your account ID? I'm seeing a different API version than what you've mentioned in the original message
The account ID of our app, or the connected account?
Your platform account
acct_103kBC2gWnyOSLc1
Gotcha. This request you shared - https://dashboard.stripe.com/test/logs/req_cTkXyC7IrJmONk was from a different account than acct_103kBC2gWnyOSLc1
Yeah, I should have mentioned that. I was testing on two different accounts to see if there was a difference.
No worries, looking.. Will circle back once I have something
Does this occur with all other connected accounts? OR this specific account?
I'm testing another account. If I use a test mode key, the email is missing from the response, but with a live mode key the email is part of the response.
I don't yet understand what circumstances cause the email to be empty in live mode for some accounts, I'll need to do more debugging. Could it be accounts that haven't completed their business profile?