#bhaskar
1 messages · Page 1 of 1 (latest)
Hi there, Is your account based in US?
yes
OK. Then yes you can use SetupIntent to collect a bank account https://stripe.com/docs/treasury/moving-money/working-with-bankaccount-objects#setupintents , remember to include outbound in the flow_directions
thank you! could you give me some examples of inbound/outbound.
nvm got it thanks
i am newbie, do you have an example for payout with connect and setupintent? thanks
Actually the easiest way is to use Connect Onboarding to collect the bank details from your user.https://stripe.com/connect/onboarding
So that your user can fill up their banking details during the onboarding process
ok thanks. my question is we have to collect payment from the user as well payout the user. so they will have to link the accounts twice?
Not necessary, if you just want to debit on the account's balance, you can just use account debit (https://stripe.com/docs/connect/account-debits)
This allows the platform (your account) to move funds from a connected account to platform.
let me check it out