#Iamshankhadeep-iban
1 messages · Page 1 of 1 (latest)
hi there! yes it's possible, if you want to collect bank account info for European bank account, you can use the iban element for European bank accounts, and again use it create a Token (https://stripe.com/docs/js/tokens_sources/create_token?type=bank_account) and trade that in for an external account (https://stripe.com/docs/api/external_account_bank_accounts/create#account_create_bank_account-external_account)
is there any way I can collect bank information for all the countries and create token for external account?
we don't have a single Element that would collect bank information for all the countries. You're going to need to build your own input field for that
I was searching but found the Elements supports some of the bank not all, <AuBankAccountElement /> <IbanElement /> <IdealBankElement /> <FpxBankElement /> .
got it and is there any api to get the info needed for bank account for every country ?
we don't have an API for that but is this what you're looking for? https://stripe.com/docs/payouts#adding-bank-account-information
yes but how to utilise that over api or something?