#alpamayo-subscription-checkout
1 messages · Page 1 of 1 (latest)
Hey there 👋 are you trying to set the start date to be in the future or the past?
It can be both according to different case
But to start I want to success with a future date
For future dates, this can't be done via checkout. You'd likely use the checkout session with a setup intent to collect the customer's payment method, and then create a subscription on the desired start date from your backend system.
Correct -- checkout doesn't support these use cases currently. You can see the subscription parameters available for you to control via checkout within subscription_data:
https://stripe.com/docs/api/checkout/sessions/create#create_checkout_session-subscription_data
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.