#delux
1 messages · Page 1 of 1 (latest)
Yes, ACH payment methods support recurring payments:
https://stripe.com/docs/payments/ach-debit#:~:text=Bank debit-,Recurring payments,-Yes
@clever bough and is there any good place which you would recommended, for learning this? I was looking for tutorials / courses, but it's hard to find any. Assume that the person that needs help is new to Stripe.
Recurring payments are part of our Subscription functionality, which is part of Stripe Billing. This is a good entry point to the docs to begin familiarizing yourself with Subscriptions:
https://stripe.com/docs/billing
awesome, thanks @clever bough ! One last thing, before I dive into it. Is it possible to have custom UI with the ACH payments, or we have to have integrated Stripe UI (probably nested within an iframe)?
You'll probably want to use our prebuilt UIs, as they are PCI compliant and using them minimizes your compliance burden. We have two different main UIs currently. Checkout Sessions are our fully hosted experience, whereas the Payment Element is a single element that you can embed into your page.
thanks!
Happy to help!