#jemen_docs
1 messages ยท Page 1 of 1 (latest)
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.
- jemen_docs, 17 hours ago, 51 messages
- jemen_docs, 1 day ago, 27 messages
- jemen_docs, 3 days ago, 119 messages
- jemen_docs, 4 days ago, 49 messages
๐ 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/1262705443617243258
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hello @past flume ๐
Yeah.
When I create account using API, I can do it with company object in it. But after account using Account link, not anymore.
How can I do business with it, when I don't know theirs address?
Only business_profile is visible.
Sorry, I meant I can't see company object anymore in response.
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.
Yeah, of course it is. So whom should make business with?
Like... I mean. In Business_profile and in company object, there can be different values.
not really sure what you mean, but if you need their adress, you could collect that yourself in your own form first, and then store that in your system as well as passing it to the Create Account API to prefill the Stripe-side onboarding with it.
Yeah, yeah. But they can change it afterwards, right?
yes. It's not a perfect solution.
if it were me I'd use the idea I just proposed(collect it yourself).
in the small number of cases where there might be a mismatch you could deal with that ad-hoc(I find it hard to say more because I don't know your use case for needing to know the address).
if you want a complete solution, maybe consider using Custom accounts where you can read back all this information(but that is a lot of extra integration work so that wouldn't be my first solution).
But there is no way how to find it if there is mismatch, you see...
Is there any proposal in Stripe API to solve this?
I gave two proposals(collect it yourself and prefill; or use Custom accounts).
Yeah, yeah.
I know, I mean on Stripe API new version, or so.
Because, this problem has no solution, but to use Custom accounts.
And they are HARD to implement
And everything goes to our shoulders.
yep