#krishna1433-ach-payment-methods
1 messages · Page 1 of 1 (latest)
Hey! You should tokenise them with Stripe.js: https://stripe.com/docs/ach#manually-collecting-and-verifying-bank-accounts
This will avoid any PCI compliance requirement on your end
But isn't collecting bank account details a compliance issue
Not if you're using createToken: https://stripe.com/docs/js/tokens_sources/create_token?type=bank_account
Complete reference documentation for the Stripe JavaScript SDK.
That way the bank details never hit your server
Np!