#Peter Boyd-connect
1 messages · Page 1 of 1 (latest)
There isn't any way around this - that's how Connect works. We create a Stripe Account for the user, so they need to sign up with stripe
As a user: the Stripe account holds all of the verified information required by KYC and AML - Stripe is required by law to verify and maintain this information.
hmm, so the only alternative would be to use a "custom" account link instead of express or standard?
and then build a UI to collect the needed info from the customers?
Custom accounts would still be creating a Stripe account under the hood, but yes, you'd be able to have more control over that UI
would we need to create a password for the user?
it looks like that's required in the flow
As a user: No, in creating Custom Accounts through your UI Stripe can be completely obscured from the user (no actual login) but you have to provide the complete UI. The same information has to be collected and associated with the Stripe Account.
interesting
It's more work and responsibility for your Devs and system
yup, I'm the dev lead so I'll be integrating this
I'm personally using Express because it exposes the Stripe existence - I get considerably more credibility when customers know how secure the process is.
(and saves me a lot of work)
(also lead/sole dev)
I see
are we able to create the bank connection using the same token that we get when the customer connects their bank to make an ach payment?
using a SetupIntent
Don't know - not a process I use (I use payment Elements) - and in Stripe cash flows are generally one-way - from "customers" who pay to the Platform to the "user" Connected Accounts
It's not a genrallized banking/money-transfer system
@merry lichen do you know?
Just to make sure I'm understanding you're question - are you asking whether it's possible to use the ACH Payment Method that a customer created through a Setup Intent as the external account for a customer account?
correct
cuz in that flow, you guys made it easy for them to quickly connect their bank account using their login
similar to Plaid
is that possible?
(still digging- I don't think it's possible, but trying to confirm)
we dig it using Plaid before
but if we could only use Stripe's UI Element, that'd be ideal
since Plaid is yet another third party to rely on, it'd be nice to eliminate it
From some digging, it doesn't look like there's anyway to use a new ACH payment method as the external account - you'd have to rely on the older flows of using a bank account token
sorry about that 😦
all good