#slimane
1 messages · Page 1 of 1 (latest)
hi! hmm I don't think that's possible no.
if they don't use a password how would they log into their account?
Damn OK. Actually they will never need to. Our backend handles everything. Their account is really here to receive payments and to get Payouts automatically at the end of the end.
They can see their balance through out UI
sounds like maybe you want Custom accounts instead if you are doing that level of white-labelling
you can use https://stripe.com/docs/connect/connect-onboarding to collect ID info for Custom accounts
Yeah exactly, but then i need to build the full UI to create the "Account Token" before creation right ?
ohhhhh thanks
Not a big UI designer myself, wanted to skip the "Fetching information" part
not really, you can use mostly the same UI as Express by redirecting to an AccountLink
trust more Stripe
StripeInvalidRequestError: Connect platforms based in FR must create Custom accounts via account tokens. For documentation on account tokens, see https://stripe.com/docs/connect/account-tokens.
Sadly i'm in France, i think i need to do something for that
yes, you need to use an AccountToken if you are providing any information upfront on creating the account.
yes you can create the account with nothing and then redirect to the onboarding AccountLink if you wish