#matiullahpro-onboarding
1 messages · Page 1 of 1 (latest)
custom
The hosted onboarding does not facilitate collecting external account data from users. You'll need to build that yourself
ok then how can i transfer funds to them?
Well you don't need an external account attached to a Stripe account to be able to transfer funds to that account
But they'll need an external account to be able to receive those funds in their bank etc
So you'd need to build a UI using your SDKs/API to capture banking information, and then add that to the account
That's creating the Stripe account yes. This is the API you need for an external account: https://stripe.com/docs/api/external_account_bank_accounts/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.