#delux

1 messages · Page 1 of 1 (latest)

wooden carbonBOT
clever bough
stark tusk
#

@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.

clever bough
#

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

Create and manage subscriptions, recurring payments, and recurring revenue with the Stripe Billing APIs.

stark tusk
#

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)?

clever bough
#

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.

stark tusk
#

thanks!

clever bough
#

Happy to help!