#torec
1 messages · Page 1 of 1 (latest)
Hi there!
The screenshot you shared is a Checkout Session creating a subscription.
And this is covered on this page: https://stripe.com/docs/billing/subscriptions/build-subscriptions
I see, the image was in a payment link page
but can you please tell me if what I wrote as scenarios are achievable
Thank you
Also will Stripe will provide for this the interface in the image? without me needing to build it out?
but can you please tell me if what I wrote as scenarios are achievable
Yes I think so.
Also will Stripe will provide for this the interface in the image? without me needing to build it out?
You create the Checkout Session with one API call, then Stripe will give you one url. You redirect your customer to that URL and they will see the page you shared in your screenshot. So no, you don't have to build the UI.
I strongly recommend you to read this page in full: https://stripe.com/docs/billing/subscriptions/build-subscriptions