#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, 4 hours ago, 49 messages
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! We typically respond in a few minutes, but in some cases we might need a bit more time (e.g., server's busy, you've got a complex question, etc.).
โฑ๏ธ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can 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/1261307480705597581
๐ Have more to share? Add details, code, screenshots, videos, etc. below.
Hello, @stable tusk ๐
Is this a standard account? If so, you can't. The account would be managed by the acocunt holder and you wouldn't have access to log in
Yes, it is. But I'm aware it is possible, when I setup Connect completely. There is new account created after completing this process. Right?
Help me with this, how should I call this whole package of account (when I'm logged in dashboard) and those minor accounts. Just to enhance my communication level in this matter.
What do you mean
by this: Help me with this, how should I call this whole package of account (when I'm logged in dashboard) and those minor accounts. Just to enhance my communication level in this matter.
Yeah, yeah.
I log into the Stripe. That is my ... ? Inside I can switch between accounts.
Profile?
Nevermind.
After completing set up Connect phase, there can be new account created. I'm the owner of this account.
And I'm capable of getting those information from it.
When I start to use it in production, I got strong feeling, I'm not going to be owner of those connected accounts, right? ๐
It depends if you're the one creating the account and onboarding them, then they're your accounts
If you have other people onboarding, then it's their accounts and you won't have their login credentials
I will be using Embedded Account Onboarding components
Ok
Am I creator of their accounts in that case.
Are you the one filling out the onboarding form
then yes
No...
Wait
Wrong.
I'm sorry
They will use those elements inside my application, so actually they did it. But from my app
Whoever physically onboards the account by filling out that form is the account holder
They will be their accounts
Great
You won't have login access
OK, but they are mine
That doesn't matter
Standard accounts are real stripe accounts
So they can continue using the accounts even if they disconnect from your platform
You will not have login access
That would be security violation
I see, so we are on the beginning, I will not have permissions if those accounts made any adjustments after onboarding on mine platform.
Then my question is. If they made adjustment. Do I get at least some notification in web hook?
Yeah if you listen to account.updated events for your connect accounts
What info are you specifically looking to get from them?
I would like to know if they let's say add new tax registration
I'm asking if I get any notification about things which are not directly related with information inside webhook itself.
You can listen for webhook events on connect accounts: https://docs.stripe.com/connect/webhooks. All the same events apply: https://docs.stripe.com/api/events/types. There's unfortunately not one for tax registrations, specifically though. You'd need to use the api to list registrations on their account via the stripe account header: https://docs.stripe.com/api/tax/registrations/all (for stripe account header see: https://docs.stripe.com/connect/authentication)
No not if these are connect accounts
They'll be in the connect tab of your dashboard instead
Yeah, but I did created connected account, which was also in there.
Oh, I think to started to getting it.
That was mine account. I've created it.
So it was possible for me to see if this account has any new tax registrations directly, using API.
I called endpoint with header Stripe-Account, to ask list all tax registrations.
I got positive result.
yes
Other people's accounts won't show there
But when other people will create those accounts, woun't be able to GET tax registration list, right?
you will
the accounts will be connected to your platform, which means you can run api requests on them
that's the whole point of connect
But I'm not able to login to those connected account to create new tax registration.
Even in testing mode?
well if you're the one onboarding the account in test mode, then it's your account. you can log into it
But with what credentials? I'm skipping those forms.
I mean, there is skip button.
You should have to input an email
Correct
exactly, so use that
Yeah I think when you first try to log in you set one
It's been a while since I've tested this, but you set password at some point
So if I create legit email, I can connect it inside test mode?
I'll have two accounts in testing mode and they will communicate together?
When using testing mode, I'm creating dummy email just to prove the thing.
You don't have to log into it to test it
So dummy email is fine
You can still run requests on it if you've completed the onboarding successfully
So, I'm able to with use Stripe-Account header to create things?
yes
OH man.
Sorry
Person
That is nice.
I'll try it. Thank you very much for your enormous patience.
No problem
Before managing tax registrations, you must set your head office address
yep
Using settings endpoint, I'll achive it
Yeah
I did that
It worked
I'm very happy
So, when I'm able to get those informations...
Why should I need custom account type?
When I'm able to get those information without this type of account?
What do you mean? Where do you see you need custom for this?