#connorRs
1 messages · Page 1 of 1 (latest)
Yup! You could collect it manually - we talk about that flow here https://stripe.com/docs/connect/payouts-bank-accounts?bank-account-collection-method=manual-entry&bank-account-collection-integration=direct-api
I saw that, but if I went this route, I'm concerned that we will increase our PCI compliance level. I wanted to use Stripe JS for this to collect that information
Nevermind, I'm reading the docs and think it answers my question.
The SetupIntent in the response includes a client_secret, which allows you to launch the Stripe.js on-page modal UI that handles the collection and verification of bank account details.
Wait, maybe I'm wrong. Basically I'm curious if this option is possible to use Stripe JS for
PCI compliance only applies to cards - if you're colelcting bank details it wouldn't apply
Oh I was not aware of that, thank you
👍