#mwagner-Account-getByID-go

1 messages ยท Page 1 of 1 (latest)

vapid moat
#

Hello ๐Ÿ‘‹
Are you trying to retrieve a connected account here?

full shadow
#

For development purposes, I'm using my own account (does that mean yes?). I know that the account has a business_profile property with data.

vapid moat
#

Ah apologies for the confusion. let me clarify;
Are you using Stripe connect? If yes, are you trying to retrieve a platform account or a connected account?

full shadow
#

Apologies, I'm honestly not sure if I use stripe connect. How would I know that?

vapid moat
#

No worries I can look into it for you.
Do you have an account ID for the account you're trying to retrieve?

full shadow
#

yup:
acct_1KUb2THHFS5RQCIq

#

hold on...

#

try this instead:
acct_1KBncsCNNqC1LCw1

vapid moat
#

As far I know business_profile is considered a PII (Personally identifiable information) which is omitted on API requests

full shadow
#

eesh, so there's no way to that information?

vapid moat
#

let me run a quick test. I'll be back ๐Ÿ˜„

full shadow
#

K, thanks!

vapid moat
#

yeah as I mentioned earlier, business_profile is omitted as it is PII
don't see a way to retrieve it using the API

full shadow
#

Ok., thanks for checking! You guys might want to remove that from the example responses in the api docs, if that's the case.