#karishma
1 messages · Page 1 of 1 (latest)
That's an easy one, you can update the trial_end on a subscription at any time and it will override the trial that's set on the subscription: https://stripe.com/docs/api/subscriptions/update
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 just create the Subscription with a trial as usual, then update it if you need to to a later date