#dtfk
1 messages · Page 1 of 1 (latest)
Do you already have the account details? Or are you setting up an integration that accepts account details?
Yes, we have account details
Okay so the answer is: yes, but it's more complicated than simply sending the details server-side.
I would recommend following this guide here: https://stripe.com/docs/payments/ach-debit/migrations
Let me know if that gets you oriented in the right direction and if you have any questions about that
So in this we can collect payment method details , I mean pass bank account details server side?
Yup! When you create the Bank Account token, you pass in the banking details: https://stripe.com/docs/api/customer_bank_accounts/create
This is a server-side function
No, I mean when we do ACH direct debit. For collect payment method details or bank account details, it provides client side js script which renders hosted fields and then it is attached to payment intent.
Can we attach payment method details or bank account details in server side call and create payment intent?
Yes, you would need to follow the steps here though: https://stripe.com/docs/payments/ach-debit/migrations#migrate-payment-processor
If you have already collected mandates for all the customer you have ACH information for, then contact support and request the ability to skip verification before proceeding: https://support.stripe.com/contact/email
Is it possible that we can do instant verification also on the saved accounts details?
Without a mandate? No. You have to have a mandate.