#hiroshi-connect
1 messages · Page 1 of 1 (latest)
Hi, thank you for responding
i created in sdk a stripe account
i added some information in the onboarding
but i don't know where is the sdk api for creating bank account in order to send money
what connected account type are you using? Custom/Express/Standard?
this is the API you're looking for : https://stripe.com/docs/api/external_account_bank_accounts/create
that's only if you have an existing bank token already. If you don't, you should pass in the bank account details
instead of passing in external_account: 'btok....', you would pass in the relevant details required to create a bank account
external_account : {
object : 'bank_account',
country : ....
....}
ok i'll take a look into it