#Edrain
1 messages · Page 1 of 1 (latest)
Hi there 👋 to create Subscriptions (recurring payments) without a Checkout Session there are some design decisions that you'll need to make which will shape the path of your integration.
You'll need to create Subscription objects directly via the API, and then use those objects.
Have you experimented with creating Subscription objects yet, and the how the various settings can change their behavior?
humm I think not, I'm afraid not familiar with this subscription process
Gotcha
This page tells about this, but I don't finding tecnical information how to implement it in code
This guide does a good job of walking through the core process of creating a Subscription and leveraging Stripe Elements for collecting payment method details. I would recommend using it as a starting point:
https://stripe.com/docs/billing/subscriptions/build-subscriptions?ui=elements
oh!]
Thank you, I'll read and try understand what I need to do
thank you soo much for patience
Any time, always happy to help!