#jasonzb-setupintent-ach
1 messages · Page 1 of 1 (latest)
@arctic jackal no that's impossible. You can't use this API at all for external accounts
you have to make your own form to collect bank account details unfortunately
@crisp dagger ah got it, does this make getting PCI compliant a lot more difficult? Is making your own form the suggested / only method for setting up a connect bank account?
PCI compliance is specific to card details and nothing else
What you want is to do your own form to collect the information like routing number and account number and then use https://stripe.com/docs/js/tokens_sources/create_token?type=bank_account to create a BankAccount Token btok_123 securely
Got it, thanks!
is there other compliances specific to bank accounts that we should be aware of?
As long as you do this client-side it's fine