#morenomdz_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/1344540895608963126
đ Have more to share? Add more details, code, screenshots, videos, etc. below.
https://docs.stripe.com/api/accounts/object#account_object-business_type:
business_type:
The business type. After you create an Account Link or Account Session, this property is only returned for accounts where controller.requirement_collection is application, which includes Custom accounts
For Express connected account, Accounts object doesn't return business_type since Stripe is the one collects the onboarding requirements
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'm afraid there is no way to retrieve this information via API
no way to generate a report via the dashboard either? The reports all contain the business_type column but they are all empty in the csv
This channel is for technical integrations such as API. For Dashboard related questions, our Support https://support.stripe.com/contact will be able to help as we don't have necessary expertise
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Can't I derive based on if the individual object is defined? I tried this but is always undefined, not sure if I am calling the API incorrectly
This is thee same as previous statement. For Express connected account that the onboarding requirements is collected by Stripe, those information will not be returned
As long as the onboarding requirement is collected by Stripe (not application), business and individual information will not be returned in the API
can you expand on what collected by Stripe means here?
is it related to the connected account being custom or express?
Sure!
For Express connected account, the onboarding requirement is collected by stripe.
For Custom connected account, the onboarding requirement is collected by application, which is the platform, i.e. the platform will reach out to their connected account to collect the details needed.