#rafmaghari-Connect
1 messages · Page 1 of 1 (latest)
Yes. I am migrating from express to custom connect.
I am having this screen but they don't want this kind of step.
The only information we want is bank account. Thank you
You pre pre-provide those information when creating the account. I think it's under this individual parameter: https://stripe.com/docs/api/accounts/create#create_account-individual
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Also here is the doc for determining information to collect (incremental vs upfront), just in case: https://stripe.com/docs/connect/connect-onboarding#info-to-collect
Oh I see. I just need to create and individual account from our DB then will pass the response to onboarding and they will automatically prepopulate it right?
yeah
Got it. Another question. My client wants to charge directly to bank and transfer to bank also. Is there any way to do that?