#dev_tester-ach
1 messages · Page 1 of 1 (latest)
No, verification, as well as a mandate, are needed for US bank accounts. Can you share more details about what you're testing? It's not typical for PaymentMethods to be created server side with raw bank account details so just want to make sure you're on the right path
dev_tester-ach
Okay, thanks for the quick response. I am working on integrating Stripe into an existing web app that will take the customer's bank account details serverside where a customer record will be created in Stripe, a payment method created and attachedn, and create and confirm a PaymentIntent for that customer.
Do you know if there is a way to verify the payment method programatically?
Verification needs to happen client side so no, this isn't possible. Is there a particular reason why you wouldn't use something like the PaymentElement to collect bank details from a customer client side?