#ChibiDragoon
1 messages ยท Page 1 of 1 (latest)
these are the info I am missing
Hi! Let me help you with this.
Could you please share the new account ID? acct_xxx
acct_1N1AkoR3DOyDGqnf
in reality, I have a php application and I am using the "Create an account" api
What type of account are you creating?
basically, i want the main stripe account to be able to pay the connected account under it
so when a transaction is made, the main account will take a cut and hold the amount for a certain amount of time and will then distribute the rest to the second account
I am making an air bnb clone where users will subscribe to a service to be able to list their houses.
When someone is renting the house, we want the main account to get the money to redistribute it to the owner of the house
I see
I think separate charges and transfers is the best way forward: https://stripe.com/docs/connect/charges-transfers
i still need to create the account correct?
Yes
I see, do I still need to give all the informations related to the picture?
at least a bank account I assume
It depends, you can let your clients go through Stripe-hosted onboarding if you use Express or Standard accounts: https://stripe.com/docs/connect/express-accounts
Then they will be able to fill out all the information themselves
I know. As i mentionned before, I would like to not go with onboarding and do it manually instead to stay in the application
Then yes, you need to have all this information and update the connected account with it.
i was able to clear a couple of them
What about the rest?
I think i was able to find the product description
for ToS i found the field
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
oh no this field is only to mention when it was done not the action to do it
You can read here for more info on this: https://stripe.com/docs/connect/updating-accounts#tos-acceptance
The last thing is the back account. I know i can use a checkout/sessions to add one if I remember correctly
You mean "bank account"? No I don't think so. You need to add it with API: https://stripe.com/docs/api/accounts/update#update_account-external_account
it's also in creation so i figured it would be possible
https://stripe.com/docs/api/accounts/create#create_account-external_account
same thing for the ToS
๐ stepping in
why can I add the ToS values in creation if i get an error message saying I cannot do it
no issue ๐
What type of Connected Accounts are you working with?
standard
Ah okay yeah for Standard and Express accounts you can't accept ToS on their behalf
oh i see
They have to go through the onboarding flow to accept that themselves
You can pre-fill most of the data on creation
But not ToS
dang
If you want full control, you need to use Custom accounts
what would be the difference then?
Well the Connected Account user doesn't have a Dashboard. You create the UI for them and handle everything as the platform
That lays out the differences
Yeah then you want Standard
and to finish everything the user HAS to use the onboarding correct?
Yep
ahhh dang ok
As I noted, you can basically prefill everything except for their login info and the ToS
i was really trying to not use it since we want everything to be self contained
I see then we have no choice on the matter. Is the integration for the bank account a step of the onboarding?
i can just try it to see
Yep it is
You can either pre-fill the bank account or allow them to handle it themselves during the onboarding flow
it would be easier on my side to let you guys do it then. So all i really need then is the create the link url so the user can go do his onboarding and everything will be set
i tried it once but i was asked if it was possible to not do that
now I know it's impossible
Yep basically we will take care of everything in onboarding
alright and the previous staff answered my other question for the payments. I will take a look for the proper way of playing the client then.
Sounds good. Let us know if we can help any further