#johnm-custom-connect
1 messages · Page 1 of 1 (latest)
Ok, I create the account with type of CUSTOM, and create a account link. Where does the link go ? The documentation says I would have complete control of the info collected... but does not go much beyond on how to do it
you redirect the account owner to the url in the account link
that url is the Stripe hosted Connect onboarding flow
which is what I am doing now for our express account. So where does the custome part come in ?
custome
custom? or customer?
depends on what you refer to as "customer"?
the end paying customer?
connected account ...
ok just to clarify
customer == end paying customer who will come to your platform and pay
and connected account == your vendor who you onboard as Custom Connect acount
so that said
So where does the custome part come in ?
can you clarify what you're asking here?
my company wants to set up a strip account for transfers only... and only require the person setting up the account to enter just the bank information
only require the person setting up the account to enter just the bank information
as in ONLY bank account details, nothing else?
what is the plan to collect all other info? like Person/Account related details for KYC etc
yeah to clarify, those are all required things Stripe has to collect KYC details for regulatory reasons
AccountLinks collect that for you
so that said, what question can I help answer
The docs say we can customize the custom flow... but i don't find documentation on how to. Do we have to set something up specifically in our stripe account to allow creating a custom account ?
The docs say we can customize the custom flow
can you send me a link? EDIT ah you just did
there's not too much customization, you can prefill certain things (by collecting it on the Account API or you can configure what details to collect from the Connect account, like the onboarding details only or all details etc)
can I control what fields are display .. and what is required fields
actually, where does that doc say the part about customizing "custom flow"?
to clarify, there are 2 ways to do Custom Connect
1/ you let Stripe collect the details via AccountLink
2/ you create the UI and collect all the details from your Connected account owners yourself and pass it to the API
can I control what fields are display .. and what is required fields
to a little extent only
you'd have to try it out in test mode, off hand I don't know what countries show what fields etc
I guess that is just for the branding... not the actual workflow
So, you are saying we can create the account and add the bank account manually ....
For custom, in fact, you must collect the bank account details via your own application
Connect Onboarding collects bank payout info for Express account, because Stripe manages that part of the relationship
But for Custom, you manage that part of the relationship
and we assume all of the responsibility for compliance
Connect Onboarding can collect all of the required identity verification info for you (you can also collect it yourself and send via API, but i really recommend not doing that, regional differences make this very complex)
compliance in terms of what?
kyc and aml
I guess I am trying to avoid going down a rabbit hole.. we have a manager here who has already sold this idea to our CEO that all we have to have to distribute funds to our suppliers is to get the bank information.
Ok... I see where I can add a bank account on the custom connected account. Now, do they have to go through the micro-deposit verification process ?
Not for payouts, no, you can provide the account details under the external accounts in the account API
Ok... that might work....
Yea, you be able to pay out funds you definitely need to have the connected accounts go through identity verification, whether you do that with onboarding or your own flow
that's a regulatory requirement
thats what I thought.... so even though we can set up the account and do payouts... we will still have to gather the requirements
yes, without collecting identity info payouts would be blocked on the account
And how do we communicate this to you ?
That part of the custom account that bothers me.... It has to be done ... so why not go through the express method and let Stripe collect the info and be done with it.
Express is a great choice, i would recommend it if you would prefer not to build this
The reasons some choose to use custom are you build a fully custom experience (ie, your own dashboard) for the account
Instead of the Express dashboard eg
So, we basically have a set period of time to provide this information before payouts are prevented, correct ?