#abd1hass
1 messages · Page 1 of 1 (latest)
You can do this with a subscription schedule! https://stripe.com/docs/billing/subscriptions/subscription-schedules
We show how to start a subscription in future here https://stripe.com/docs/billing/subscriptions/subscription-schedules/use-cases
Ah this wasn't available last year. Last year I applied a trial period to make it start in future
Yeah, that was the best way to do it for a bit. Subscription schedules are definitely useful
Also here is the property to say what to do when the schedule is done https://stripe.com/docs/api/subscription_schedules/object#subscription_schedule_object-end_behavior
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
So for your use case, you would do a 1 day subscription that lasts for 30 days and then has cancel for its end behavior https://stripe.com/docs/api/subscription_schedules/object#subscription_schedule_object-end_behavior
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Cool. I can see this is soooo much simpler. We are expecting thousands.
Do you have a chatgpt style code builder by any chance?
I don't think we have a dedicated tool for that but let me double check