#Debbi-Connect
1 messages · Page 1 of 1 (latest)
Hi, what type of Connected Account is that? and what do you see in the Dashboard after finish the Onboarding link
Type: Custom
In all these restricted requirements. In onboarding flow account varifictaion details coming but not the bank account details added option.
For Custom Account it's normal to have more information to collect like that
This Doc outlines how you can handle requirements via the currently_due and eventually_due properties
actually we need add bank account details in onboarding flow
currently this form or fields to bank account not in onboarding flow generated with api https://stripe.com/docs/api/account_links/create
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
I just ran a flow myself and confirmed Bank Account is not in the flow
even with collect: 'eventually_due'
If I understand correctly, you want to force collecting Bank Account, right?
yes
Is any way to collect bank account details like standard or express type connect account
Or any stripe provided url like onboarding to collect card or bank account info for Connect
For Custom Account I am afraid you will need to collect it yourself. We have a Doc guide on how to do that https://stripe.com/docs/connect/payouts-bank-accounts
There is a feature all Financial Connection
in the bottom of the page
that could help ease the process by letting your connected account provide the information themselve
Can this api authenticate provided bank account valid or not?
It won't immediately, but it will when a Payout happens.
There is a workaround is using the same Plaid integration here https://stripe.com/docs/ach-deprecated#using-plaid
(if your user is in US)