#JosePersichini
1 messages · Page 1 of 1 (latest)
Hi there
Can you summarize what you are trying to do?
Collect bank accounts for ACH or create Stripe Connected Accounts or... ?
I want to setup future payments. I am following this tutorial https://stripe.com/docs/payments/save-and-reuse?platform=web&client=react#collect-shipping for us_bank_accounts and card payment methods.
In the case of ACH I want to allow the users to ONLY fill the information manually (account number + routing number)
Ah okay so you don't want to use Instant Verification via Connections.
Then yeah, you wouldn't use Payment Element for that.
And there is no hosted form for this that we provide.
You would basically create your own UI (form) to collect account/routing then pass that to your backend and create a us_bank_account PaymentMethod
Might I ask why you don't want to use Connections?
I understand
Yes, of course
Because we are trying to let the user to set up the future payment method, and maybe the user doesn't have access to the homebanking credentials because maybe he's not an administrator of the business
Gotcha
Thank you!
👍