#alejandromedrano
1 messages · Page 1 of 1 (latest)
What kind of Connect accounts?
Express
Generally PII like that is not available to the platform accounts (unless custom). See API ref where it's flagged: https://stripe.com/docs/api/accounts/object#account_object-business_type
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I need to know wether the account is an individual or a company, is there any means to do so?
Why is it returned when it's null though?
Not with Express account
Not sure, guess that's just how the API is designed!
Is there any means to know if it's set at least? Even if I can't know what kind the business type
It's not returned at all via the API, no
I shouldn't rely on business type being returned when null, right?
Well, it's seemingly only returned when unset so I guess that's not really much use
It's enough for me if it's consistently returned, I just need to now it's not set
Is it consistently returned? we're going to develop a feature that needs this information so I'd be very grateful if you could let me know
As stated, it won't be returned when set. So I guess the answer is no
It'll probably only be returned on initial Account creation before they're onboarded (where the user would provide those details)