#axelhedlund
1 messages · Page 1 of 1 (latest)
Hello
The Connected Account type here really depends on what you want in terms of onboarding/user Dashboard. It doesn't really have any influence on the payment flow that you are discussing.
Have you already reviewed https://stripe.com/docs/connect/accounts ?
Hello
I have read through every document regarding this topic, I dont really want the user to have there own dashboard in stripe, however I want the same onboarding as express accounts
Then Custom is the way to go.
You can still use Connect Onboarding to have Stripe handle the onboarding
But then you can build out your own Dashboard however you desire for your users
Alright great, so then I need to know how we can capture payment to prevent payout before we autherize it with a command
You likely want to use manual payouts in this case so that you control when Payouts are created for your Connected Accounts.
Is it possible to configure so that every new onboarded account is automatically se to manual payout?
You can dictate that when you create the Account via https://stripe.com/docs/api/accounts/create#create_account-settings-payouts-schedule-interval
No I dont want to create the account the account is created when the seller creates there account on our marketplace with the onboarding
You still create the account in Stripe in that process. See: https://stripe.com/docs/connect/connect-onboarding which details the steps for Custom Connect Onboarding
So if we use custom accounts then we need to create them manualy in stripe? because when you use express it is genreated automaticaly (correct)?
No both Account types start with an API request to create the Account
Alright so to keep it simple the onboarding for custom and express are the same however with custom the user doen't have a dashboard. We build that in our marketplace and with API calls collect data like transactions, pending and payed out?
Yep
Great, then lets move to the next problem.
As a said in the beginning we have two different sellers, To keep it simple we call them the trusted one and the untrusted one. the untrusted seller is the one that we need to manually payout andthe other seller need to recieve fund automatically and directly. Do you have a good solution for that?
I will go to bed now but lets continue the discussion tomorrow