#deadshot7814
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- deadshot7814, 31 minutes ago, 13 messages
- deadshot7814, 1 hour ago, 7 messages
- deadshot7814, 2 hours ago, 10 messages
Hi 👋 if you're referring to Checkout Sessions, those can't be used in conjunction with Subscription Schedules. What is it you're trying to accomplish?
Yes, its for checkout sessions, I am using embedded form on my website and I want to create session for subscription schedules,
I am using subscription schedules for starting a subscription in the future,
So to do that using Checkout Sessions. You'd create the Checkout Session with a mode of setup, so that it will create a Customer (if one wasn't provided) and Payment Method. Then you can use those newly created objects to create a Subscription Schedule from your server-side code.
This guide walks through the Checkout side of that:
https://stripe.com/docs/payments/save-and-reuse
After setup, If creating subscription on the server side, there is no prebuilt UI for subscription details for user?
Correct, you would need to build that if you wanted to display something to them.