#jemen_docs

1 messages ยท Page 1 of 1 (latest)

civic canopyBOT
grizzled lintelBOT
#

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.

civic canopyBOT
#

๐Ÿ‘‹ 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.

azure ferry
#

Hello @past flume ๐Ÿ‘‹

past flume
#

๐Ÿ‘‹ happy to help

#

would you mind elaborating?

azure ferry
#

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.

past flume
#

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.

civic canopyBOT
azure ferry
#

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.

proven sparrow
#

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.

azure ferry
#

Yeah, yeah. But they can change it afterwards, right?

proven sparrow
#

yes. It's not a perfect solution.

azure ferry
#

So what should I do?

#

Do you have any proposal?

proven sparrow
#

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).

azure ferry
#

Is there any proposal in Stripe API to solve this?

proven sparrow
#

I gave two proposals(collect it yourself and prefill; or use Custom accounts).

azure ferry
#

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.

proven sparrow
#

yep