#bizmanphil
1 messages · Page 1 of 1 (latest)
This is a bit complex. You can create a Customer and collect the bank account details to save as a direct debit payment method.
Is there anyway to do this when the user signs up for a connected account? I'm using the express method.
Unfortunately not
So I'd have to ask them to input their bank details twice?
Yes for Express connected account
If I used a custom account could I possibly avoid that?
If you collect custom account's onboarding yourself instead of using Stripe hosted onboarding page, then it will be possible. With this approach, it requires a lot additional integration work
I think I'll have to try it anyway. I'd rather not ask for banking information twice. Thanks for helping me!