#Parmod
1 messages · Page 1 of 1 (latest)
Hi there, Checkout doesn't provide this feature, but you can extend the trial by updating the subscription directly https://stripe.com/docs/api/subscriptions/update#update_subscription-trial_end
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
can we set current plan end date to past in clock test?
No, the end date has to be a future date, and you can only advance a test clock, not the other way around.
cool thank you